Jump to content

tuanphan

Circle Member
  • Posts

    64,819
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. #1. Shop Page doesn't support Add to Cart Button. To achieve this, you can create a standard page, use Product Blocks to add product, then you can enable Add to Cart #2. Can you share link to product?
  2. Hi, Which "collections" are you referring to?
  3. You want to add a back to button on under Shop Description?
  4. Hi. yes possible. We will need to use script code to do it. CSS code can't solve it And when you add new category, you will need to update new code Do you still want to continue?
  5. Add this to Design > Custom CSS to make cart icon always visible div#floatingCart { display: block !important; }
  6. Hi, Can you share link to this page? We can check easier Or try adding this to Settings > Advanced > Code Injection > Footer <script> Y.on('domready', function () { var galleries = Y.Squarespace.GalleryManager.getGalleries(); for( i = 0; i<galleries.length; i++){ galleries[i].setAttrs({"autoplay":true}) } }); </script>
  7. Here I used Filter Plugin (referral link) Text Overlay: Possible with CSS Gif: Yes. Possible. Use CSS to change each image to gif on hover has the ability to be tagged and filtered >> Can you describe this?
  8. Add to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="63e54ca5a6f42b393e95dfd2"] { min-height: unset !important; height: 10vh; } }
  9. Hi, Can you share link to page where you have problem?
  10. You mean when clicking on image >> It opens image in lightbox view. And you need caption in this lightbox? If yes, you can follow this https://forum.squarespace.com/topic/151777-gallery-caption-workarounds-for-71-round-two
  11. Hi, This is possible Same image for all events or different?
  12. Add to Design > Custom CSS /* resize mobile top slideshow */ @media screen and (max-width:991px) { .gallery-fullscreen-slideshow { height: 35vh !important; } }
  13. Hi, Can you share link to a blog post? We can help easier
  14. You mean open image in lightbox (new tab) or open new custom url in new tab?
  15. Use this code for your case /* resize mobile top slideshow */ @media screen and (max-width:991px) { .gallery-fullscreen-slideshow { height: 35vh !important; } }
  16. To make them in 2 lines, add this to Design > Custom CSS .image-caption strong { display: block; }
  17. Hi, Just edit product > Variants > Add new option
  18. Add to Design > Custom CSS > then save & reload the site /* Reels on mobile */ @media screen and (max-width:767px) { .gallery-reel { height: 30vh !important; } }
  19. Hi, Can you share link to page where you use grid of images? We can check easier
  20. First code is invalid. The code should be @media screen and (max-width: 767px) { [data-section-id="63f92211ba57b758b1a91dd2"] { display:none !important; } } @media screen and (min-width: 768px) { [data-section-id="63fcc92ea4186c086c767f8b"] { display:none !important; } }
×
×
  • 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.