Jump to content

tuanphan

Circle Member
  • Posts

    63,391
  • Joined

  • Last visited

  • Days Won

    508

tuanphan last won the day on March 17

tuanphan had the most liked content!

Personal Information

Recent Profile Visitors

97,607 profile views
  1. I tried creating an example, you try checking https://tuanphan5-test.squarespace.com/google-scheduler?noredirect pass: abc
  2. The site is private, you can follow this guide to share correct url, then we can help easier
  3. You mean users submit > after X seconds > Show post message?
  4. You can find a free code on Codepen, we can convert it to SS easier
  5. You mean Users click button > Show a popup (similar newsletter, then users can enter their email) > after users click submit, change button text?
  6. You mean thumbnail images on this page or another page? https://www.theslatestudio.com/slate-takes
  7. To hide required text field, you can use this code to Website > Website Tools > Custom CSS div#block-2883176083abebf7e0ae span.description.required { display: none !important; } To make it as popup, we can use custom code (let me test and send you in the next 1-2 days) or use custom plugin
  8. In my example, I used Filter Plugin (referral link) or this link (non-referral link). However if you need a simple filter with some links only, we can use custom code to achieve this. You can share link to page where you want to add filter code, I will take a look
  9. You can use this code to Website > Website Tools > Custom CSS @media screen and (min-width:901px) { body#collection-65f343347c52eb26e729530c figure#thumbnail { display: none; } body#collection-65f343347c52eb26e729530c main#main { width: calc(~"100% - 240px"); } }
  10. To add code to Code Block, you need to wrap code in style tag <style> paste your current code here </style>
  11. Which position? Under add to cart or? If add to cart, use this code to Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('footer.sections .accordion-block').appendTo('.sqs-add-to-cart-button-wrapper'); }) </script> If another position, let me know which position, I can adjust code easier
×
×
  • 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.