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

woof_image_allow_term_desc

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.

Hi!

I need help to avoid Brand description on image hoover.

 

 

Hello

Please drop me exact  link to the  issue

Please paste your license key here - https://clip2net.com/s/4kgbvfT -> https://c2n.me/4kgbvNj.png

Hi, Pablo!

https://ofimart.mx/product-category/articulos-oficina/

Brand [Marca] is showing description on mouse over.

We don´t wanna to show it. Display it.

Show Filter

On mouse Over on Marca - Wrong output!

Posible solution: https://products-filter.com/woof_image_allow_term_desc

woof_image_allow_term_desc

From v.2.2.6

By default a description of the term is added for pictures, now it can be turned off. By default is true. Example:

add_filter('woof_image_allow_term_desc', function ($show) {
    return false;
});

 

But not know where to put it.

Hello

Please  add  this code in functions.php  of the  current theme

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

return false;

});

Fantastic! You're awsome. It works out!

Great! Welcome;)