Andrea Grillo
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] hidden results on desktopHi there,
the issues seems to be related the the lazyload added by your theme. Could you try to disable it and test it again, please?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Tables Name on DatabaseHi there,
I found two table named yith_wcwl and yith_wcwl_lists.
I did not find a table named yith_wcan_section in the database.You’re right, it’s my fault. The FREE version of the ajax product filter plugin don’t create any extra table, only the commercial version create it.
yith_wcwlandyith_wcwl_listsare two tables created by YITH wishlist pluginForum: Plugins
In reply to: [YITH WooCommerce Badge Management] Related Products image dissapearHi there,
thanks for contacting us.
Try to use this CSS Rule in Appearance > Customize > Additional CSS.related-products-wrapper .container-image-and-badge{ position: static; }Hi there,
the issue seems to be related to an incompatibility with your theme. Could you try with a standard theme, like Twenty Twenty-One or Storefront, please?
Forum: Plugins
In reply to: [YITH WooCommerce Compare] No data in table when comparing product variationsHi there,
I’m sorry but the plugin isn’t integrated with Advanced Woo search. This means that our plugin works at product level, not at variations level. I’m sorry
Forum: Plugins
In reply to: [YITH WooCommerce Compare] replace text with iconHi there,
ok, let me know ๐
Forum: Plugins
In reply to: [YITH Frequently Bought Together for WooCommerce] Coupon ErrorHi there,
the coupon generated by FBT plugin is set to
use individual.
To change it you should use this code in functions.php of your theme:add_filter( 'yith-wfbt-coupon-individual-use', '__return_false' );Hi there,
this post is a duplicated of this one:
https://wordpress.org/support/topic/i-am-not-able-to-find-the-selector-for-elementor-home-page/
Close it!
Hi there,
could you tell to me in which page you want to use our plugin? Thanks.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] woocommerce Variation not loadingHi there,
thanks for contacting us. I see that you’re using the premium version, so please contact us on our website. You have a premium support for this plugin.
Hi there,
this is normal, our plugin change the main query of WordPress so in this case the get_queried_object could be changed, too.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Product Images No Longer ShowingHi there,
I’m sorry about that, but on your page you have something that need to optimize the image loading. This kind of script cause issue when a filter was apply. Could you double check it?
Hi there,
the issue is related to your theme. The FREE version of ajax product filter plugin haven’t the modal style for the mobile device. You are using a slider sidebar but is something created by you theme.
You should try to use this code, copy and past it in functions.php of your theme. Let me know if works.
if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '.page-container'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Tables Name on DatabaseHi there,
thanks for contacting us.
Our plugin only create one table called
yith_wcan_sectionForum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Does not Add to CartHi there,
Could you share with me the product URL, please? I need to see your product page because you have customized it.
Thanks!