Jump to content

Tinyhammer

Circle Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Tinyhammer

  1. If you used the exact same code as me, this solution should work: Replace the code injection with this code: <script src="https://cdn.jsdelivr.net/gh/ryandejaegher/better-burger/script.js"></script> <better-burger></better-burger> It did the trick for me!
  2. @Beyondspace Thank you for your reply. I have the code on 2 sites candyleaonard.com and masonlaneart.com. Can you elaborae on what you need to check them directly? I use my google login for squarespace
  3. Hi. I used some great code from this tutorial to make a hamburger menu on desktop. Suddenly, nothing happens when you click on the hamburger. I've used this code on multiple sites and none of them are work. I asked the developer if he changed the js at all. He got back to me and said he hadn't but was unable to help any further. Seeking any advice/guidance on how to fix this. I'm stumped. Thank you in advance!
  4. Hi! I am working on a site where I need to offer products as bundles- so one product would contain 10 items of the customers choosing. There are up to 15 options per product (so the customer would choose 10 from the 15 in any combination that they like and then add to cart) THEN... I need the cart emailed to me rather that processed through the site's POS- no transaction should happen on the site, but I need the order with all of the selections totaled up and emailed. I know this is a tall order... anyone able to help?
  5. Hi- I'm trying to add multiple images in the drop down description area of the accordian block. I need to add anywhere between 2 -8 depending on the line item. I was able to add only one image using this code- but this won't work for my needs. Thank you!: /* Add an image into Accordion Content */ /* replace demo image with your image url */ /* nth-child(1) is first accordion item, nth-child(2) is second item... */ li:nth-child(1) .accordion-item__description:before { content: ""; display: block; width: 100%; /* image width, you can also use px */ height: 150px; /* image height */ background-image: url(https://cdn.pixabay.com/photo/2021/09/15/15/48/seals-6627197__340.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; /* space between image-text */ }
×
×
  • 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.