smitty01140
Forum Replies Created
-
seems to be working fine in Firefox. Right now it is importing all the styles from my style.css file. How do I get it just to do the editor-style.css file?
I downgraded it shows up in the dropdown, but if I go to a different page it disappears.
I am having the same issue. Running WordPress 3.3.2, TinyMCE Advanced 3.4.5.1 and using the BlankSlate theme.
Any solutions on fixing this?
Forum: Fixing WordPress
In reply to: TinyMCE and Editor StylesYes I did add the style definition to the editor-style.css. Don’t you need TinyMCE Advanced to get the styles to display?
Forum: Fixing WordPress
In reply to: TinyMCE and Editor StylesBecause I activated the Twenty Eleven Theme and added a style and nothing showed up in the styles dropdown. I am using TinyMCE Advanced.
This is the style I added.
.highlight {
color: red;
}Forum: Fixing WordPress
In reply to: TinyMCE and Editor StylesBlankSlate. But I also switched over to twentyten and twentyeleven and nothing worked. I also added add_editor_style(‘editor-style.css’); to my functions file.