Remove Edit With TagDiv Composer from Admin Bar

Posted in: Newspaper
Post count: 144

Is there a filter or a way to remove the Edit with TagDiv Composer and the Mobile Page section from the admin bar? It takes up entirely too much room in the admin bar and is very distracting.

  • This topic was modified 5 years by nearview.
Post count: 21065

Hello!

These will disappear only if you uninstall the plugins, but you need it there.
There is no option to remove them.

Thank you for your understanding!

Post count: 144

@bettina,
Why would I need them there? Can I submit a feature request that your devs simply add a filter to enable/disable that feature. The TagDiv block in the admin bar takes up about 30% of the entire admin bar so much the admin bar is on two lines.

Post count: 21065

Hello!

Unfortunately, this will require custom work which is not covered by the support team.
For customization and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/

Thank you!

Post count: 144

Bettina, we know that. Can you at least acknowledge that this is an issue and bring it up to the dev team for consideration for a future release?

Post count: 155

@nearview, this plugin may help: https://wordpress.org/plugins/adminimize/

I use it to hide some other buttons, never tried with the one you asked for, but it should work..

Post count: 144

Thanks, we’ll definitely check this out. Good suggestion!

Post count: 144

an easier way to do this is to simply hide them via css. Just add the following into your Live CSS

#wp-admin-bar-tdc_edit,
#wp-admin-bar-our_support_item,
#wp-admin-bar-tdc_page_mobile_template,
#wp-admin-bar-tdc_create_mobile_page, 
#wp-admin-bar-tdb_template_load {
    display:none!important;
}
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.