PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Hiding unnecessary stuff in your plugin

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I want to hide the following, could you let me know how I can do it:

  1. Hide the title"BEAR - WooCommerce Bulk Editor Professional v.2.0.8.1 ʕ•ᴥ•ʔ"
  2. Hide your branding on the bottom right corner"Created by PluginUs.NET"
  3. Hide the Help tab for all users except Administrator.

 

Also the following:

4."Documentation" button.

5."For example by this plugin".

6."History" Button.

Hello

To  hide tabs  use  a hook - woobe_show_tabs  An example  here - https://bulk-editor.com/more-settings-implicit

And  add CSS

.bear-plugin-name{

display: none;

}

.row.woobe-footer{

display: none;

}

Thx, the two CSS codes above did not work! I also added"important" but did not work. I am using"Simple CSS & JSS" plugin.

 

I managed to hide some of the elements with different CSS codes, the ones you provided did not work.

However, I still do not know how I can hide these:

  1. "BEAR - WooCommerce Bulk Editor Professional v.2.0.8.1 ʕ•ᴥ•ʔ"
  2. "Documentation" buttons exist in"Hide: Filters/Bulk Edit/Export" tab

It is not useful to have these many external links in your plugin. Unless you gave us an option to hide them easily or just put all of them in the Help tab!

Hello

 I still do not know how I can hide these:  - My code is just right for these elements. Are you sure a third party plugin adds these styles to the admin panel?

It is not useful to have these many external links in your plugin. - This is only your subjective opinion. We will not change this for just one user.

Yes, I already hid the other stuff with CSS on the admin dashboard. But I do not know how I can hide the two items I mentioned above.

Could you just let me know how I can hide the two things I mentioned above whether with CSS or other methods?

Hello

My code is 100% working - https://c2n.me/4dWtkak

You should hire a developer to insert this code into your website

You probably have a different version as I do.

When I inspect the page in Google Chrome, there is no such thing".bear-plugin-name" or...

So I used different IDs than yours - which I found them in inspection - to hide stuff. However, the title and Documentation button cannot be hidden cause I do not know their ID or name.

Are you sure you have the same code as mine? If you inspect do you see such namings?

Hiring a developer to hide a CSS element of a plugin sounds overkill!

Hello

OK!  Wait for plugin update and this code will work