Andrea Grillo
Forum Replies Created
-
Hi there,
try to add this code at the end of functions.php file of JupiterX theme:
if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '#jupiterx-main'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filter by Size is not workingHi there, I’m sorry but it’s not possible to doing that with this version of the plugin.
Hi,
when your website generated similar issue an email are send to you and normally this email have more details about that.
Did you received it? If yes, could you share the issue with me, please?
Another solution is to enable theWP_DEBUG_LOGon your website, read this post about Debug in WordPress please.Forum: Plugins
In reply to: [YITH WooCommerce Compare] Complianz plugin’s cookie consent windowHi there,
like suggested to Alessio, I think that you should contact the Complianz plugin author. We are here if you need more details about that.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Make checkboxes smallerHi @bigwebdesign
try to open the section Appearance > Customize > Extra CSS and add this CSS rules:.ywapo_input_checkbox { height: auto !important; display: inline !important; width: auto !important; } .ywapo_input_container label { display: inline-block !important; }Let me know if works
Hi,
I have tested it in my local environment and works fine. Have you added it in functions.php file or use a snippets plugin ? Let me know, please.Hi @luispf39
I’m sorry that you’re experiencing this issue. Could you share with me an URL where I can see and test this issue, please ? ThanksHi there,
could you share with me an url where I can see and test it, please?
Hi there,
I have tested your website and the Modal works fine, I see the close button in the right corner of the screen and the product title.
Look this screenshot, please.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Remove Blank Space Down QuickView WindowHi there,
I need to look your website in order to find the cause of the solution. I think we can fix it easily with a CSS rule but your website is under maintenance.
Let me know when I can see it, please.Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Just Displaying “Loading”Hi there,
could you share with me the website url, please?
I think you have a js issue on your side.Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare table doesn’t work on Mobile devicesHi there,
yes, probably is a conflict with cache plugin or another plugin. Unfortunately, is very hard to us make a full tests. You can try to clean the cache and disable the cache plugin.
Look if the problem persist. If yes, try to deactivate all plugins (except for WooCommerce and YITH WooCommerce Compare) and make another test. If the problem disapperar try to enable the plugin one by one in order to find who cause the problem.
Let us know.Forum: Plugins
In reply to: [YITH WooCommerce Compare] Translation IssueHi there,
I’m sorry but this is our translate platform. The translation that you add here works for the commercial version of the plugin.
For this version of the plugin look the translate.wordpress.org website. ThanksForum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Displaying wrong products in the orderHi there,
it’s normal, in the order you see the Bundle with the items inside. This is the way how the plugin works.
Thanks for reporting about that.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Default quantityHi there,
I’m sorry but I really understand very well your request. If you want to set the item quantity you can doing that.
With this version of the plugin you should select only a specific quantity, in other word the user can’t select the quantity.