@Andrew Ozz:
Thank you for insight. I am in need of your expertise. I tried using more specific css in editor-style.css such as
/*
TINYMCE-STYLE CUSTOMIZATION [ Placed in editor-style.css || functions.php: calling at top as in twentyten theme default:
// This theme styles the visual editor with editor-style.css to match the theme style.
add_editor_style();]
*/
div.mceMenu.mceListBoxMenu td.mce_formatPreview.mce_h1 span.mceText {
color:red;
}
* Still didn't work
* Tried add_editor_style('editor-style.css'); and didn't work
**My Goal: Simply to have [TinyMCE-Advanced Plugin] format dropdown match the h1,h2,h3,+ styles from theme/editor-style.css AND if possible the h1,h2,h3,+ styles will render in the content area. (Which you mentioned to put CSS in "Edit Post" Header)
**Is there a conflict with the plugin?
- Am I going about this the right way?
- Where is this "Edit Post" header you are referring to? wp-admin folder?
- If so, when I update WP does it overwrite my wp-admin folder when I customize it? What is the best way to safe-guard this?
Thank you soo much for your help with this!
-------
@jhayes:
TinyMCE-Advanced Plugin Page
Pulled from FAQ section:
* I just added my css classes to tinymce.css but they are still missing from the editor.
Click on “Save Changes” on the admin page of the plugin, even if you did not change any buttons. This will force TinyMCE to reload the css files.
After re-reading what I think you're trying to do: "Get the Styles Dropdown to reference the tadv-mce.css and/or your theme's styles."
- The Style Dropdown ONLY references the styles located in the tadv-mce.css file. If you want to bring in classes from your theme...you have to go to the Tiny-ADV Editor Settings and check the box that reads: "Import the current theme CSS classes".
- Also, after making changes to the tadv-mce.css file, you have to clear your cache in order for TinyMCE-Advanced to show changes. This happened to me last week.
I'm currently doing my first web-project with WP and running into lots of things...but I believe when I tested "Updating" the TinyMCE-Advanced Editor...it overwrites any styles in the tadv-mce.css file which is unfortunate. Only Solution I know of: MUST place in styles.css and import...but that brings in all valid classes from your theme and 90% are unnecessary. Hope this helps