Jump to content

Kiwi13

Member
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Kiwi13

  1. Hi, I am wondering if someone could help me - my customer has requested that if someone buys 1-2 products, it is 3 pounds shipping, if someone buys 3-4 products they pay £6.00 shipping, 5-6 they pay £9.00. This might be so simple but any help would be so appreciated. Thanks, Lydia
  2. Hi, I am wondering if someone can help me - I am trying to add a button which states 'continue shopping' underneath 'add to cart' which looks the same - any help would be appreciated. Thanks, Lydia!
  3. One last question, how can i amend the original code so the button appears on the left-hand side of the header rather than on the right? This is so one button is on one side and the other is on the other if that makes sense? Thank you!
  4. Oh, gosh, I had an error in one of the lines for another code we no longer needed!! oh, thank you so much, the button is now showing on the mobile menu, thank you!!!!!
  5. Design - Custom CSS and in the text box - is that correct?
  6. Hi Ziggy, It is https://www.cdrecruitment.com/ - Squarespace URL is https://rust-frog-dwnt.squarespace.com/ Thank you!
  7. Hi @Ziggy Thank you so much! The mobile menu button has worked, thank you! However, it has overlapped the other button on the menu! Is there a way I can move it up slightly? The coded for moving the button to the left of the header sadly hasn't moved the button. Thank you so much for you help! Lydia
  8. Hello! With the help of a member on here, i have now successfully got another button in the header of my site, however, i was wondering how i get it onto the mobile menu too. The code below is the one used and worked amazingly. I may be being stupid but is there a way this code could be modified, so it can be moved to the left of the header? Thanks in advance! Lydia <!-- add second button to header --> <script> var container = document.createElement("div"); container.classList = "header-actions-action header-actions-action--cta preFade fadeIn" container.setAttribute("data-animation-role", "header-element") container.setAttribute("style", "transition-timing-function: ease; transition-duration: 0.4s; transition-delay: 0.02") var link = document.createElement("a"); link.classList = "btn btn--border theme-btn--primary-inverse sqs-button-element--primary" <!-- replace "https://www.cdrecruitment.com/contact-1" --> link.setAttribute("href", "/https://www.cdrecruitment.com/contact-1") link.setAttribute("target", "_blank") <!-- replace "I'M HIRING" --> var linkText = document.createTextNode("I'M HIRING"); link.appendChild(linkText); container.appendChild(link); var neighbour = document.querySelector(".header-display-desktop .header-actions--right div:last-child"); var neighbourParent = document.querySelector(".header-display-desktop .header-actions--right") neighbourParent.insertBefore(container, neighbour); </script> <!-- END add second button to header -->
  9. @Ziggy - Hi as this worked so well, i am being asked to move the button to the left side of the header.. is this possible? I am also wondering how i get this code to work on the phone menu! Your help would be appreciated greatly! Lydia
  10. Hi Ziggy, Thank you so so much! That has worked! Thank you again! Lydia
  11. Hello, i am trying desperately to add another button to my Squarespace site. This is not working, i have tried multiple codes and it either adds it above the header and makes its own space which cuts out the header there or doesn't work at all! Please can someone help? This is the code i have used: <style> .custom-button { background-color: #DA1516; color: #FFFFFF; font-family: "Potano Sans", sans-serif; font-weight: 400; font-size: 0.75rem; text-decoration: none; border-radius: 20px; padding: 5px 15px; outline: 2px solid #FFFFFF; display: inline-block; } .header-container { position: relative; } .custom-button { position: absolute; top: 50%; transform: translateY(-50%); left: 20px; /* Adjust the value to change the horizontal position */ } </style> <div class="header-container"> <a class="custom-button" href="your-social-link">I'M HIRING</a> <!-- Rest of your header content --> </div> Thank you in advance! Lydia
  12. It's by a company called msgboxx - its a business WhatsApp reseller!
  13. Hi! I am hoping someone can help me! I am so new to making websites and I have been asked to add in a chat bot - its through a third party source but all i really need to know is where to put the different codes- these are the steps i have been given: 1: embed the css file into your website, this is typically inserted into the html code in the head section. 2: embed the msgboxxWidgetdiv into the body 3: embed the msgboxx widget javascript. This is typically inserted at the bottom of the body tag after your main website copy. You will have been supplied a unique id which should replace the YOURID in the code below. Any help would be greatly appreciated!
×
×
  • 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.