PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

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

Not toggled terms count - Bug with Color advanced type

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.
Support notice: Our support team will be on vacation from August 8 to September 3, so response times may be delayed and replies may be irregular.

Hello,

Unless I've misconfigured the settings, the combination of"Not toggled terms count" (on additionnal options) and the advanced"Color" type doesn't seem to work. The"See more" button appears, but it doesn't shorten the color list to the desired number. For example, I entered 10 as the number of colors to display, but on the public side, the entire list (65 colors) is visible.

 

Thanks in advance for your help

 

Hello

Thank you for the report. Could you please share the URL of your page where the filter is visible so we can check it directly?

In the meantime, we have a possible fix for this. Please add the following to your theme's functions.php and let us know if it resolves the issue:

add_action('wp_head', function() {
    echo '<style>ul.woof_list_color li.woof_hidden_term { display: none !important; }</style>';
});

Place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png

Thanks for your quick answer. Your snippet has been added and fix the issue.

The url were you can see it : https://test.eto39.fr/boutique/

The purchase code was already added.

Regards

 

 

Hello

Glad the snippet worked out! Feel free to reach out if anything else comes up.