Jump to content

abc

Member
  • Posts

    151
  • Joined

  • Last visited

Reputation Activity

  1. Like
    abc reacted to Beyondspace in Squarespace 7.1 - Replace default placeholder text inside Search block   
    It may require custom script, add this to footer
    <script> (function() { document.querySelector("input.search-input").setAttribute("placeholder", "This is your Search Input"); })() </script>
  2. Like
    abc got a reaction from Beyondspace in Squarespace 7.1 - Replace default placeholder text inside Search block   
    Site URL: https://steven.squarespace.com/clients
    Hello, I'm trying to replace the default placeholder text inside the Search block to something else using custom CSS.
    Thank you in advance.
  3. Like
  4. Like
    abc reacted to Beyondspace in SS 7.1 - Is there a way to randomize the order of store products on each load?   
    add to footer
    <script> document.addEventListener('DOMContentLoaded', function() { const productGrid = document.querySelector('.products-flex-container .list-grid'); if (productGrid) { var productItems = productGrid.querySelectorAll('.grid-item'); for (var i = productItems.length; i >= 0; i--) { productGrid.appendChild(productItems[Math.random() * i | 0]); } } }); </script>  
  5. Like
    abc got a reaction from Beyondspace in SS 7.1 - Is there a way to randomize the order of store products on each load?   
    steven.squarespace.com
  6. Like
    abc got a reaction from Beyondspace in SS 7.1 - Is there a way to randomize the order of store products on each load?   
    I assume you'd need some sorta javascript code to achieve this. If anyone knows the right code, please let me know. Thank you.
  7. Like
    abc reacted to Beyondspace in Squarespace 7.1 - Trying to make instagram grid full-width, custom CSS code has issues   
    Hi @alanx,
    Just adding it below your code in  Custom Css,
    NOT REPLACE your code
  8. Thanks
    abc reacted to Beyondspace in How can I increase mobile breakpoint and force the gallery to switch to single-column mobile layout at more than 640px?   
    Interesting, I am looking for more insight from others about this as well
  9. Like
    abc got a reaction from Beyondspace in How can I increase mobile breakpoint and force the gallery to switch to single-column mobile layout at more than 640px?   
    Currently, my gallery switches from desktop layout to single-column mobile layout at 640px or less. I would like it to switch to mobile at 767px or less. Is it possible to achieve that with CSS?
    My website URL: https://alan.photo
    Thank you in advance.
  10. Like
    abc reacted to tuanphan in What is the best way to center text (horizontally and vertically) on a full-screen page?   
    Try use display flex or position with transform translate -50%
    or combine both.
    can you share site url? We can check 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.