Conversation
supportIs there a way to hide the global settings link on the tool menu in beaver builder?
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 🙂
This code is causing a 500 error… Could the filter be something else?
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 🙂
I tried it in my main themes functions.php and my MU functions.php. I’m on multi-site, version 5.5.4
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 🙂
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 🙂
This code is causing a 500 error… Could the filter be something else?
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 🙂
I tried it in my main themes functions.php and my MU functions.php. I’m on multi-site, version 5.5.4
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 🙂