We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

sticky header not working on product page (gempages) but works on home page (gempages)

sticky header not working on product page (gempages) but works on home page (gempages)

hypiralstore
Tourist
17 0 2

My sticky header doesn't work on my gempages product page (https://hypiral.com/products/sumtumshapewear) but works on the home page which has also been uploaded with gempages (https://hypiral.com/) - Any suggestions or help would be greatly appreciated.

Replies 7 (7)

PageFly-Victor
Shopify Partner
7865 1786 3135

Hi @hypiralstore 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
html,body{
overflow: visible !important;
}
</style>

 

If it still not work after added the code, i suggest you should contact Gempages support for more help.

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

GemPages
Shopify Partner
5625 1262 1292

Hi @hypiralstore,

 

Glad to support you today.

 

You can check out my suggestion below to get your concern resolved.

 

1. Go to Edit code on Online Store:

 

GemPages_0-1680665386062.png

 

2. add my code  above the </body> tag on Theme.liquid:

<style>
      body.gempage:not(.gempage-editing) {
        overflow-x: initial !important;
        overflow-y: initial !important;
      }
      body.gempage:not(.gempage-editing) .gryffeditor {
        overflow: hidden !important;
      }
      #MainContent, body.gempage:not(.gempage-editing) .gryffeditor {
        z-index: 1 !important;
      }
      body.gempage .header-wrapper {
        z-index: 99 !important;
      }
    </style>

 

Eg:

GemPages_1-1680665497073.png

 

Hope you find my answer helpful!

Kind & Best regards,
GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
hypiralstore
Tourist
17 0 2

Hi this didn’t work. Is there anything else I could try?

PageFly-Victor
Shopify Partner
7865 1786 3135

I suggest you should contact the app support since they have more resources and will fix this more quicker.
Thank you

baysaltarkan
Visitor
1 0 0

This one solved my issue - Thank you!

Sebastianwgnt
Visitor
1 0 0

This helped me aswell! Thank you very much!! 

upk2021
Visitor
1 0 0

Solved sticky header for us. Works in Dawn theme v15.