Hi Ryan,
on ever page I open on the frontend I see a section with the code-source in it first, on top of the main editor box ... and also there is a looooong box for the tags ... This looks soooo different from my other sides, though the JCE-Profile is the same.
Can you help me out??
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
- In the frontend I always have the code-source view on top
- tschiwi
-
- JCE Editor
- Monday, 11 February 2019
Attachments (2)
Please send me a login - https://www.joomlacontenteditor.net/contact/site-login
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- one week ago
- JCE Editor
- # 1
I have not received the login, please re-send - https://www.joomlacontenteditor.net/contact/site-login
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- 6 days ago
- JCE Editor
- # 3
Line 46 in your template's content.css file is causing the issue:
remove !important from this rule, eg:
select, textarea, input, .inputbox {
display: inline !important;
}
remove !important from this rule, eg:
select, textarea, input, .inputbox {
display: inline;
}
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- 5 days ago
- JCE Editor
- # 5
thank you Ryan - that solved the "source code" problem. Can you also give me a hint about the loooong "tag" box - (there is the tag "joomla" listed - altough I never used a tag on one page ....)?
thank you
michael
thank you
michael
- 5 days ago
- JCE Editor
- # 6
Add this to your template stylesheet:
.edit select[multiple] {
max-height: 100px;
}
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- 5 days ago
- JCE Editor
- # 7
- Page :
- 1
There are no replies made for this post yet.
However, you are not allowed to reply to this post.
However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »