Facundo A.
Forum Replies Created
-
Hi there,
To be sure, does the page you mentioned show any product?
If not, then there is nothing for the plugin to filter, so it won’t work.We remain at your disposal.
Hi there,
Please, add the following code in the functions.php file of your current theme, and then check if the issue solved.if ( ! function_exists( 'yith_infs_jetpack_lazy_load_fix' ) ) { function yith_infs_jetpack_lazy_load_fix() { if ( class_exists( 'Jetpack' ) ) { $js = " jQuery( document ).on( 'yith_infs_added_elem', function (){ const elem = document.querySelector( 'body' ); const jetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load' ); elem.dispatchEvent(jetpackLazyImagesLoadEvent); }); "; wp_add_inline_script( 'yith-infinitescroll', $js ); } } add_action( 'wp_enqueue_scripts', 'yith_infs_jetpack_lazy_load_fix', 20 ); }Also, don’t forget to clean the cache of your browser and site before testing it.
Hi there,
I’m sorry to hear that. I’m not sure of what auto slider function you’re talking about, since the plugin doesn’t have one.
If you want, you can open a new topic in the support forum, so we can try to help you with your issue.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Missing Side Bar ManagementHi there,
The sidebars are handled by your theme, so you should check its settings to see if you can have multiple sidebars.
You can also use the shortcode for the filter you want to display if you need to display it on a page without a sidebar.
I leave you the link to the documentation about this last option I mentioned:
https://docs.yithemes.com/yith-woocommerce-ajax-product-filter/premium-settings/widget-and-shortcode/We remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Tag Filter problemHi there,
Ok. Please, share the link of the page with the issue so we can check it and see what is happening.Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Lightbox conflictHi there,
I checked the page you sent, but unfortunately I can find anything related to our plugin that could be causing the issue.
I recommend you disable all the plugins except for WooCommerce and our plugin, and then check if the issue is solved.
If so, you can then enable the rest of the plugins one by one until you find the one causing the issue.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] [Premium] Transients overloaded!Hi there,
To be sure, you are talking about a feature from the premium version, am I correct?
If so, I’ll recommend you contact us using the support page on our site.
Keep in mind that this forum is only for the free version.We remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Yith and Divi Theme Builder – DuplicatesHi there,
Try changing the following selector and then check if the issue is solved:
Next: .infinite-post-scroll div.pagination .alignleft aWe remain at your disposal
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Yith product addonHi there,
I tried to check the issue in the page you mentioned, but the site is offline.
I’ll suggest you disable the maintenance mode or share the link to a staging site so we can check the issue.Best regards
Hi there,
I tried to replicate the issue you mentioned in a local site, and the plugin should detect the required field as missing.To be sure that there isn’t a conflict with another plugin, I’ll suggest you try disabling all the plugins except for WooCommerce and our plugin, and then check if the issue is solved.
If so, then you should enable the rest of the plugins again one by one, until you found the one causing the issue.We remain at your disposal.
Hi there,
In this case, it could be a conflict with another plugin. I’ll suggest you try disabling all the plugins except for WooCommerce and our plugin, and then check if the issue is solved.
If so, then you should enable the rest of the plugins again one by one, until you found the one causing the issue.If this didn’t work, please share a video capture of the issue so we can try to replicate it.
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Yith and Divi Theme Builder – DuplicatesHi there,
Could you share the configuration you used in the plugin?
This way we can be sure which selectors you used for Navigation Selector, Next Selector, Item Selector and Content Selector, and if they need to be changed.Forum: Plugins
In reply to: [YITH WooCommerce Compare] Translate plugin in GreekHi there,
Could you check that both files are named as yith-woocommerce-compare-el? The corresponding file extensions should remain the same.
If they are located in wp-content/languages/plugins with that name, WordPress should detect it correctly.We’ll be looking for your reply.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badges appearing over CartHi there,
Please, try to add the following CSS code in Appearance > Customize > Additional CSS and then check if the issue is solved:.single-product .yith-wcbm-badge { z-index: 9 !important; }We remain at your disposal.
Hi there,
If you have added new attributes and you want to display as filters in the preset, you will need to create new filters manually.If what you want to do is to add new options (terms) to the filters that are already created, you can go to the filter settings and enable the Auto-populate with all terms setting to let the filter show all the corresponding options automatically, or you can add them manually in the field Choose terms.
We remain at your disposal.