Section not showing Youtube URL – Shopify
I am very new to Liquid and I am trying to create an option where the user is able to enter a YouTube link and the video is not appearing when entering the link. Currently, I have another video embedded…
I am very new to Liquid and I am trying to create an option where the user is able to enter a YouTube link and the video is not appearing when entering the link. Currently, I have another video embedded…
I'm new to liquid coding while starting my own Shopify store (although I had some experience with coding). I'm currently stuck trying to get this code to function. I've added 3 text options in the liquid file for each variable.…
I am currently trying to help my friend with his Shopify store and I just started to learn Liquid, we want to load in a javascript file and an hmtl file but when we load the assets in and preview…
I am using Vue.js with Shopify, and I'm hoping to pass objects from Liquid into a Vue component as a prop. For example, if I register the Vue component product-tile, and I want to use Shopify's product object in Liquid…
I am having trouble positioning the image in my footer on Mobile screen size. It looks great in browser, but the image is cut off on the bottom in mobile, and the Copyright is above the image with the badges.…
I'm trying to display only the images of the colour variant I have selected on the product page. They're currently being pulled in by their Img Alt text, which is in the product list CSV. I would to hide the…
Trying to hide a reviews section stars badge on a Shopify store if the product has 0 reviews. Want this to automatically show up once a product receives a review. Here is the code for it below: HTML <div class="spr-badge-container">…
I am extremely new to JavaScript/HTML/CSS. As a first website project I am working on my online shop using Shopify. This is My Website I am trying to update the list of images (thumbnails below the main picture) after one…
If logic contains a date object please note that the value will be the current time of when the page was last generated from the template, not when the page is presented to a user if caching or static site…
I'm trying to create a section within the 'Simple' Shopify theme that filters collections based on customer tags. For example, the customer has the following tags "Foo", "Bar". In turn display the following collections "Foo", "Bar". I'm not too familiar…