Jump to content

tuanphan

Circle Member
  • Posts

    64,701
  • Joined

  • Last visited

  • Days Won

    516

Everything posted by tuanphan

  1. You can consider using List Carousel, then I will give new code. Here is an example https://tuanphan.squarespace.com/list-1-1?noredirect pass: abc
  2. You can use this code to Website > Website Tools > Custom CSS. If it doesn't work, you can share link to page, we can check easier. #collection-6600b7bc68936763b8ce3316 a.btn { display: none !important; }
  3. If you share link to page, we can check easier
  4. I don't see problem on homepage. Can you take a screenshot, or can you share link to page in your screenshot?
  5. I think you can try Video Block then use Custom Featured Image
  6. Unfortunately it only supports certain pages, you can consider replicating your portfolio page with your blog page
  7. You can use this guide to add gallery block carousel https://forum.squarespace.com/topic/193716-bring-gallery-block-for-71/
  8. You can follow this or share url, or duplicate site and share link to duplicated site
  9. I don't see text over slideshow. Can you check it again? https://southwindbarbershop.squarespace.com/?noredirect
  10. Using video is much more complicated, because we cannot insert video through CSS code as above. You will need to use JavaScript code, insert the video tag into each item, then use the same CSS above to achieve the effect. And you may need to set all videos to autoplay, which can make the site run very slow. If you search on forum, there are some threads with code to do this.
  11. Thank you. You mean reduce width of these images section?
  12. It looks fine on my Windows/Chrome. But you can try add this code to Website > Website Tools > Custom CSS then check again body { --sqs-site-max-width: 3000px !important; }
  13. You can try Vertical Accordion Plugin (affiliate link) or Expanding Panels Plugin (affiliate link), It can help you achieve similar layout
  14. Can you share link to this page? We can check easier
  15. You can use this code to Website > Website Tools > Custom CSS body#collection-660ea87efefe0836e7d7bd60 [class*="ff"] { display: none !important; } If you want to apply for other pages, add this code to Individual Page Header Code Injection <style> [class*="ff"] { display: none !important; } </style>
  16. Try this new CSS code .custom-filter-container .customFiltersWrapper .customFiltersContainer:before { content: "Kategori"; display: block; font-size: 17px; margin-top: 20px; }
  17. Add this code to Website > Website Tools > Custom CSS @media screen and (min-width:768px) { .info-block-content { min-width: 200px; } } You mean change 3 icons? Here I used Fontawesome Icons, if you want to use custom image, I will need to write a new code.
  18. @VitaminB You can try 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($){ setInterval(function(){ $('.swiper-button-next').click() },1000); }) </script>
×
×
  • 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.