Paulo Gomes
Forum Replies Created
-
Hello Rafik,
thank you for your reply. Meanwhile i had to change to other plugin due to the urgency i had to deliver the project. Sorry about that.Forum: Plugins
In reply to: [Jigoshop] Images are not changing with color attributesWell definitely didn’t work for me… only when i create new products works.
It time for my client to decide if wait for some update or change to woocommerce.Thanks anyway 😉
Forum: Plugins
In reply to: [Jigoshop] Images are not changing with color attributesReally?
I’ll test now. Hope it works for me to!Forum: Plugins
In reply to: [Jigoshop] Images are not changing with color attributesDade88 this was the suggestion.
I’ll test it later and give you some feedback.Since WordPress 4.4.1 there was a slight problem with variable products images,
add this into your themes functions.php :add_action(‘jigoshop_before_single_product_summary’,’thumbnail_fix’);
function thumbnail_fix()
{
echo'<script>jQuery(document).ready(function($){$(\’body\’).find(\’img.wp-post-image\’).attr(“srcset”,””);});
</script>’;
}Forum: Plugins
In reply to: [Jigoshop] Images are not changing with color attributesDade88 in case you discover something tell me 🙂
I’ll do the sameForum: Plugins
In reply to: [Jigoshop] Images are not changing with color attributesThank you
I willForum: Plugins
In reply to: [Jigoshop] Images are not changing with color attributesI got the same issue….
A new installation runs well… but since i updated wordpress and jigoshop this happens!