Welcome to the Liquify Community

K
Kevin
Offline, last seen 2 weeks ago
Joined November 7, 2024
Can we add a checkbox field in the Shopify customiser that will be set to off instead of on?
7 comments
j
K
I was wondering if styling a section element is possible? If not I would think to put a div inside of the section but with blocks Shopify removes this element and puts the blocks in the section?
8 comments
j
K
J
I noticed when I convert my template the section names will be lowercase and spaces are replaced with underscore. In the template code I can change this back, but I would rather they convert correctly. Is that possible?
3 comments
K
j
I would like to use a range slider input field and use the number as speed for this line of css. I cannot seem to make it work, I think because the number is changed inline css ? How to approach this?

<style> .track-horizontal { position: absolute; white-space: nowrap; will-change: transform; **animation: marquee-horizontal 60s linear infinite; ** /* manipulate the speed of the marquee by changing "40s" line above*/ } .track-horizontal:hover { animation-play-state: paused; } @keyframes marquee-horizontal { from { transform: translateX(0); } to { transform: translateX(-50%); } } </style>
10 comments
j
K
J
I have a div set to flex, with two divs in there of 50% width. In the live site these display horizontally, in the customiser they display vertically, is flex not ok to use?
4 comments
K
J
Is the template only for Shopify 1.0 themes or also 2.0?

https://webflow.com/made-in-webflow/website/liquify-1-0
3 comments
j
K
Hi, I was wondering if Shopify native navigation works? I have Udesly before and here you could set this up so the user can make their navigation in Shopify.
8 comments
J
K
F