Problem with WooCommerce product pictures and TagDiv slider

Posted in: Newspaper
Post count: 136

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.

https://goo.gl/zazJsG

Post count: 136

Follow

Post count: 23312

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.

Post count: 136

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.

Post count: 35449

Hi,

For gallery please try a plugin like Woocommerce Product Gallery Slider or Advanced Woocommerce Product Gallery Slider

Thank you for your understanding.

Post count: 136

Is a plugin the best way to do it or some PHP code? I can do both as long as I get the code handed to me to be clear.

Post count: 35449

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.

Post count: 136

Thanks, I will go with the plug in then, but the link you send me again has zero information by the way. There is no information which PHP code I should use. It just send me to the GitHub with zero info just so you know.

Post count: 35449

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.

Post count: 136

Thanks Calin.

I already used one of the 2 plug ins you gave to me. It does the job, but i just don’t like the fact I have to use a plug-in, because WooCommerce doesn’t work with this theme on this specific part.

Post count: 35449

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.

  • This reply was modified 7 years by Calin.
  • This reply was modified 7 years by Calin.
Post count: 136

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.

Post count: 35449

Hi,

We try to do our best to improve the theme and make it more easy to use, unfortunately sometimes appear some conflicts with some plugins, or it possible that we do not cover all the expectation.
Sorry for the inconvenience.

Thank you for your understanding.

Post count: 136

No problem bro. Thanks for the help.

Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.