• Resolved vaughantansley

    (@vaughantansley)


    the drop down menu in the text editor (for example to change font size or type) has stopped working. When I press the drop down the font dialogue box appears behind the text box and I can’t change anything. The problem only happens with Beaver Builder. can anyone help?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Simon Prosser

    (@pross)

    Tools -> Global Settings -> JS

    jQuery(function() {
        if( jQuery('body.fl-builder-edit').length > 0 ) {
            tinymce.ui.FloatPanel.zIndex = 100100
        }
    });

    There will be an update to address this, until then this snippet does the same thing ??

    Thread Starter vaughantansley

    (@vaughantansley)

    sorry for being thick but where do I find tools > global settings?

    Thread Starter vaughantansley

    (@vaughantansley)

    ok found it, works, thanks.

    I am having the same issue on my side.. Can you tell me where to add this code? I have been looking…

    Thread Starter vaughantansley

    (@vaughantansley)

    Go to the page you want to change (in page builder) and at the top right of the screen, go to tools, global seetings, java script and put the code there.

    This didn’t work for me. I copied the code and pasted it under tools> Global Settings> java script as instructed. Any other suggestions?

    I also have this issue now and the suggested fix isn’t working for me either. Any other suggestions?

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey guys,

    This should now be fixed on the latest version of our plugin 1.10.9. Just make sure you have the latest version of our plugin. ??

    Ben

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘drop down menu in text editor’ is closed to new replies.