Header Menu missing from certain pages and Home Page also not showing Slideshow images

Hi All,

Is anyone able to tell me why my Header Menu is missing from the following pages, but not others and also why my Slideshow isn’t showing the images on my Home page?

It’s fine here…

https://allureclothing.shop/collections/t-shirts-men

But not here…

https://allureclothing.shop

https://allureclothing.shop/collections

https://allureclothing.shop/pages/contact

https://allureclothing.shop/pages/search-results-page?q=dresses

https://allureclothing.shop/collections/coats-jackets-infants

It appears that the menu is there, but can’t see it (it’s located about an inch under Allure Clothing & Apparel)

Cheers

Shane

I managed to work out what the cause was.

Because I was trying to use Javascript:History.Back(), it was causing the random issues…

if (sessionStorage.getItem(“backToCollection”)) {
sessionStorage.removeItem(“backToCollection”)
}
theme.backToCollection = {
collection: {
title: {{ collection.title | json }},
link: "{{ “javascript:history.back()” }}
}
};