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

Tool Tip

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.

The tool tip for the image used (size is 32px x 32px), is too large for the image and covers it.  I've decided to turn off the tool tip. I have set it to NO in the Products Filter Tab in WooCommerce settings.  Is there some CSS I can use the image formatting box to control it? Or some css for the theme? i'm using DIVI theme.

Hello

Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png

and  drop  me  exact  link to the issue(enable the tool tip)

Please visit this link: https://thecostumevault.ca/product-category/hats/

Hover over one of the images in the filter for the Hat Style.

The tooltip covers the image.

Hello

You have two options for solving this problem:

1 If you want to display the description of terms:  Please  add CSS:

.woof_container_image p:hover.woof_tooltip span.woof_tooltip_data {

bottom: 100%;

}

2 Hide the description of terms: Please  add  in functions.php:

add_filter('woof_image_allow_term_desc', function($show, $tax_slug){

return false;

},99,2);

The first piece of code, puts the description of terms immediately above the image. Works great! Thank you very much

Hello

Great!  Welcome;)