skip to Main Content

Only displaying available options on shopify

In Snippets/product-form.liquid there's a block of code: <div class="swatch_options"> {% for option in product.options %} {% include 'product-swatch' with option %} {% endfor %} </div> This is displaying options for products with X's over the unavailable swatches: <div data-value="option name"…

VIEW QUESTION

magnific popup not working In shopify

I am working on custom magnific popup with shopify site.In my header.liquid file am calling the magnific popup content. <button id="open-popup" >Open popup</button> <div id="my-popup" class="mfp-hide"> popup content here. </div> Here i have added the script in theme.js.liquid $('#open-popup').magnificPopup({ items:…

VIEW QUESTION

Add delay to this newsletter popup code – jQuery Modal Window Popup Code – Shopify

My website is https://urbancitee.com , I'm using Ella theme, Shopify platform. I'm using built-in popup code of this theme: <script type="text/javascript">// <![CDATA[ jQuery(document).ready(function() { // var $modalParent = jQuery('div.newsletterwrapper'), modalWindow = jQuery('#email-modal'), emailModal = jQuery('#email-modal'), modalPageURL = window.location.pathname; modalWindow =…

VIEW QUESTION

Create a Shopify Mega Menu

I want to make a mega menu with custom coding in shopify Like https://shopifybooster.myshopify.com/ . But I can't find any solutions. I know there is plenty of mega menu app for shopify. But they are costly. So, I want to…

VIEW QUESTION
Back To Top
Search