Gmm398
Circle Member-
Posts
27 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Gmm398
-
Mystery colored block appearing in additional product info
Gmm398 replied to Gmm398's topic in Customize with code
Update I will close this out myself, it seems squarespace has an internal issue with scrollbars being added under product galleries. They said they don't have a fix yet. -
Mystery colored block appearing in additional product info
Gmm398 replied to Gmm398's topic in Customize with code
Thanks, that is helpful. I have now been able to see it on one other device. I've checked about 10 computers and now on the 11th try on a friend's Macbook I am seeing it too. It is super strange as all other devices (including another macbook air of the same model) I don't see it and I can't find a common denominator between these two devices at all. I've removed ALL my code just to test and it is still there as bizarre as that is, so i am going to reach out to Squarespace again as they said they couldn't help me because of code but now there is none of that page. -
Mystery colored block appearing in additional product info
Gmm398 replied to Gmm398's topic in Customize with code
I don't see it either, it is the client's computer (2023 Macbook air) that sees it in all browsers which is why it has been very tough for me to diagnose the issue as I cannot see it myself. I thought it may have been a spacer or padding so I removed both but it still exists. My thought is that potentially it is showing up due to a piece of code I have that is places the "additional info" from the product underneath the product gallery and perhaps squarespace changed something in the formatting of additional info recently. I have not been able to replicate the boxes on any other device that I own, so at this point I may have to assume it is an isolated issue with his computer or something. It is very odd. -
Mystery colored block appearing in additional product info
Gmm398 replied to Gmm398's topic in Customize with code
I have moved it out of members: https://www.distille.co/cphstore/p/cphexclusive -
I use this code to move additional info underneath my product gallery. The text you see below the shoe gallery is a transparent PNG image that I've added into my product additional details. Above it is a mystery white box that is not supposed to be there and doesn't appear on 90% of browsers. But for some reason does on a macbook air. I imagine it is coloring my spacer or padding for some reason only in certain browsers... Here is the code: <script> $(document).ready(function(){ $('section.ProductItem-additional .image-block').insertAfter('.ProductItem-gallery-thumbnails'); }); </script>
-
This is awesome @creedon. I've installed it and it works great for renaming the items on the account settings panel. Is it possible to remove the digital product name and the "view" button entirely, just leaving the panel and the "account settings" button? I'm trying to find the correct identifier for this area.
- 32 replies
-
- javascript
- jquery
-
(and 3 more)
Tagged with:
-
Need help including a scroll arrow at the bottom of the first section.
Gmm398 replied to HilBev's topic in Code Blocks
You are right. I was on my old laptop which cannot be trusted. On my desktop it works great. Thanks so much. Will keep you in mind for some future work I may need, I see you've for got your contact info on there. -
Need help including a scroll arrow at the bottom of the first section.
Gmm398 replied to HilBev's topic in Code Blocks
although for some reason the first arrow still does not click to the next section when the site is full screen, I do not know why. -
Need help including a scroll arrow at the bottom of the first section.
Gmm398 replied to HilBev's topic in Code Blocks
thanks this works great! -
Need help including a scroll arrow at the bottom of the first section.
Gmm398 replied to HilBev's topic in Code Blocks
I need arrows on 3 sections on the homepage (including the first) and they all click to the next section. Nothing complicated. I have tried adding a code block to each section with code instead of in page header, but still doesn't work. I'm assuming it is because the code says ':first-child' . Each section here, including the first, should have an arrow clicking to the next section after it. For some reason the code isn't working to make the arrow jump to the next section when I view the page in a browser, only seems to work in the Squarespace workspace? https://goldfish-gazelle-bac3.squarespace.com/ password: DISTILLE -
Need help including a scroll arrow at the bottom of the first section.
Gmm398 replied to HilBev's topic in Code Blocks
Hi, I want to add this same arrow to several of the sections on my page. I have experimented with adding a code block directly into the sections and using "nth child" but for some reason this then makes them all go to the same section instead of simply the next section. Anyway to amend this code so it can be used in several sections on the same page, each going to the next section? -
https://hawk-cheetah-42a2.squarespace.com/ password is PEACH the problem occurs on the shop page. thanks!
-
Site URL: https://hawk-cheetah-42a2.squarespace.com In my shop, the category links I have on the main shop page is not responsive to mobile. Half the links go missing. You can see here the difference. I don't see any place to fix that.