Hi all,
My site URL is: https://www.huio.io/
I want to fix some code I am having trouble with.
I want to have my slideshow underneath my header on this specific page: https://www.huio.io/pages/project-raijen
I have had help before and achieved it on my collections page, found here: https://www.huio.io/collections/all
What I achieved on my collections page is exactly what I want to achieve on my new specific page.
Here is the code I have currently, this includes both pages’ individual code.
I believe the issue is with the “{% pages.handle == ‘all’ %}” as I have edited this code myself from the copy and paste method of the “{% collection.handle == ‘all’ %}”. The code I copy and pasted works perfectly.
If someone could help that would be incredible!
{% if collection.handle == 'all' %}
{% endif %}
{% if pages.handle == 'all' %}
{% endif %}

