Creating sub collection page on impulse theme

Hi everyone,

I am new at shopify. i was using free debut theme now purchased impulse theme. On my debut theme i created sub collection pages by following steps from https://shopify.dev/tutorials/feature-a-subset-of-collections-on-a-page and it was working. now i need same thing on impulse team. does anyone know how to this.

Thanks

1 Like

@Sait

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

yes some think work all theme please try

Hi @KetanKumar thanks for reply

I used same steps as before and used template code for debut theme on impulse. Added as menu item to navbar and linked page, seems like working. only thing collection images looks small tried to change image size but could not make. Code is below i used.

{% comment %} Featuring collections on a page using a menu https://shopify-dev.com/tutorials/feature-a-subset-of-collections-on-a-page {% endcomment %}

{{ page.title }}

{{ page.content }}
    {%- assign grid_item_width = ‘small–one-half medium-up–one-third’ -%} {%- assign image_size = ‘350x’ -%} {%- for link in linklists[page.handle].links -%} {%- if link.type == ‘collection_link’ -%} {%- assign collection = collections[link.object.handle] -%}
  • {% include ‘collection-grid-item’, collection_image_size: image_size %}
  • {%- endif -%} {%- endfor -%}

Also link from my page if you want to see how it looks. https://cloundies.com.tr/pages/sevgili-kombini

I would appriciate your help.

Thanks