Hi All,
I made an attempt to add my own custom section into my Showtime theme. The only option I’m missing from the section is the option to add a separate mobile image like other sections. If anyone is able to edit the code below and/or share how I would go about adding this option it would be greatly appreciated
(these are the only options)
Liquid Code:
{% if section.blocks.size > 0 %}
{% for block in section.blocks %}
{% if block.type == ‘text’ %}
{% unless block.settings.title == blank %}
{% endunless %}
{% unless block.settings.text == blank %}
{{ block.settings.title | escape }}
{{ block.settings.text }}
{% endunless %}
{% unless block.settings.link == blank %}
{% endunless %}
1 %} style="padding-left:0px" data-cap="true" {% endif %}">
{% unless block.settings.link == blank %}
{% endunless %}
{% unless block.settings.image == blank %}
{% else %}
{% capture current %}{% cycle 1, 2 %}{% endcapture %}
{{ 'lifestyle-' | append: current | placeholder_svg_tag: 'placeholder-svg' }}
{% endunless %}
{% unless block.settings.link == blank %}
{
{% endunless %}
{% if block.settings.enable_mobile_image and block.settings.mobile_image != blank %}
