You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#99967 Readmore styling + Toggle editor button

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Thursday, 16 May 2019 14:54 BST

GFCOM
Hi Ryan, Just to tell you that if the "Read more - Page break" toolbar is not enabled (loaded in the editor), css style of Read More hr tag is not loaded, but Read More links can be inserted with the native editor "Read More" button. So the link read more looks like a classic hr... Also, editor's toggle button overlaps the default fixed toolbar. Toggle button has a z-index at 1000

.wf-editor-header .wf-editor-toggle {
[...]
z-index: 1000;
[...]
}
And the joomla default subhead fixed has a z-index at 100

.subhead-fixed {
[...]
z-index: 100;
[...]
}
Editing z-index of the editor to "1" everything works fine and there is no more overlaping ! See attachments ;) Regards !

Attachments

Ryan
Just to tell you that if the "Read more - Page break" toolbar is not enabled (loaded in the editor), css style of Read More hr tag is not loaded, but Read More links can be inserted with the native editor "Read More" button.
So the link read more looks like a classic hr...


The Read More button below the editor is a Joomla button, and so it inserts the readmore in a different way to the one in the editor toolbar, hence the different "styling".

When the toolbar Read More button is not available, the code required to create and style the readmore marker is not loaded, so the Joomla readmore remains as an HR.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

GFCOM
The Read More button below the editor is a Joomla button, and so it inserts the readmore in a different way to the one in the editor toolbar, hence the different "styling".

Yeah, but on screenshots the readmore links was inserted with the Read More button below the editor, not by the one in the toolbar.

It doesn't matter, I'll add the readmore toolbar by default ;)

Thanks Ryan, you make a great job !

P.S : Will you fix the overlaping in the next update ?

Ryan
Yeah, but on screenshots the readmore links was inserted with the Read More button below the editor, not by the one in the toolbar.


Yes, and this readmore will be styled only if the JCE ReadMore button is in the editor toolbar.

P.S : Will you fix the overlaping in the next update ?


Yes.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.