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 Offline

Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)

Please post your question in the Forum and we will get back to you as soon as we can.

  Tuesday, 22 November 2022
  3 Replies
  701 Visits
Hello. I have just purchased JCE Pro and we have an issue that the text color selection is not working in front end editing. We can only see blue boxes as you will see in the uploaded file. I can supply login details if you like. Back end editing working fine.
more than a month ago
·
#112407
The template style appears to have some inline css (not part of the main stylesheet) where it is applying a style to the <button> tag, eg:


.readon, .button, button, .s5_ls_readmore, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover, .btn, .pagenav a, .ac-container label:hover, .ac-container2 label:hover, .jdGallery .carousel .carouselInner .active, p.readmore a:hover, .s5_is_css_10 .s5_is_slide_css_plus_circle:hover, .progress_bar3, .s5_tab_show_slide_button_active, .steps_boxes_highlight1, .module_round_box.highlight1 {
background:#1EA0FB !important;
}


The !important property is bad practice here, as it prevents the style from being overridden by anything else, which is fine for specific css, but not when applied directly to a tag, ie: button in the css selector.

You will need to remove button from the css selector for this rule if you can, otherwise you will have to live with blue buttons in the editor toolbar.

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

more than a month ago
·
#112398
Thank you Ryan. My client's site is at http://www.academysingers.com.au The template: http://www.shape5.com/demo/business_line/
more than a month ago
·
#112388
This looks like a css conflict with your template stylesheet.

Please post a link to your site front-end so I can check the template stylesheet (no login required)

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!