Hi,
I’m running the latest versions of WP, Enfold and Woocommerce.
I’m having an issue with variable products where adding an option to cart shows the error “Please choose product options…”
I found a previous thread on this topic which reccommended adding the below snippet to functions.php, that hasnt solved the issue through.
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
The other issue is again in Woo, gallery images are half hidden by the priving div. A previous Enfold Support fix no longer works for that issue as seen in the below link.
Hey tjpicasso,
Thank you for using Enfold.
We would like to access the site but the login credentials are not working. Please check it carefully.
Best regards,
Ismael
Hi,
I can’t reproduce the error in the product page. Are you selecting a variation (100g jar or 60g tube) before adding the product to the cart?
Best regards,
Ismael
Hi Ismael,
Actually, in my previous message, I mention Woocommerce 3.3 update fixed the issue but there is still the gallery image issue
“A quick update though. Woocommerce 3.3 which was released today fixed the issue with variable products error of “Please choose product options…”
However you can still see on https://dev.nelsonhoney.com/shop/nectar-balm/ that the two gallery images are half hidden so it would be good to get a fix for that,
Cheers.”
Hi,
Thank you for the update. For the images, please use the following css code.
div.product div.images div.thumbnails:after {
content: " ";
display: table;
clear: both;
}
Best regards,
Ismael
Perfect!
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Ismael