LauraKamphuis Posted April 18, 2022 Posted April 18, 2022 Site URL: https://www.laurakamphuis.com/ Hi, I have update my website to the Hyde template and after having applied this theme I see that the pricing of a product (whether this is on the homepage or on my paintings page) is not visible the first time I load the website. The prices are however visible after a reload. Anyone has a clue why this is?
Solution paul2009 Posted April 18, 2022 Solution Posted April 18, 2022 This is being caused by the script you (or someone else! 🙂) has added to the code injection header. It is supposed to hide the sold out prices but to be totally honest it is poorly written, is unnecessarily slowing down the site and is the cause of prices being hidden because it hasn't been written to take account of Ajax Page Loading that Hyde uses (I wrote about it here). You could just disable Ajax Page Loading in Site Styles, but you'll have a slower site. The better alternative is to remove this very old (vulnerable) jQuery and the script here first: Then, you can use some CSS instead to hide the sold out prices instead. You can do this by adding the following to the end of Design > Custom CSS: /* Hide SOLD OUT price on PLP */ .collection-type-products .sold-out .grid-prices { display:none!important; } /* Hide SOLD OUT price on PDP */ .ProductItem.sold-out .ProductItem-details .product-price { display: none!important; } Squarespace are dealing with a bug right now (details), so you'll need to save this and then view your site in another browser (one where you aren't logged into Squarespace) to see the changes work. Was this post informative? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
LauraKamphuis Posted April 19, 2022 Author Posted April 19, 2022 @paul2009 Thank you so much for your efforts. Have done the changes and all is working great again! Have a great day. paul2009 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment