Version 3.1.1

This update was released on January 29th, 2020.

Changelog

  1. Added a new option for the collection header ("show collection description below the header") to prevent text visibility issues. 
  2. Fixed the collection breadcrumbs link bug.
  3. Fixed other small visual issues.

How to manually apply the fix for breadcrumbs collection links

  1. Go to the theme editor (read this article for more info)
  2. Open snippets/breadcrumb.liquid file and replace original line 31 - screenshot:
{% capture url %}{{ routes.collections_url }}{{ collection.handle }}{% endcapture %}

with this code:

{% capture url %}{{ routes.collections_url }}/{{ collection.handle }}{% endcapture %}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.