Jump to content

Ejderha

Circle Member
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Ejderha

  1. On 9/18/2020 at 10:51 PM, rebeccagracedesigns said:

    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 > Header

    <!-- jQuery Library -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

     

    and this in Settings > Advanced > Code Injection > Footer



    <!-- Summary Block Autoplay -->
    <script>
          setInterval(click, 3000);
          function click()
          {
            $(".summary-carousel-pager-next").click();
          }
    </script>


    I will probably add this to my blog!!

    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.

×
×
  • 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.