No content to show
User Activity
01-12-2025
I apologize. Maybe i'm not explaning myself correctly.Please see below. Open product-variant-options.liquid.You should see something like this:Substitute for this:We added the hidden class in front of disable and a condition on the bottom that {% if ...
You just need to add some padding-left and padding-right to your image section and apply only to mobile. In your case, less than 750px.
01-12-2025
You can see in your code below, if you add a class "hidden" in the right place, the selections disappear.Remember to save a backup of your files. You need a condition that applies the class hidden if the product is sold out or unavailable.Since the c...
01-11-2025
Hello @gmuink, It will require a small amount of custom work. You will need to add some conditions to your product variant-picker.liquid file. You can find it in Edit Code.Below is an example of how it works.In Dawn theme, the original code is:{%- un...
01-11-2025
Hi @Slepua,# Desktop SetupNavigate to the Theme Customization panelGo to the Products sectionFind the Loop Enable option and turn it on# Mobile SetupDue to mobile limitations, additional code is required. You can have a look on another post Re: Video...
01-11-2025
@tmg1101 Yes, it's totally possible to handle this use case! You can create a custom section that allows you to:Select which blogs you want to pull from (up to however many blogs you want... I did two for simplicity)Filter articles by specific tagsCo...
Videos can replace GIFs. They might provide better performance. Here are some options:MP4/WebM video with autoplayFor best performance:Convert GIF to WebM and MP4 formatsLazy load videosConsider preloading critical videos: <link rel="preload" href="v...
@anubee123this worked for me.1. Create a backup: Go to Online Store > Themes > Edit Code - Navigate to Snippets folder - Click "+ Add a new snippet" Name it product-thumbnail-backup.liquidCopy ALL content from product-thumbnail.liquid. Paste into the...
01-09-2025
Hi @tmg1101.One solution would be do one main Blog and use Tags in each Blog Article:Create your blog articles as normal - Tag each article with your desired category.You can add multiple tags per article.Add Category Navigation:Go to Online Store > ...
@Amidee,This is what worked for me.1. Create a backup:Go to Online Store > Themes > Edit CodeNavigate to Snippets folderClick "+ Add a new snippet"Name it product-thumbnail-backup.liquidCopy ALL content from product-thumbnail.liquidPaste into the new...
@Falsari,This is what worked for me.1. Create a backup:Go to Online Store > Themes > Edit CodeNavigate to Snippets folderClick "+ Add a new snippet"Name it product-thumbnail-backup.liquidCopy ALL content from product-thumbnail.liquidPaste into the ne...
@kupizo,Here's a solution that worked for me. Don't forget to activate 'Enable video looping' in the Customize Theme > Products.1. Create a backupGo to Online Store > Themes > Edit CodeNavigate to Snippets folderClick "+ Add a new snippet"Name it pro...
Hi @AudreyD. Solution for Craft Theme.Remember to follow the metafields step from above. That will add an main image to your page.Online Store > Themes > Edit Code > main-search.liquid.Wrap the code below between {% comment %} and {% endcomment %}. ...
How to hide products: First step:Locate the product you want to hide.Under Product Organization > Tags, add the tag hidden.Repeat for any other products you want to hide.Second step:Online Store > Themes > Edit Code > related-products.liquidWrap the ...
To implement this solution, you'll need to:First, create a custom metafield for pages:Go to Settings > Custom data > MetafieldsSelect "Pages" as the resourceAdd a new metafield with:Name: Featured ImageNamespace and Key: (it will automatically gener...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
221 | 01-12-2025 01:18 AM |