Skip Navigation

[Resolved] Remove ‘Toolset Settings’ icon or meta box from sidebar in gutenberg editor page

This support ticket is created 3 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by Minesh 3 years, 4 months ago.

Assisted by: Minesh.

Author
Posts
#2171385
Content Template.PNG
toolset.PNG

Hi there,

We would like to hide or remove the ‘Toolset Settings’ icon or meta box from the sidebar in gutenberg editor page (screenshot attached).
I did managed to remove the 'Content Template' from the sidebar under the 'Post' tab (screenshot attached) using this code in functions.php:

function wpv_custom_admin_head() {
$slugs = array(
'post',
);
remove_meta_box( 'wpddl_template', $slugs, 'side' );
remove_meta_box( 'views_template', $slugs, 'side' );
}
add_action( 'admin_head', 'wpv_custom_admin_head', 20);

Is there a similar way to remove the 'Toolset Settings’ icon or meta box from the sidebar in gutenberg editor page?

Thank you!

#2172167

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

There is no option to remove the setting you are talking about but still I'll raise this in front of our Dev and check if there is any workaround.

I'll get back to you as soon as I have any updates on it next week.

#2176309

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

There is no way as of now to hide 'Toolset Settings’ icon or meta box from the sidebar in Gutenberg.

However, you can always raise a new feature request and ask for the filter that should help you to hide such setting icon or metabox using the following link:
=> https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/