We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9932
    • 66 Posts
    Fresh installation of Evo 1.0.3.
    I try to set up custom styles in tinymce editor but without use.
    I have test.css in assets/templates/test.css with only one line ".test{color:green}".
    I’ve added it at Configuration page and test=test in custom styles editbox to.
    I see my style in dropdown box, I can set part of text with green color,everything looks fine, but when I open html source window I see nothing. I mean no styles.
    in place of "<p class=’test’>my text</p>" there is only "<p>my text</p>" sad
      • 9932
      • 66 Posts
      I guess that TinyMCE checks the path to custom css file in incorrect way.
      Adding "verify_css_classes : false" param to plugins/tinimce/js/mce_init.js.inc solves the problem.