When you go to these 2 products on my webshop you can see a lot of pictures. When you click on one of those pictures the imag eitself opens up and I just want that the main picture changes to the picture the customer clicks on. There is no way a customer actually wants to see the picture as a whole new page.
https://goo.gl/g3ZvKy
https://goo.gl/xzuATS
Other problem I am having is that I want to have a slider on my homepage with 2 pictures on it. So the customer first sees the coffee mug and the the slider slides to the next picture after x amount of seconds or clicks on next picture themselfes.
I tried ”Slide” on TagDiv, but that doesn’t even give me the option to upload the 2 pictures. I guess that’s only blog posts?
I see one other option and that is ”Revolution Slider”, but it seems weird that the almighty new pagebuilder from TagDiv has to use a slider from another company/plug in. Could you confirm that the only option to add a slider is to use Revolution Slider? I need to know, because I rather have a slider from TagDiv so everything on my website is TagDiv.
Hello noori020,
You should add some shortcodes if you want to achieve that functionality you want. For this, please read the following topic from here -> https://forum.tagdiv.com/topic/woocommerce-images/
Yes, the best option for using a slide is Revolution Slider, a plugin which is tested with our theme and which seems to work as expected.
Thanks.
Well, that’s weird that I have to put additional short code with this theme lol. Any fix sometime soon?
I went to the link you provided, but it’s not really helping. The link mentioned on github within the link you send gives me no code and the guy asking for help seems to have problems with the help offered? Could you perhaps give me the short code and where I should place it? I have a plug in for php custom code so probably there.
Thanks for the help, I will use Revolution Slider. Never used it, but seems slick and professional.
Hi,
For gallery please try a plugin like Woocommerce Product Gallery Slider or Advanced Woocommerce Product Gallery Slider
Thank you for your understanding.
Hi,
The plugin is easy to use, the php require some skills.
If you want to use php code please read this topic:
-> https://forum.tagdiv.com/topic/woocommerce-images/
Thank you for your understanding.
Hi noori020,
If you want to use php code for woocommerce gallery, you need to add in Functions.php in the bottom of file, this code https://www.screencast.com/t/LlCNdQ5FcY
https://www.screencast.com/t/XpH9473swIN5
See results:
https://www.screencast.com/t/yrYLe8ztN
Thank you.
Hi noori020,
If you are using the code in functions.php you don’t need to use a plugin.
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
Thanks.
Yeah I know that, but I mean to use a plug-in or piece of code for something that should normally work is not something I like.
If I’m not mistaken the gallery should work normally on WooCommerce where if you click on the pictures it doesn’t open up and take over the complete page. But it doesn’t work like that because of this theme.