Giuseppe Madaudo
Forum Replies Created
-
Hi there,
could you send me a link where I can see the issue?Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Allow multiple selection not workHi there,
could you send me a link where I can see the issue?
Thank you.Forum: Plugins
In reply to: [YITH Infinite Scrolling] Excessive DB size due to yith transientsHi there,
this is the first time that someone report this issue as I know, we’ll investigate and if necessary send an update in order to fix that.
Thank you for reporting.Hi there,
try to change the code provided with this:if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '.products'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector', 22,1 ); }Hi there,
unfortunately we never tested the plugin with the other. Could you provide more info about the issue?Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Load More display incorrect resultHi there,
I can see that you have an js error in that page and this could be the cause of the load more issue. Please check get-loader.jsForum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Condition Logic issueHi there,
unfortunately with this version of the plugin you cannot unlimited number of products when setting condition logic for a field in a block.Hi there,
from the image is correct, could you send me the link of the page where I can test the addons?Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Dropdown does not workHi there,
try to insert this code in functions.php of your theme:if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '#tm-page'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }Hi there,
ok thank you for clarification, could you tell me in which page you want the script and the css? Or better could you tell me where the filters are present? So we can send you a code to dequeue everywhere exctept in the page where the filter are present.Hi there,
I’m sorry but this not possible with the plugin.Hi there,
at the link sent I cannot see the screenshot. Please check and let me know.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Dropdown does not workHi there,
it looks like the filter is out of the container, try to put it inside the container where the products are.Hi there,
for which pages do you want dequeue scripts JS and CSS ?Forum: Plugins
In reply to: [YITH Infinite Scrolling] 307 requisitionHi there,
could you share with us a link where we can see the issue?