No content to show
User Activity
Hi, I need to sort blog posts by popularity in liquid file so that I can get the first article as a most read and last article as a least read.How can I do this? Regards,
12-27-2021
@nagumi You have to use like this <img src="..." loading=lazy>.
Hi, Could someone give me instructions on how to handle section and block JavaScript events on Dawn theme?For example, Shopify emits JavaScript events such as shopify:section:select, shopify:block:select, etc. I want to know how to handle these event...
07-29-2021
Run gem install wdm on the command prompt.Then you won't see this issue but still seeX You are not authorized to edit themes on banana-man-co.myshopify.com.
Make sure you are a user of that store, and allowed to edit themes.This issue happens for sto...
07-29-2021
@haroldao @Sjois @dev-dot Have you any progress on your issue? I can't run "shopify theme serve" with same reason. Please help me if you have solved this issue.
Hi, I am going to render some products sorting with title, price, and published_at.For example, I have an array of product handles like this ["A", "B", "C", "D"]: I want to show these products with sorting. How can I write it in Liquid code?
Hi, I see that new released Dawn theme didn't include lazysizes plugin for lazy loading of the images. The Debut theme has had it.This is the code I see from main-collection-banner.liquid. <img srcset="{%- if collection.image.width >= 165 -%}{{ colle...
@drakedev I have a question. Where did you such reports like in screenshots? Is it from Google Chrome or did you use any 3rd party apps?
01-19-2021
Hi, I have a custom metafield which populate URLs of the several images separated by comma, for example, "https://cdn.shopify.com/s/files/1.jpg, https://cdn.shopify.com/s/files/1.jpg ".I wanted to apply img_url filter to these URLs so I wrote the c...