Hi Vincent,
Thanks for reaching out to us. We are sorry for your inconvenience.
Can you please give us an exact link to check?
Hope to hear from you soon!
Thank You
Hi Vincent,
Thanks for reaching out to us. We are sorry for your inconvenience.
Can you please give us an exact link to check?
Hope to hear from you soon!
Thank You
Hello,
Here’s the page where i have the issue : http://sylneo.weborizon.fr/produit/cloture-cassiopee/.
Sorry for the late response.
Hi Vincent,
Thanks for getting back to us. Can you please share the hook you are using to display images and variations?
BTW, our gallery plugin overrides the product page template. You can try your custom code using the following-
add_action( 'woo_variation_product_gallery_end', 'your_custom_function', 10, 1);
function your_custom_function( $product ){
//Your custom code here
}
Hope to hear from you soon!
Thank You
Hello,
It worked like a charm. I just changed my hook used to display variations by yours (woo_variation_product_gallery_end).
Feel free to get this ticket in public as it can help people with this particular issue 🙂
Hi Vincent,
Glad to know it helped. Sure, I will keep this ticket public.
We really get excited & honored when you use our plugin on your site.
If you found my support helpful, could you please leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-gallery/reviews/?filter=5
Your rating keeps us inspired.
Thank You
Plugin broke my layout
Vincent Berthelin
Hello,
I tried using your plugin but it broke my layout. I’m displaying images and variations using the hooks under the main image. When i only have one image it works just fine but when i installed additionnal images it broke and displayed only the first variation.
Could you help ?