So am trying to make my sections dynamic for all pages, the issue am having is that all the pages are using the same data
for example in the main theme.liquid file I have
{% include "slideshow" %}
the code for "slideshow.liquid" is
<div class="slideshow"> {{ section.settings.slide-image }} </div> {% schema %} { "name": "Slideshow Content", "class": "slide", "settings": [ { "type": "image_picker", "id": "slide-image", "label": "Slide Image" } ] } {% endschema %}
When ever i change the image for the home page it changes the image for the cart page.
What am I doing wrong, how can I program the code to use different data for each page.
I really need help with this also, I’ve still not found a remedy
User | RANK |
---|---|
222 | |
60 | |
48 | |
25 | |
24 |