No content to show
User Activity
04-25-2025
Nevermind, I fixed it!I replaced: {%- if product.selected_or_first_available_variant.featured_media != null -%} {%- assign featured_media = product.selected_or_first_available_variant.featured_media -%}With:{%- if product.selected_or_firs...
04-25-2025
Hmm have you tried changing variants? Also, I had another thought. Is it possible to disable scroll to featured image when changing variants in Shopify's script? I think that might fix my problem.
04-25-2025
product__media-item--3dviewer is below roduct__media-list. Could you also inspect my website? https://wznhfa-vh.myshopify.com/
04-25-2025
Yea, I did.
04-25-2025
Yes my 3D viewer is rendering on my store front, it is also the first media on the product page because I gave it a very low sort order. For some reason though on thin screens the image pops up first and I have to scroll back to see the 3D viewer.
04-24-2025
Hi, I followed your steps but it still doesn't work. Ive attached my code below which is updated if you could take a look.<!-- 3D Viewer integration start -->{% assign first_variant = product.variants.first %}{% if first_variant.metafields.custom.vi...
Hi, I currently have a custom 3D viewer that works with variant switching keeping the 3D viewer at the top of the screen on desktop however, on mobile or thinner screens the image appears first. I have linked my code from product-media-gallery.liquid...
Thanks that seems to work!
Hi, I was able to get my 3D viewer to work with single products with variant metafields but when I have multiple variants per product I am unable to switch between the different URL links. The different URL will not load and it will stay "stuck" on t...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
890 | 04-25-2025 07:47 PM |