Woosuite
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] JavaScript error – can’t save settings@galbaras honestly, we couldn’t say without recreating your test environment. It could be anything.
@1stwebdesigns we will try to create your issue using Disable Woocommerce Bloat and look into a different way of saving the setting,
@skase98 I can see no reason why your setup wouldn’t work.
Are you a pro user?
Please create a ticket here:
https://woosuite.com/support/Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Swatch links not clickable@wpgoodwill Sorry for the inconvenience, what version were you using before?
You might need to resave the color swatch selection, can I ask what theme are you using?Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Make plugin translatableHappy New year,
Thank you for reaching out this was on our roadmap for this year.
We should have some time for this next week.Please create a ticket here https://woosuite.com/support/ and we can collaborate on getting this done.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] PHP Warning A Non-Numeric Value@serafinnyc looking closer at the code you provided it seemed the error isn’t coming from our plugin.
It is caused by woocommerce-colororimage-variation-select
wp-content/plugins/woocommerce-colororimage-variation-select/includes/wcva_swatch_form_fields.php
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] JavaScript error – can’t save settingsHi Gal,
Sorry to hear you are experiencing issues.
The problem is we are using wp.ajax.send to make the ajax call
The wp.ajax object is defined in the wp-includes/js/wp-util.js, it is called by default by WordPress
Wordpress Utils JS file is not loaded properly so it caused the error and you can check to see if that file is loaded within your admin side?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] PHP Warning A Non-Numeric ValueHi Stef,
We are looking into this now,
what PHP version are you running?Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Swatches don’t reset when clearedHi Bob,
Our official support hours are 10am to 5pm GMT Monday – Friday(https://woosuite.com/support/).
For our forum support, it is checked once per week unless we have just released an update in that case we check daily for the first few days in case there are any bug reports.
We aim to provide a response with 24hrs, I can confirm this issue was quickly resolved and we can close this ticket
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] last update doesn’t workAre you still having this issue in our latest update?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Cannot disable plugin stylesheetOur latest update should solve the remaining inline CSS, please confirm?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Update IssuesThank you for reaching out ??
You can update the padding styling by adding this CSS to your WP customizer:
.woocommerce div.product form.cart.swatches-support .swatch-image { width: 40px !important; height: 40px !important; padding: 2px !important; }
The finished result should look like this:
https://drive.google.com/file/d/1MXeY6PIlLab-DKA7s004HUEXkAEJt2I_/view?usp=sharingYou can also update the padding in the version from your settings area.
Hope that helps?
Hi,
Thank you for reaching out, I believe we answered your ticket ??
If I am not mistaken, a product with 1152 variations timed out while fetching the images using the Woocommerce function get_available_variation.We created our own function instead of WooCommerce, which checks for less information, speeding up the returned result.
The latest update should help with the time-out issue?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Ordering variationsthis should help with that:
https://woosuite.com/woocommerce/sort-attributes/Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Cannot disable plugin stylesheetStrange, I just tested again and it works as expected:
https://drive.google.com/file/d/1uQW7T3gAsbw_LJpUbgxz40O43iGp6PL2/view?usp=sharingWhat theme are you using?
Often themes include their own CSS, can you share your URL here?Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] last update doesn’t workHi,
Sorry for any inconvenience, you can set the attribute’s type from the variation settings page: https://drive.google.com/file/d/1k9jEHmCXN5Mt5D_SGt1aGQJXgsZ0DYaF/view?usp=sharing
Regarding “color attribute, I see the select and the circle colorated” this seems to be working fine?