DamonCameron Posted Friday at 12:25 AM Share Posted Friday at 12:25 AM Adding an image gallery - Slideshow Reel and it's animating at a rapid pace. Cant work out why. See attached screen record. RPReplay_Final1725581893.MP4 Link to comment
creedon Posted Friday at 01:32 AM Share Posted Friday at 01:32 AM 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
DamonCameron Posted 11 hours ago Author Share Posted 11 hours ago Thanks @creedon https://www.photosbydamon.com/contact-1 Is this what you need? Link to comment
Solution creedon Posted 9 hours ago Solution Share Posted 9 hours ago (edited) 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 * 1000, so 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 8 hours ago 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
DamonCameron Posted 8 hours ago Author Share Posted 8 hours ago 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
creedon Posted 8 hours ago Share Posted 8 hours ago 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment