Jump to content

Ejderha

Circle Member
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    Ejderha got a reaction from MittensNBootikers in Auto Scroll Carousel Block Squarespace 7.1   
    I tried this following the above and  your video instructions on your website but neither worked. Has there been an update thats stopped it working. i tried the summary block for a blog and the product page with a carousel with no luck.
  2. Like
    Ejderha reacted to Rebecca_Grace_Designs in Auto Scroll Carousel Block Squarespace 7.1   
    **UPDATED***
    For anyone still looking, I found a workaround for autoplaying a Summary Carousel Block. It autoclicks the next button every three seconds. 

    Inject this is Settings > Advanced > Code Injection > Footer
    <script>
    window.onload = function() {
      var nextArrow = document.querySelector(".summary-carousel-pager-next");
      
      function clickNext() {
        nextArrow.click();
      }
     
      setInterval(clickNext, 3000);
    };
    </script>

    I updated this code to remove the use of JQuery (for page speed reasons) as well as to help with the refresh timeframe.
  3. Like
    Ejderha reacted to jjjuliejj in How to remove trailing decimal .00's from product pricing   
    Thank you.  That code does not seem to work in 7.1.
  4. Like
    Ejderha reacted to jjjuliejj in How to remove trailing decimal .00's from product pricing   
    This link is no longer active.  Can you repost the code, and does it work for 7.1?  Thank you!
     
  5. Love
    Ejderha reacted to tuanphan in Change Quick View Button Text/Icon   
    span.sqs-product-quick-view-button { visibility: hidden; } span.sqs-product-quick-view-button:after { visibility: visible; content: "click for more info"; background: #fff; color: #100f43; padding: 10px 20px; border-radius: 5px; }  
×
×
  • 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.