Search
Submit a request
Support services include:
- General questions about theme functionality.
- Helping users understand how theme features work and can be utilized.
- Fixing issues with unmodified themes.
We do not assist with 3rd party app installations or troubleshooting custom code. If you need assistance with either of those things please reach out to the app developer or contact a Shopify Partner.
Here is a helpful tip
<% if (heading) { %>
<%= heading %>
<% } %>-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %> <% } %> <% if (block.name) { %>
<% if (block.html_url) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>
Categories
Toggle navigation menu
Categories
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>
-
<% sections.slice(0, maxSections).forEach(function(section) { %>
- <%= section.name %> <%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %> <% }); %> <% if (sections.length > maxSections) { %>
- See more <% } %>