Footer Liquid
Footer Liquid
<div class="grid">
{%- render 'product-grid-item' with feature_product as product,
emptyState: emptyState, current: 1 -%}
</div>
{%- when 'featured_collection' -%}
{%- assign limit = block.settings.collection_limit -%}
<div class="dbtfy-footer_feature-collection">
<div id="ProductGrid-{{ section.id }}"
class="grid grid-small slick slick-product-grid"
data-arrows="{{ block.settings.arrows }}"
data-dots="{{ block.settings.dots }}"
data-autoplay="{{ block.settings.autoplay }}"
data-autoplayspeed="{{ block.settings.autoplayspeed | times:
1000 }}"
data-slidetoshow="1" >
<div class="bottom-footer">
<div class="wrapper">
<div class="grid align-center small--text-center">
<div class="grid__item {% if section.settings.show_payment_icons %}large--
six-twelfths medium--six-twelfths{% else %}text-center{% endif %}">
<p class="credentials text-small">
<span>Copyright © {{ 'now' | date: '%Y' }} {{ shop.name | link_to:
routes.root_url }}</span>
</footer>
{% schema %}
{
"name": "Footer",
"class": "footer-section",
"settings": [
{
"type": "header",
"content": "Social media"
},
{
"type": "checkbox",
"id": "show_social_media",
"label": "Show social media icons",
"default": true
},
{
"type": "text",
"id": "social_title",
"label": "Heading",
"default": "Follow-us on social media!"
},
{
"type": "header",
"content": "Payment methods"
},
{
"type": "checkbox",
"id": "show_payment_icons",
"label": "Show payment icons",
"default": true,
"info": "Add custom icons in Theme settings > Advanced settings"
},
{
"type": "header",
"content": "Credentials"
},
{
"type": "checkbox",
"id": "show_shopify_footer",
"label": "Show powered by Shopify",
"default": true
},
{
"type": "checkbox",
"id": "show_debutify_footer",
"label": "Show theme by Debutify",
"default": true
},
{
"type": "richtext",
"id": "custom_credential",
"label": "Custom credential"
}
],
"blocks" : [
{
"type": "html",
"name": "HTML",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 1
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Heading"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "html",
"id": "html_area",
"label": "Custom HTML"
}
]
},
{
"type": "link_list",
"name": "Menu",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 1
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Quick Links"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "link_list",
"id": "footer_link_list",
"label": "Menu",
"default": "footer"
}
]
},
{
"type": "text",
"name": "Store details",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 2
},
{
"type": "image_picker",
"id": "image",
"label": "Logo"
},
{
"type": "text",
"id": "svg",
"label": "SVG Logo",
"placeholder": "logo.svg",
"info": "[How to upload an SVG file?]
(https:\/\/help.debutify.com\/en\/articles\/5056796-how-to-upload-a-svg-file-in-
debutify-theme)"
},
{
"type":"url",
"id":"img_url",
"label":"Logo link"
},
{
"type": "range",
"id": "logo_width",
"label": "Logo width",
"min": 100,
"max": 300,
"step": 2,
"unit": "px",
"default": 150
},
{
"type": "text",
"id": "title",
"label":"Heading",
"default": "About Us"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "richtext",
"id": "text",
"label": "Text",
"default":"<p>Share store details, promotions, or brand content with
your customers.</p>"
},
{
"type": "checkbox",
"id": "email",
"label":"Show email address",
"default": true
},
{
"type": "checkbox",
"id": "phone",
"label":"Show phone number",
"default": true
}
]
},
{
"type": "newsletter",
"name": "Newsletter",
"limit": 1,
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 2
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Subscribe to our newsletter"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading",
"default": "A short sentence describing what someone will receive by
subscribing"
},
{
"type": "paragraph",
"content": "Any customers who sign up will have an account created for
them in Shopify. [View customers](/admin/customers?query=&accepts_marketing=1)"
}
]
},
{
"type": "product",
"name": "Featured product",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 1
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Featured product"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "product",
"id": "product",
"label": "Product"
}
]
},
{
"type": "featured_collection",
"name": "Featured collection",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 1
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Featured collection"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "collection",
"id": "collection",
"label": "Collection"
},
{
"type": "range",
"id": "collection_limit",
"min": 1,
"max": 10,
"step": 1,
"label": "Number of products to show",
"default": 3
},
{
"type": "header",
"content": "Carousel options"
},
{
"type": "checkbox",
"id": "arrows",
"label": "Show arrows",
"default": false
},
{
"type": "checkbox",
"id": "dots",
"label": "Show dots",
"default": false
},
{
"type": "checkbox",
"id": "autoplay",
"label": "Auto rotate",
"default": false
},
{
"type": "range",
"id": "autoplayspeed",
"label": "Rotation speed",
"min": 3,
"max": 10,
"step": 1,
"unit": "s",
"default": 5
}
]
},
{
"type": "collection_list",
"name": "Collection list",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 2
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Featured collections"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "collection",
"id": "collection_1",
"label": "Collection"
},
{
"type": "collection",
"id": "collection_2",
"label": "Collection"
},
{
"type": "collection",
"id": "collection_3",
"label": "Collection"
},
{
"type": "collection",
"id": "collection_4",
"label": "Collection"
}
]
},
{
"type": "featured_blog",
"name": "Featured blog",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 2
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Featured blog"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "blog",
"id": "blog",
"label": "Blog"
}
]
},
{
"type": "featured_article",
"name": "Featured article",
"settings": [
{
"type": "range",
"id": "column_width",
"min": 1,
"max": 5,
"step": 1,
"label": "Column width",
"default": 2
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Featured article"
},
{
"type": "text",
"id": "subtitle",
"label": "Subheading"
},
{
"type": "article",
"id": "article",
"label": "Article"
}
]
}
],
"default": {
"blocks": [
{
"type": "text"
},
{
"type": "link_list"
},
{
"type": "newsletter"
}
]
}
}
{% endschema %}