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
- Forum
- JCE Editor
- Collapsed divs not showing in editor
Support is currently Online
Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)
From 09:00 To 17:00 Europe/London (BST)
You need to clear your browser cache after making any changes to your template stylesheet.
Also, set Compress CSS to No in the Editor Global Configuration, to check the change, then you can re-enable it.
Also, set Compress CSS to No in the Editor Global Configuration, to check the change, then you can re-enable it.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Didn't work. The style does not affect the collapse even though i added a custom stylesheet as last stylesheet both in admin template and in frontend template and also in JCE custom style template global configuration.
.mceContentBody .collapse, .mceContentBody .collapse:not(.show) {
display: inherit !important;
}
does nothing and when inspecting element with class collapse in backend then
.collapse:not(.show) {
display: none;
}
from
administrator/index.php?option=com_jce&task=editor.pack&type=css&slot=content& ...(hash code or something that i removed)... =1&context=22&profile_id=5
is loaded and hides the div.
.mceContentBody .collapse, .mceContentBody .collapse:not(.show) {
display: inherit !important;
}
does nothing and when inspecting element with class collapse in backend then
.collapse:not(.show) {
display: none;
}
from
administrator/index.php?option=com_jce&task=editor.pack&type=css&slot=content& ...(hash code or something that i removed)... =1&context=22&profile_id=5
is loaded and hides the div.
You need to clear your browser cache after making any changes to your template stylesheet.
Also, set Compress CSS to No in the Editor Global Configuration, to check the change, then you can re-enable it.
Also, set Compress CSS to No in the Editor Global Configuration, to check the change, then you can re-enable it.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!