This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} VARIABLES FOR FEATURED-PRODUCT [START] {% endcomment %} | |
| {%- assign product = all_products[section.settings.featured_product] -%} | |
| {% comment %} | |
| VARIABLES FOR FEATURED-PRODUCT [END] | |
| ======================================================================= {% endcomment %} | |
| {% comment %} | |
| Debut slider by ezfycode.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Sticky Navbar by ezfycode.com [START] | |
| {% endcomment %} | |
| {% assign sticky-navbar-desktop = section.settings.sticky-navbar-desktop %} | |
| {% assign sticky-navbar-mobile = section.settings.sticky-navbar-mobile %} | |
| {% assign sticky-navbar-homepage = section.settings.sticky-navbar-homepage %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ,{ | |
| "name": "Hover Images by EZFY", | |
| "settings": [ | |
| { | |
| "type": "checkbox", | |
| "id": "ezfy_reveal_enable", | |
| "label": "Enable", | |
| "default": true | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ,{ | |
| "name": "EZFY Product Image Zoom", | |
| "settings": [ | |
| { | |
| "type": "paragraph", | |
| "content": "Please save and view the website outside of the Customize page to see the changes." | |
| }, | |
| { | |
| "type": "checkbox", | |
| "id": "ezfy_zoom_enable", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Made by ezfycode.com | |
| → Freebies & Premium plugins: | |
| ezfycode.com/shop | |
| == |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if section.settings.bg_image != blank %} | |
| <style> | |
| body { | |
| background-image: url({{ section.settings.bg_image | image_url: width: 1920 }}); | |
| background-size: cover; | |
| background-position: center; | |
| background-attachment: fixed; | |
| background-repeat: no-repeat; | |
| } | |
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if section.settings.scroll_logo != blank %} | |
| <style> | |
| .scrolled-past-header .header__heading-logo { | |
| content: url({{ section.settings.scroll_logo | image_url: width: 400 }}); | |
| } | |
| </style> | |
| {% endif %} | |
| {% schema %} | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %}[[code_version:1.0.0]]{% endcomment %} | |
| {% comment %} Image variables for dummy content {% endcomment %} | |
| {% assign image_1 = '//section.store/cdn/shop/files/2149435652.jpg?v=1742550988&width=500' %} | |
| {% assign image_2 = '//section.store/cdn/shop/files/28222652.jpg?v=1742554503&width=500' %} | |
| {% assign image_3 = '//section.store/cdn/shop/files/2148368733.jpg?v=1742550817&width=500' %} | |
| {% assign image_4 = '//section.store/cdn/shop/files/no-revisions-Pu0sndkokuA-unsplash.jpg?v=1735570057&width=500' %} | |
| {% assign image_5 = '//section.store/cdn/shop/files/taylor-heery-AwUKOPsK0yc-unsplash.jpg?v=1723131156&width=500' %} | |
| {% assign image_6 = '//section.store/cdn/shop/files/no-revisions-OAW0OCLn52I-unsplash.jpg?v=1735570365&width=500' %} | |
| {% assign image_7 = '//section.store/cdn/shop/files/blush-pink-and-wicker-stationary-organizer.jpg?v=1723905912&width=500' %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| [[code_version:1.0.5]] | |
| {% endcomment %} | |
| <style> | |
| [id*="{{ section.id }}"] { | |
| font-family: {{ section.settings.font_family.family }}, {{ section.settings.font_family.fallback_families }}; | |
| font-weight: {{ section.settings.font_family.weight }}; | |
| font-style: {{ section.settings.font_family.style }} | |
| } |
NewerOlder