Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @froggod,

    Sorry for the delay.

    Please try adding the below filter to your site

    add_filter( 'uabb_global_support_form', 'remove_uabb_global' );
    function remove_uabb_global() {
        return false;
    }

    I hope it will help.

    Kind regards,
    Herman ??

    Thread Starter froggod

    (@froggod)

    This code is causing a 500 error… Could the filter be something else?

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @froggod,

    Where did you add the code in? I had no issue when I added it in my child theme’s functions.php file.

    Kind regards,
    Herman ??

    Thread Starter froggod

    (@froggod)

    I tried it in my main themes functions.php and my MU functions.php.

    I’m on multi-site, version 5.5.4

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @froggod,

    Are you using the Pro version of the Ultimate Addons for Beaver Builder (UABB) plugin? As UABB Global Settings is only available on the Pro version. I know I shall ask you this in my first response. I am sorry for my lack.

    If you are using the Pro version, please get in touch with us thru our Support Portal and mark this topic as Resolved.

    However, if you are using UABB Lite (free) version and wanted to remove the Global Settings, then you need to contact the Beaver Builder (BB) plugin as that feature is coming from the BB plugin.

    Kind regards,
    Herman ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide global settings link on tool menu’ is closed to new replies.