zz-shopify-components 0.16.1 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -582,6 +582,7 @@
|
|
|
582
582
|
id='{{ banner.id }}-bannerlink'
|
|
583
583
|
data-banner-name="{{ banner.settings.banner_name }}"
|
|
584
584
|
class='{{ banner.id }}-site-event swiper-content tw-w-full tw-max-w-screen tw-relative tw-text-left tw-h-full'
|
|
585
|
+
style="{% if banner.settings.need_btn == false %}cursor: pointer;{% endif %}"
|
|
585
586
|
>
|
|
586
587
|
{%- if banner.type == 'img' -%}
|
|
587
588
|
{% render 'zz-img',
|
|
@@ -642,7 +643,7 @@
|
|
|
642
643
|
>
|
|
643
644
|
{{ banner.settings.subtitle }}
|
|
644
645
|
</div>
|
|
645
|
-
{%- elsif banner.settings.desc_text_type == 'image' -%}
|
|
646
|
+
{%- elsif banner.settings.desc_text_type == 'image' and banner.settings.banner_desc != blank -%}
|
|
646
647
|
<div
|
|
647
648
|
class="max-lg:tw-hidden tw-w-[640px]">
|
|
648
649
|
{{
|