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 pleaseIf 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.
Quote from chipsi on November 8, 2021, 02:58I want to hide the following, could you let me know how I can do it:
- Hide the title "BEAR - WooCommerce Bulk Editor Professional v.2.0.8.1 ʕ•ᴥ•ʔ"
- Hide your branding on the bottom right corner "Created by PluginUs.NET"
- Hide the Help tab for all users except Administrator.
I want to hide the following, could you let me know how I can do it:
- Hide the title"BEAR - WooCommerce Bulk Editor Professional v.2.0.8.1 ʕ•ᴥ•ʔ"
- Hide your branding on the bottom right corner"Created by PluginUs.NET"
- Hide the Help tab for all users except Administrator.
Quote from chipsi on November 8, 2021, 03:30Also the following:
4. "Documentation" button.
5. "For example by this plugin".
6. "History" Button.
Also the following:
4."Documentation" button.
5."For example by this plugin".
6."History" Button.
Quote from Pablo Borysenco on November 8, 2021, 12:34Hello
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;
}
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;
}
Quote from chipsi on November 8, 2021, 15:47Thx, the two CSS codes above did not work! I also added "important" but did not work. I am using "Simple CSS & JSS" plugin.
Thx, the two CSS codes above did not work! I also added"important" but did not work. I am using"Simple CSS & JSS" plugin.
Quote from chipsi on November 8, 2021, 16:28I 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:
- "BEAR - WooCommerce Bulk Editor Professional v.2.0.8.1 ʕ•ᴥ•ʔ"
- "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!
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:
- "BEAR - WooCommerce Bulk Editor Professional v.2.0.8.1 ʕ•ᴥ•ʔ"
- "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!
Quote from Pablo Borysenco on November 9, 2021, 11:11Hello
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.
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.
Quote from chipsi on November 9, 2021, 17:29Yes, 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?
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?
Quote from Pablo Borysenco on November 10, 2021, 11:29Hello
My code is 100% working - https://c2n.me/4dWtkak
You should hire a developer to insert this code into your website
Hello
My code is 100% working - https://c2n.me/4dWtkak
You should hire a developer to insert this code into your website
Quote from chipsi on November 10, 2021, 15:00You 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!
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!
Quote from Pablo Borysenco on November 11, 2021, 10:36Hello
OK! Wait for plugin update and this code will work
Hello
OK! Wait for plugin update and this code will work