MarissaJade Posted December 7, 2021 Share Posted December 7, 2021 Site URL: https://wolverine-ocelot-sszh.squarespace.com I've been trying to find a way to make my logo and navigation transparent and sit over the top of my carousel header. Would anyone be able to help with this please? I'm using Squarespace 7.1 I also have another question. Is there a way to make the carousel on my website play automatically? Thank you so much 🙂 Link to comment
Beyondspace Posted December 7, 2021 Share Posted December 7, 2021 2 hours ago, MarissaJade said: Site URL: https://wolverine-ocelot-sszh.squarespace.com I've been trying to find a way to make my logo and navigation transparent and sit over the top of my carousel header. Would anyone be able to help with this please? I'm using Squarespace 7.1 I also have another question. Is there a way to make the carousel on my website play automatically? Thank you so much 🙂 Your site is private now. Kindly set it a protected password so we can take a look Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted December 7, 2021 Share Posted December 7, 2021 For autoplay carousel, you can try adding to Home > Settings > Advanced > Code Injection <script> (function docReady(fn) { // see if DOM is already available if (document.readyState === "complete" || document.readyState === "interactive") { // call on next available tick setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } })(() => { if ( window.location == window.parent.location ) { const reelControls = document.querySelectorAll('.sqs-gallery-controls [aria-label="Next"]'); reelControls.forEach(reelControl => { (function reelTimer() { setTimeout(() => { reelControl.click(); reelTimer(); }, 4000); // change this value to change the speed })(); }) } }); </script> Let me know how it works on your site Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
MarissaJade Posted December 7, 2021 Author Share Posted December 7, 2021 8 minutes ago, bangank36 said: For autoplay carousel, you can try adding to Home > Settings > Advanced > Code Injection <script> (function docReady(fn) { // see if DOM is already available if (document.readyState === "complete" || document.readyState === "interactive") { // call on next available tick setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } })(() => { if ( window.location == window.parent.location ) { const reelControls = document.querySelectorAll('.sqs-gallery-controls [aria-label="Next"]'); reelControls.forEach(reelControl => { (function reelTimer() { setTimeout(() => { reelControl.click(); reelTimer(); }, 4000); // change this value to change the speed })(); }) } }); </script> Let me know how it works on your site Thank you so much for your help, I'll give this a try 🙂 My site is now published, the password is 'marissa' Link to comment
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 @MarissaJade You mean left float header? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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