Jump to content

tuanphan

Circle Member
  • Posts

    63,391
  • Joined

  • Last visited

  • Days Won

    508

Everything posted by tuanphan

  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
  12. I don't know this code, but if you add an image block to top of post, I can give you code to move Title/Date under this Image
  13. I just tried above code and it still run. Or you want image in another position? Which position?
  14. Use this CSS code /* Show user next to cart on mobile */ @media screen and (max-width:991px) { .header .customerAccountLoginDesktop { display: flex !important; } }
  15. Did you solve it? It looks no border to me now with mobile, use this CSS code to disable @media screen and (max-width:991px) { .gallery-masonry .gallery-masonry-item[data-loaded] img { opacity: 1 !important; } }
  16. Something like this and you need to use this code to Code Injection, to make <a> tag render properly <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function(){ $(".grid-item .grid-title").each(function(){ $(this).html($(this).text()); }); }); </script>
  17. Which photo? Use this new code div.video-block iframe { border-radius: 30px; }
  18. I don't know this. You try posting problem to Coding Categorize https://forum.squarespace.com/forum/39-customize-with-code/
×
×
  • 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.