Everything is working great except that TinyMCE is not importing the CSS styles so the user can choose the appropriate styles.

I am using Zen Classic theme.

My settings are:

Input filter: Rich Text filter

under TinyMCE CSS:
- CSS defined by theme
and I have left the rest blank b/c it says it would automatically import the themes to the drop down.

this does not work so I tried putting in a few style elements such as header=h1;header2=h2 ---> this brings the drop down items but nothing happens when I try to apply them.

what am i doing wrong??

thanks!

-guppy

Comments

cgjohnson’s picture

Did you ever get a solution for this? I had the same prob -- and then I created my own CSS classes and tried to put them in that field, using the Header 1=header1;Header 2=header2 format and the only one that took was the last one, each time. Is this a bug?

patricio.keilty’s picture

Try setting the CSS Editor fields to the following inside your tinymce profile:

  • Editor CSS: define CSS
  • CSS path: /themes/zen/classic/style.css (the starting / is important here, relative paths won´t do)

Worked for me.

mupsi’s picture

Issue summary: View changes
Status: Active » Closed (outdated)