Jump to content

Slideshow Reel animating crazy fast

Go to solution Solved by creedon,

Recommended Posts

  • Replies 5
  • Views 81
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

If I had to guess however you are autoplaying the images, the interval is set to zero.

Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

Please set up a site-wide password, if your site is not public and you've not already done so.

Post the password here.

Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

Please read the site-wide password and how to share a link documentation to understand how they work.

You may find How to post a forum question post useful.

We can then take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • Solution
Quote

Is this what you need?

Yes.

It is exactly as I suspected. In the beyondspace lightbox studio code you installed the speed is set to 200 milliseconds. 1000 milliseconds is a second. You probably want a value of 3000 or above. I sometimes use a math formula for a value like 3 * 1000so I don't have to think about it , then just change the first number.

Look for the following line in the code and change the value there.

}, 200);  // change this value to change the speed

Let us know how it goes.

Edited by creedon

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Thank you @creedon I've found it and adjusted accordingly. Not even sure why that feature is in there from the Beyondspace plugin as all I wanted from the plugin was for all image blocks to act as a clickable gallery and lightbox that could be scrolled manually. Nothing was meant to be automated. Anyways I've set the time to be super long so the Slideshow Reel will stay idle until the viewer decides to manually slide along.

 Appreciate the help

Link to comment
Quote

Not even sure why that feature is in there from the Beyondspace plugin as all I wanted from the plugin was for all image blocks to act as a clickable gallery and lightbox that could be scrolled manually.

It appears you could get rid of that bit of code. I don't know the code but perhaps it was an extra feature for those that needed it?

If you find the following lines...

    <script>
      (function docReady(fn) {

...and then scan down the lines until the following...

  </script>

...delete everything staring and including the first bit down thru and including the last bit, that would get rid of the auto click feature.

You have to be very careful editing code or things can get really messed up.

Alternately if you think there is a possibility that you might want the feature in the future or want a somewhat safer editing option, don't delete the code but edit it to the following.

    <!-- script>
      (function docReady(fn) {

 

  </script -->

This comments out the code so it won't run. You can reverse the process to activate it again, if you want, in the future.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


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