• Resolved davidegiorgetta

    (@davidegiorgetta)


    Hi there,
    I added many custom style through the TinyMCE Custom Styles plug-in (like 160 styles) and the dropdown for the custom styles in the WordPress editor is not opening anymore. When the styles were around 80 it was working as expected and I managed opening the dropdown and apply the styles to the text in the editor. Is there a limit for the styles number? Is there a log I can check?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tim Reeves

    (@tim-reeves)

    Hi @davidegiorgetta ,

    I’ve looked at the code. There’s no limit on the part of my plugin to the number of formats possible, it’s all just normal PHP arrays. The list of formats is passed by my plugin to TinyMCE with this call:

    add_filter( ‘tiny_mce_before_init’, ‘tcs_mce_before_init_insert_formats’ );

    If TinyMCE can’t display such a large list then I don’t see anything that I could do about that. You can try making a bug report to TinyMCE.

    One thing you can try, if not already so, is to check this option:

    Select to add your styles in a submenu ‘Custom Styles’ (otherwise added to top level).

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom styles dropdown not opening’ is closed to new replies.