Greetings my fellow earthlings,
I’m running in to the issue that I get duplicate images and product sliders on my webshop. At some point I deleted the code for the sliders and still it hasn’t been fixed. I removed the sliders to see if it fixes, and it doesn’t. Tried it with a standard theme, and it doesn’t fix it. If I delete images in the products section, they delete both images. Same goes for deleting the files under content.
I’ve been searching for 2 days and don’t know what I’m doing wrong. Since I’m fairly new, I might be overlooking something. Is there somebody who could help me out?
HypeHuntShop.com is the website I’m currently working on. Click on a product and you’ll see what I’m talking about.
Hi @PSRonline
It looks like the slider code has been completely removed or broken. Just by looking at the code, I can’t pinpoint the exact problem. However, I have written some custom code to make it work. Please follow the steps below to fix this.
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
{% if product %}
{% endif %}
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Wonderful and thank you so much!
Hey Makka, it didnt work for me, may i get some further assistance please?