Jump to content

Beyondspace

Circle Member
  • Posts

    10,143
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by Beyondspace

  1. Try the following Custom Css code .newsletter-block .newsletter-form-field-wrapper { min-width: unset; } My testing
  2. Can you share your URL so I can take a look?
  3. You can try adding to Home > Design > Custom Css section[data-section-id="661e9aa92a1d6413ca9b2fdb"] .sqs-block.image-block.sqs-block-image .sqs-block-image-link:after { content: ''; display: block; background: rgb(218,213,206); opacity: 0; position: absolute; top:0; left: 0; width: 100%; height: 100%; } section[data-section-id="661e9aa92a1d6413ca9b2fdb"] .sqs-block.image-block.sqs-block-image .sqs-block-image-link:hover:after { opacity: 0.6; transition: opacity 0.5s; } Here is my testing Let me know how it works on your site
  4. Can you share your URL to the section which you want to add caption/title? We can check it easier
  5. Can you share your URL so I can take a look?
  6. use this css in Custom css .blog-item .blog-image-wrapper { pointer-events: none; }
  7. so you want to disable clicking on the thumbnail on blog post's thumbnail on blog page?
  8. I checked on the resolution of IP11 and it works properly. Have you tried refreshing this page again? Make sure that you do not zoom in on the browser
  9. Move the breadcrumbs on web view .pdp-form-wrapper .ProductItem-nav { position: absolute; top: 0; left: 0; z-index:9999; padding-left: calc(4vw + 9.6px); } .pdp-layout-wrap-around .pdp-gallery-images { padding-top: 85px; }
  10. Have you fixed it yet? I check that it works properly on my device
  11. I believe you are looking for a way to detect if the current page is in iframe or not. Paste this code into Footer injection and use the selector .sqs-in-frame to target your document and tweak it accordingly <script> document.addEventListener('DOMContentLoaded', function() { if (window !== window.parent && !document.body.classList.contains("sqs-edit-mode")) { document.body.classList.add('sqs-in-iframe'); } }); </script>
  12. You can right click on the image on Assets Library and choose Copy Image URL
  13. This is exactly what Lightbox Studio offering: pinchzoom and max out the resolution of images (2500w) PLAYGROUND
  14. Squarespace proceed all uploaded images and created 7 version of them, the max resolution images you can download from Squarespace is 2500px, regardless how big your image is. Regarding to download url, our plugin Lightbox Studio support download button out of the box, you can insert a Gallery block: Slideshow on your site and let user download images from the lightbox view
  15. With Lightbox Studio, you can show caption on your images and connect these into single lightbox gallery as well, please check out the dedicated URL for your site below PLAYGROUND
  16. Use Summary Block to reuse gallery images is actually a good method, I also had a dedicated post about this , but with the latest Classic Gallery block, you can reuse images in the Gallery block too!
  17. On 7.1 Use Existing Gallery is disabled by default, so it always empty when you select that Option
  18. Looks like you need a Gallery block to place it side-by-side with the text block. Checkout out Classic Gallery block to insert gallery block to section
  19. Squarespace does not expose their API for image handler, so I think you will have to manually download the images and upload manually
  20. Similar to this? https://beyondspace-showcase.squarespace.com/lightbox-demo
×
×
  • 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.