image with text link

main
alexanderroese 2024-06-29 12:50:40 +02:00
parent 72b6f4dba8
commit 1216f2a2f7
1 changed files with 4 additions and 4 deletions

View File

@ -36,10 +36,11 @@
%} %}
<script> <script>
console.log("here7", "{{ button_link }}") console.log("here8", "{{ button_link }}")
</script> </script>
{% comment %}
<div class="section-{{ section.id }}-padding gradient color-{{ section.settings.section_color_scheme }}"> <div class="section-{{ section.id }}-padding gradient color-{{ section.settings.section_color_scheme }}">
<div class="page-width"> <div class="page-width">
{% if button_link == empty %} {% if button_link == empty %}
@ -125,14 +126,14 @@
</div> </div>
</div> </div>
{% if button_link == empty %} {% if button_link == empty %}
</div> </a>
{% else %} {% else %}
</a> </a>
{% endif %} {% endif %}
</div> </div>
</div> </div>
{% endcomment %}
{% comment %}
<div class="section-{{ section.id }}-padding gradient color-{{ section.settings.section_color_scheme }}"> <div class="section-{{ section.id }}-padding gradient color-{{ section.settings.section_color_scheme }}">
<div class="page-width"> <div class="page-width">
<div class="image-with-text image-with-text--{{ section.settings.content_layout }} isolate{% if settings.text_boxes_border_thickness > 0 and settings.text_boxes_border_opacity > 0 and settings.media_border_thickness > 0 and settings.media_border_opacity > 0 %} collapse-borders{% endif %}{% unless section.settings.color_scheme == section.settings.section_color_scheme and settings.media_border_thickness > 0 and settings.text_boxes_shadow_opacity == 0 and settings.text_boxes_border_thickness == 0 or settings.text_boxes_border_opacity == 0 %} collapse-corners{% endunless %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}"> <div class="image-with-text image-with-text--{{ section.settings.content_layout }} isolate{% if settings.text_boxes_border_thickness > 0 and settings.text_boxes_border_opacity > 0 and settings.media_border_thickness > 0 and settings.media_border_opacity > 0 %} collapse-borders{% endif %}{% unless section.settings.color_scheme == section.settings.section_color_scheme and settings.media_border_thickness > 0 and settings.text_boxes_shadow_opacity == 0 and settings.text_boxes_border_thickness == 0 or settings.text_boxes_border_opacity == 0 %} collapse-corners{% endunless %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}">
@ -215,7 +216,6 @@
</div> </div>
</div> </div>
</div> </div>
{% endcomment %}
{% schema %} {% schema %}
{ {