Skip to content
Open

V4 #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lighthouse
uses: shopify/lighthouse-ci-action@v1.2.2
uses: shopify/lighthouse-ci-action@v1.4.0
with:
access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
store: ${{ secrets.SHOP_STORE }}
Expand Down
3 changes: 3 additions & 0 deletions layout/theme.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
</head>

<body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">

<a class="skip-to-content-link button visually-hidden" href="#MainContent">
{{ 'accessibility.skip_to_text' | t }}
</a>
Expand Down Expand Up @@ -373,5 +374,7 @@
{%- if settings.cart_type == 'drawer' -%}
<script src="{{ 'cart-drawer.js' | asset_url }}" defer="defer"></script>
{%- endif -%}

</body>
</html>

1 change: 1 addition & 0 deletions snippets/easylockdown_body.liquid
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% comment %}EasyLockdownSnippetRevision:20260807135153-0d015ffe1bdd{% endcomment %}
{% unless request.design_mode %}
{{ content_for_layout }}
{% else %}
Expand Down
1 change: 1 addition & 0 deletions snippets/easylockdown_filter_collection.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% comment %}EasyLockdownSnippetRevision:20260807135153-0d015ffe1bdd{% endcomment %}
1 change: 1 addition & 0 deletions snippets/easylockdown_filter_collections.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% comment %}EasyLockdownSnippetRevision:20260807135153-0d015ffe1bdd{% endcomment %}
1 change: 1 addition & 0 deletions snippets/easylockdown_filter_search.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% comment %}EasyLockdownSnippetRevision:20260807135153-0d015ffe1bdd{% endcomment %}
1 change: 1 addition & 0 deletions snippets/easylockdown_head.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% comment %}EasyLockdownSnippetRevision:20260807135153-0d015ffe1bdd{% endcomment %}
20 changes: 10 additions & 10 deletions templates/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"heading": {
"type": "heading",
"settings": {
"heading": "Browse our latestBrowse our latest",
"heading": "Browse our latestBrowse our latest ----",
"heading_size": "h0"
}
},
Expand All @@ -38,40 +38,40 @@
"settings": {
"image_overlay_opacity": 40,
"image_height": "large",
"desktop_content_position": "bottom-center",
"show_text_box": false,
"image_behavior": "none",
"desktop_content_position": "bottom-center",
"desktop_content_alignment": "center",
"show_text_box": false,
"color_scheme": "scheme-3",
"mobile_content_alignment": "center",
"stack_images_on_mobile": false,
"mobile_content_alignment": "center",
"show_text_below": false
}
},
"featured_collection": {
"type": "featured-collection",
"settings": {
"title": "Featured products",
"collection": "all",
"products_to_show": 8,
"title": "Featured productsssss",
"heading_size": "h2",
"description": "",
"show_description": false,
"description_style": "body",
"collection": "all",
"products_to_show": 8,
"columns_desktop": 4,
"color_scheme": "scheme-1",
"enable_desktop_slider": false,
"full_width": false,
"show_view_all": true,
"view_all_style": "solid",
"enable_desktop_slider": false,
"swipe_on_mobile": false,
"color_scheme": "scheme-1",
"image_ratio": "adapt",
"image_shape": "default",
"show_secondary_image": true,
"show_vendor": false,
"show_rating": false,
"quick_add": "none",
"columns_mobile": "2",
"swipe_on_mobile": false,
"padding_top": 44,
"padding_bottom": 36
}
Expand Down