• Resolved cokeyblokey

    (@cokeyblokey)


    I’m using an editor-styles.css file to add styles to the TinyMCE Styles drop-down. When I first visit my dashboard, the correct styles are there but as soon as I save a post or switch from one section of the dashboard to another they disappear from the drop-down. If I then close the dashboard and open again they are back.

    Any suggestions?

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    Perhaps you can use the Advanced TinyMCE Configuration plugin and add the style names to theme_advanced_styles. More details.

    Thread Starter cokeyblokey

    (@cokeyblokey)

    Many thanks Andrew. Your Advanced TinyMCE Configuration plug-in has worked for me. I’ve added my style names to theme_advanced_styles and they now consistently appear in the drop-down list.

    Thanks again!
    Marc

    Hey just wanted to say that I was having what I believe to be the same issue.

    I am using the latest release of the tinymce advanced plugin (3.3.9.2) set up to pull my custom styles from editor-style.css.

    Everything seemed to work perfectly 100% of the time in FireFox, but in Internet Explorer I was experiencing the issue with the disappearing styles from the Styles drop-down menu. When I initially load the editor in IE the styles would appear, but if I navigated away to another page of the admin panel and came back to the editor the list of styles would disappear.

    I found that logging out of WP and clearing my cache would bring them back, but that’s not really an option for my clients so I went ahead and applied the fix recommended in this post. I installed the Advanced TinyMCE Configuration plugin and then manually added my styles under the “theme_advanced_styles” property.

    That seems to be doing the trick, at least as far as my 20 minutes of testing goes.

    As a note to others applying this fix, the styles must be added in the following convention:

    Name to Appear in Styles Menu=className; Another Class Name=anotherclassname; etc…

    I just want the actual class names themselves to appear in the styles drop-down menu so my values look like this:

    alignleft=alignleft; alignright=alignright; brown_subheading=brown_subheading; etc…

    RobertMfromLI

    (@robertmfromli)

    evster: the solution is to never ever use Internet Explorer for anything other than testing the site to see what it’s poor standards compliance screws up. Additionally, since Microsoft’s “Help us make IE better” default setup means sending all sorts of data about what you’re viewing or doing, I personally also NEVER use IE for any back end stuff like admin control panels.

    I for one, after over a decade of catering to the various IE quirks, am about ready to give up on tweaking things to work on IE, or crippling certain features that cannot be gotten working properly. YMMV.

    Thread Starter cokeyblokey

    (@cokeyblokey)

    RobertMfromLI – I completely understand your feelings towards IE. Unfortunately it’s not always possible to tell my clients not to use IE. I too found that the TinyMCE styles drop-down was working correctly when using FF but both IE and Chrome were losing them. For me to go back to my client and tell them that they are not able to use IE for the dashboard, would jut make me look unprofessional. Trying to convince the client that it’s actually Microsoft at fault and not myself or WordPress wouldn’t be easy!

    Thanks again to Andrew Ozz for creating these fantastic plug-ins.

    RobertMfromLI – I totally hear you. Personally, I avoid IE as much as possible.

    But unfortunately I’m stuck in cokeyblokey’s boat, so for now applying the fix is a must. I’m hoping IE 9 will solve many of these kinds of problems, but who knows?

    And a big thanks for Andrew Ozz for the work on the plug-ins!

    RobertMfromLI

    (@robertmfromli)

    Apologies guys… of all people, I too should know how difficult it can be to get end users to understand such things and follow through – as well as the fact that it ends up being us who look bad (instead of Microsoft) if we dont figure out every kludge to make the various versions of IE work on our sites.

    I’ve ended up opting for dropping IE6 support. I wish I could go farther – but like you all say, it’ll be me that looks bad, not MS. At least with IE6, I can point to the tremendous age of the browser (and lack of further support from Microsoft) as a reason to them for no longer supporting it.

    friggasdaughter

    (@friggasdaughter)

    BIG Problem! I have no idea what happened! TinyMCE was working fine and then all of a sudden it will not let me link to any internal anything. The buttons for images, audio don’t work and if i click on the insert link button it does nothing and bottom of page just says…javascript;; anyone help!

    RobertMfromLI

    (@robertmfromli)

    friggasdaughter: try closing any wp-admin pages, clearing your cache, restarting your browser and going to the particular admin page again. Sounds like an IE issue?

    friggasdaughter

    (@friggasdaughter)

    i have no idea…but magically when i switched my links back to default it all worked! Of course I spent half my day de-activiating other plugins that were installed today in case anything other than IE was an issue, but I have no idea what I did to fix it. I also noticed that removing the time and date buttons seem to fix it too? odd!

    mikeharris

    (@mikeharris)

    Hi All,

    Going back to the original problem I cannot find where to remove these default styles. I’ve searched the entire source code and although there are a couple of references to theme_advanced_styles in form_utils.js and link.js I can’t find where aligncenter, alignleft etc are being added.

    I’ve also searched for the tinyMCE.init function but this does not seem to appear anywhere … which just doesn’t seem possible. I’m very confused right now; any help would be much appreciated.

    Cheers,

    Mike

    mikeharris

    (@mikeharris)

    I should point out that I am already using the Advanced TinyMCE Configuration plugin … I just can’t find where to configure it from.

    Thanks

    Thread Starter cokeyblokey

    (@cokeyblokey)

    MikeHarris: The settings page for TinyMCE Config can be found under the main ‘Settings’ tab in the WP Dashboard. From there you have to add ‘theme_advanced_styles’ to the ‘Option name’ field, then you need to add your styles to the ‘Value’ field in the following format:

    Slider Title 1=slider_title_1;Slider Title 2=slider_title_2

    Those are examples from my css. The first part (Slider Title 1) is the name you want to appear in the dropdown. The 2nd part (slider_title_1) is the actual class name from my style sheet. Each style is seperated with a semi-colon (;). The last class in your list should not be followed by a semi-colon.

    Once you have put these in then the default list of styles (alignleft etc) will be replaced with your own.

    Hope this helps.

    mikeharris

    (@mikeharris)

    Hey cokeyblokey; thanks for the speedy reply.

    What you’re saying makes sense but I still can’t see where to add these values – for me the TinyMCE Advanced config screen is split into two sections; the top one (where I can drag in what buttons I want on the toolbar) and the bottom one (which contains a set of “advanced option” tickboxes). Here’s a screenshot:

    http://tinypic.com/r/2cgbt34/7

    I dont seem to have any textboxes at all šŸ™ Apologies if I’m missing something obvious but I’m still baffled.

    Thanks again, Mike.

    Thread Starter cokeyblokey

    (@cokeyblokey)

    Ah, I see what’s wrong now – you need to install the ‘Advanced TinyMCE Configuration‘ plug-in. It’s actually separate to the ‘Advanced TinyMCE’ plug-in. You will then get another page under the main WP ‘settings’ where you can add the values.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘[Plugin: TinyMCE Advanced] Losing styles from dropdown when posts are saved’ is closed to new replies.