Adding a slideshow to a page that is not the Homepage

Hello! New to Shopify, and trying to find a solution for adding a slideshow/gallery to a page is not the homepage. Seems like it should be simple but so far, no luck. Any help would be appreciated. Thanks!

Hello @mletalien ,

Yes it’s simple but only when you know the flow of shopify theme.
Steps to add slideshow in inner page:

  1. Create an alternate template
  2. Code section for it, you can simply copy the existing slideshow code to inner page section.
  3. Modify CSS and it will done.

Thanks

Thanks Guleria, I will be giving this a shot. Appreciate it!

Hello Guleria,

Thanks for your help on this issue. I created a new alternative template based on page.liquid:

{{ page.title }}

{{ page.content }}

I assumed I needed to place some or all of the code from the section gallery.liquid. However, I am not sure where (and if, I guess) that code would go. Am I thinking of this in the right terms? Thanks again! ML

Hello Guleria! I think I (mostly) figured it out. If and when I fail, I will be sure to bother you again. :slightly_smiling_face: Thx! ML