Add video to a single collection page without having it show up on every collection page

Add video to a single collection page without having it show up on every collection page

Roseandthorn
Visitor
3 0 0
  • Is it possible to add a video to only one collection page?  When I add the video to a single collection page it shows up in all my collection pages.  
Replies 5 (5)

LitExtension
Shopify Partner
4915 1005 1183

Hi @Roseandthorn,

Because all your collections use the same template, when you add a video, it will be visible to all. You have 2 ways to solve it:

- You add a condition to display the video by handle collection, so the video will only show for the collection that meets the condition.

- You create a new template and select it for the collection you want to display videos.

Are you using OS1.0 or OS2.0 theme? Please send me the theme name, I will guide it for you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Roseandthorn
Visitor
3 0 0
Hello and thank you. The theme name is dawn. It's the basic free theme.
LitExtension
Shopify Partner
4915 1005 1183

Hi @Roseandthorn,

Please go to sections > video.liquid file and add code here:

Screenshot.png

Code:

{% if request.page_type == 'collection' and collection.handle != 'collection handle' %}hidden{% endif %}

with collection handle: is the handle of the collection you want to display the video.

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
RI5E
Visitor
2 0 0

Hi! What are the code editing instructions to do this same thing but using the LALVIV theme? 

RI5E
Visitor
2 0 0

What are the code editing directions for LALVIV theme?