Jump to content

Herzberg6969

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Herzberg6969

  1. Actually, I think the old code was better. The new code doesn't let the shopping cart icon pop up on mobile, and on desktop it's not doing anything anymore. I didn't save the old code snippet, any chance you still have it? Thank you again for all your help!
  2. @creedon Thanks Creedon, this worked on mobile—but now it's not working on desktop...
  3. @creedon That worked! Thank you so much! Not to ask for too much, but is it possible to do the same on mobile?
  4. I am trying to remove the logo, and if possible navigation links from this (and only this) page, while still allowing the shopping cart to pop up. Is this at all possible? Maybe I'm asking to much from rigging squarespace and need to learn to build a proper custom website lol. https://www.herzbergdesign.com/kingcakebaby @tuanphan You've written a lot of beautiful code to help the folks here, I'm wondering if you could help me out too!
  5. Whelp. After hours of trying to figure this out, I solved the issue 6 minutes after posting here. Instead of using page injection, putting the code in the custom CSS area made everything work flawlessly.
  6. Site URL: http://herzbergdesign.com Hi all, I'm working on the website for my design business (not web design, obviously), and am having a small issue. I am using custom images with click-through links, and added a piece of CSS I found online that expands these images when you hover over them (using them on home page as well as a few others). The issue is that they only work after a few page reloads (or very specifically, reloading the "branding" page will make them work throughout the website). After some thorough Googling, I am under the impression that this has to do with AJAX loading. I'd rather not turn this off just to make some dumb CSS animations work. Is there an easy way to make this work? Here's the code: a img.thumb-image { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } a img.thumb-image:hover, a img.thumb-image:active { -webkit-transform: scale(1.1); transform: scale(1.1); }
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.