Skip to main content

Questions tagged [liquid]

Liquid is an open-source template language created by Shopify and written in Ruby. It is the backbone of Shopify themes and is used to load dynamic content on storefronts. Liquid has been in production use at Shopify since 2006 and is now used by many other hosted web applications.

-1 votes
0 answers
16 views

METATAGS FOR SHOPIFY

I'm currently working on a project where I need to fetch and display metaobjects from a specific folder in Shopify using Liquid. The folder is named "Johnson Controls" under the "...
Prince Q. Togonon's user avatar
0 votes
0 answers
21 views

Nullable Element Handling with LxNillable.Create() in Liquid Studio 20.7.11

I'm generating C# classes from an XSD file using Liquid Studio 20.7.11. While the XSD elements are marked as nillable (nillable="true"), the generated C# classes have the isNil flag set to ...
Ahmadou Kassoum's user avatar
0 votes
1 answer
19 views

How to change "Continue shopping" link on the Shopify Thank you page?

I'm trying to change link for the Continue shopping button on the Thank you page (Dawn theme), which is displayed after the checkout. I didn't find related settings in shopify admin panel. Editing ...
Maksim Murza's user avatar
-3 votes
0 answers
23 views

How to create collections block loop in shopify [closed]

{% if section.blocks.size > 0 %} <div class="collections-list"> {% for block in section.blocks %} {% if block.type == 'collections_block' %} {% assign collection ...
Akshar Makwana's user avatar
0 votes
1 answer
36 views

How to add an automatic discount to customers tags or segments in Shopify theme code

How can I get Shopify to automatically add a discount code, but only for customers with specific tags? It used to be possible to add discounts with a discount GET parameter. This could be ...
jla's user avatar
  • 4,616
0 votes
0 answers
22 views

image performance optimization in the Shopify Theme

I am trying to write img HTML tag which should optimized for performance and responsive for all devices. I applied the sizes, widths property to the img tag. Below is my liquid code {%- assign widths =...
Osama Abdullah's user avatar
0 votes
0 answers
17 views

Looker : Avoiding code repetition in html parameters in views

I’m working on a looker project that uses legacy tables. Each column is represented by a dimension in a view, and there is quite a lot of html formatting in each view. A lot of the formatting logic in ...
Beatrix's user avatar
  • 55
0 votes
0 answers
23 views

Writing css custom code to change the background dependent on product in Shopify pipeline theme

I am trying to write custom CSS code to customize the existing collection brick background in my Shopify store. I want the background image to change depending on the product being displayed. I am ...
user25983100's user avatar
0 votes
0 answers
15 views

How to create a Shopify App Extension / Embed to render custom content in existing liquid components?

I want to develop a Shopify app extension/embed for merchants to display "Review Stars" on every product component, including the home page, collections, and search results. How can I create ...
i_am_daim's user avatar
  • 537
1 vote
1 answer
42 views

How to correctly filter and handle array-like structures in Shopify Liquid

I'm working on a Shopify store and need to filter blog articles based on specific handles and display them in a Swiper component. However, I'm having trouble correctly handling array-like structures ...
Tomas Gil Amoedo's user avatar
0 votes
1 answer
41 views

Images Not Displaying in Shopify Custom Section Despite Correct Image URLs

I am working on a custom Shopify section that displays text alongside images. I have used the image_picker settings in the schema to allow users to upload images via the theme customizer. The images ...
user avatar
-1 votes
0 answers
42 views

CSS Absolute Positioned Element Overflowing Section Boundaries [duplicate]

I'm working on a custom section in my website where I need to position a blue background element within a section. However, I'm encountering an issue where the blue background component overflows the ...
Donko Tonev's user avatar
1 vote
1 answer
51 views

Images overflow .container-wrapper despite overflow: hidden; not working

I'm working on a custom section for a website where I have a .container-wrapper element containing text and multiple images. The container is supposed to have overflow: hidden; to prevent overflow ...
Donko Tonev's user avatar
-1 votes
0 answers
51 views

Adjusting the Styling and Position of Slide Indicator Circles in Shopify Section (Liquid)

I'm working on a Shopify website and I'm having trouble with the styling and positioning of the slide indicator circles that show which slide the user is on. Below is the relevant Liquid and CSS code ...
Donko Tonev's user avatar
1 vote
1 answer
22 views

CSS Styling Issue with Header in Shopify Section (Liquid)

I'm facing a problem with the styling of the header in a section of my Shopify website. The header is not displaying as expected. Below is the code I'm using for the header and its styling: Liquid ...
user avatar

15 30 50 per page
1
2 3 4 5
272