Jump to content

How to make header logo and navigation transparent / overlay carousel banner.

Recommended Posts

  • Replies 4
  • Views 348
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
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

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.