Why are my product pages not working on my online store?

Solved

Why are my product pages not working on my online store?

JonesEvanR
New Member
4 0 0

Help! 

All my product pages are completely frozen. No links, buttons, or any other features work on any product page on my store. Has anyone experienced this before? It's completely halted my Online Store sales so I need help ASAP! All other custom pages work completely fine, it's only product pages that are down.

https://adoberock.com

Accepted Solution (1)

Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

Please Go to

1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>


<style>
.swal2-container {
display: none !important;
}
</style>

 

If my solution works, then please like and accept it as a solution.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 2 (2)

Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

Please Go to

1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>


<style>
.swal2-container {
display: none !important;
}
</style>

 

If my solution works, then please like and accept it as a solution.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
JonesEvanR
New Member
4 0 0

That worked a treat! Thanks so much. Can you explain what that changed and what was wrong before? I'm so curious what was happening.