/* Slideshow V1 */
{% if section.blocks.size > 0 %} {% for block in section.blocks %} {% if block.type == "slideshow" %}
{% if block.settings.block_banerimage != blank %} {% else %} slideshow {% endif %}
{% if block.settings.block_title_top and block.settings.block_title_top2 and block.settings.block_buton != blank %}
{% if block.settings.block_title_top != blank %}

{{ block.settings.block_title_top }}

{% endif %}
{% if block.settings.block_title_top2 != blank %}

{{ block.settings.block_title_top2 }}

{% endif %}
{% if block.settings.block_buton != blank %} {{ block.settings.block_buton }} {% endif %}
{% endif %}
{% endif %} {% endfor %} {% endif %}
{% schema %} { "name": "Slideshow v1", "class": "index-section", "settings": [ { "type": "select", "id": "select_effect", "label": "Effect Slide", "options": [ { "value": "no_effect", "label": "No Effect" }, { "value": "Effect_1", "label": "Effect #1" }, { "value": "Effect_2", "label": "Effect #2" } ], "default": "no_effect" }, { "type": "header", "content": "Section Space" }, { "type": "text", "id": "margin_top", "label": "Margin Top", "info": "Defined in pixels. Do not add the 'px' unit." }, { "type": "text", "id": "margin_bottom", "label": "Margin Bottom", "info": "Defined in pixels. Do not add the 'px' unit." } ], "blocks": [ { "type": "slideshow", "name": "slideshow", "settings": [ { "type": "header", "content": "Image Slide" }, { "type": "image_picker", "id": "block_banerimage", "label": "Image slideshow", "info": "1920 x 980px recommended" }, { "type": "header", "content": "Position Content" }, { "type": "select", "id": "select_position_content", "label": "Choose the position content", "options": [ { "value": "left", "label": "Left" }, { "value": "center", "label": "Center" }, { "value": "right", "label": "Right" } ], "default": "left" }, { "type": "text", "id": "block_title_top", "label": "Title sideshow top", "default": "Basic Collection" }, { "type": "color", "id": "color_block_title_top", "label": "Color Title sideshow top 1", "default": "#010101" }, { "type": "text", "id": "block_title_top2", "label": "Title sideshow top 2", "default": "Style Destination" }, { "type": "color", "id": "color_block_title_top2", "label": "Color Title sideshow top 2", "default": "#E5E5E5" }, { "type": "text", "id": "block_buton", "label": "Button slideshow", "default": "Shop now" }, { "type": "color", "id": "color_block_button", "label": "Color button", "default": "#fff" }, { "type": "color", "id": "color_hover_button", "label": "Color hover button", "default": "#fff" }, { "type": "color", "id": "bgcolor_hover_button", "label": "Background Color hover button", "default": "#000" }, { "type": "url", "id": "block_url", "label": "URL slideshow", "default": "/collections/all" } ] } ], "presets": [ { "name": "Slideshow v1", "category": "Slideshow", "blocks": [ { "type": "slideshow", "settings": { "block_title_top": "Basic Collection", "block_title_top2": "Style Destination", "block_buton": "Shop now" } }, { "type": "slideshow", "settings": { "block_title_top": "Spring Collection", "block_title_top2": "Hanpicked By Eveland", "block_buton": "Shop now" } }, { "type": "slideshow", "settings": { "block_title_top": "Kids Collection", "block_title_top2": "Everything For Chirdren", "block_buton": "Shop now" } } ] } ] } {% endschema %} {% stylesheet %} {% endstylesheet %} {% javascript %} {% endjavascript %}