How to add more than 16 blocks in a section in shopify?
I am building a new page for team members. made new section for it, and try to add a team member on the panel, but can't add more than 16.
I am building a new page for team members. made new section for it, and try to add a team member on the panel, but can't add more than 16.
The Problem: Shopify's chat icon gets in the way of a lot of content (a common question on their forums) but the old CSS solutions don't work because the new inbox/chat icon is now inside an iframe - and my…
I have product page on which I have shop now btn. When user clicks on this button, page opens cart drawer with custom ajax template content. I rewrited click event with my own logic. I use AJAX and send request…
I am developing a Shopify Theme. The structure I have now is (excerpt): Snippets custom-message-snippet Sections custom-message-section welcome-page-a-section welcome-page-b-section Templates welcome-page-a-template welcome-page-b-template ... Custom message snippet uses settings that are in the custom-message-section, that is: a) message b) header text…
My Shopify app needs to edit storefront to change existing element. There are two ways to change storefront code in Shopify Edit liquid theme file Add client side JS with Asset API However, different merchants use different themes in their…
Tried the solution given by another Developer in adding custom fields inside the Shopify theme cart page by generating the fields from here - https://ui-elements-generator.myshopify.com/pages/cart-attribute, and placing them inside the form tags of my Cart template. It works with Debut…
I have some code to filter out the display of certain tags on my shopify product page template. It reads in this comma separated list of tags I want to exclude from display on the product page: {% assign exclude_tags…
I'm using Shopify to build out my website and I like the home page nav how it is, but I'd like to change the other pages nav bar to 100% width. Since they all share the same code I know…
It was my understanding from the Shopify 2.0 announcement that finally Shopify were allowing users to add sections to every page and template individually, rather than just the homepage, or individual templates. However I'm in the middle of building my…
In my shopify section I am trying to display a section like this that I can add to my homepage. The issue is that I am using a shopify liquid schema with the following code. logo-list.liquid <div class="logo-list"> <h2 class="heading…