• Resolved JordiKoki

    (@jordikoki)


    Hi! The plugin is fantastic!!!!

    But for this pluguin (WPBakery Page Builder) i can’t hide for the admin menu. Other pluguins or optios are OK, but this plug not ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author cusmin

    (@cusmin)

    Hi,

    That’s a premium plugin. Usually, we don’t support such plugins but you could create the temporary credentials for us on your site and we could find the workaround for you. If you want that, please send an email to [email protected]

    Cheers!

    Plugin Author cusmin

    (@cusmin)

    Adding this to AGCA > Advanced tab > CSS will do the trick:

    #adminmenu #toplevel_page_vc-general,#adminmenu #toplevel_page_vc-welcome{display:none !important;}

    Thread Starter JordiKoki

    (@jordikoki)

    Perfect!! Now works!! THKS!!

    How do you pull up the advanced tab from AGCA?

    Plugin Author cusmin

    (@cusmin)

    You can use this code to pull custom scripts:

    $js = get_option('agca_custom_js');
    $css = get_option('agca_custom_css');
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t hide WPBakery Page Builder admin menu’ is closed to new replies.