Jump to content

Adding a logo over a Slideshow

Recommended Posts

Hi there danielle77, please try this

To add CSS, go to Design -> Custom CSS
 

#block-yui_3_17_2_1_1540315449823_3808 {
  position: relative;
}
#block-yui_3_17_2_1_1540315449823_3808:after {
    content: "";
    position: absolute;
    background: red;
    width: 50vh;
    height: 50vh;
    z-index: 9999;
    top: 50%;
    left: 50%;
    background: url(//static1.squarespace.com/static/5babde5a90f904186af144b2/t/5f18f2f2db72d903c7582448/1595477269078/?format=1500w) no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
}

image.thumb.png.9257d33ed3e64471baf6a0bb38b3fa10.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 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
  • 1 year later...

Hello there @bangank36

thanks for this piece of css, I used it on my website and it worked perfectly fine.

May I ask your help for 2 more things? 

1) How can I make the same logo clickable to link to a page?

This is my site:

https://www.adrianaforconiphotography.com/

In the homepage now I've temporarily duplicated the section. The one on top should be the final one.

The one below is the previous version, where you have the correct link to proceed to /works.

 

2) I would like to have the cursor transformed in left and right arrow to scroll through this same gallery images. I tried different codes found on other threads here, but nothing worked for me so far.

Many thanks,

Adriana

Link to comment
On 11/5/2021 at 12:22 AM, adrianafo said:

Hello there @bangank36

thanks for this piece of css, I used it on my website and it worked perfectly fine.

May I ask your help for 2 more things? 

1) How can I make the same logo clickable to link to a page?

This is my site:

https://www.adrianaforconiphotography.com/

In the homepage now I've temporarily duplicated the section. The one on top should be the final one.

The one below is the previous version, where you have the correct link to proceed to /works.

 

2) I would like to have the cursor transformed in left and right arrow to scroll through this same gallery images. I tried different codes found on other threads here, but nothing worked for me so far.

Many thanks,

Adriana

#1. Do you use Personal or Business or Commerce Plan? Each plan will need a different code to make logo clickable

#2. No idea

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 year later...

@tuanphan would you be able to help me do this with my site: www.quadrant25.com (pw: Quadrant25)? I don't know what I'm doing wrong with the code/id/image url but nothing shows up for me when I insert the CSS. 

This is the most recent url for the photo: https://photos.google.com/u/2/photo/AF1QipOwczZd2LTkuejU7-FwrDR9UQoDFcW4piCBIAFg. I had to remove the background on a black image which is why it looks all black when you use the link.

Thanks for any help.

Link to comment
On 3/25/2023 at 6:40 PM, SupaJ said:

@tuanphan would you be able to help me do this with my site: www.quadrant25.com (pw: Quadrant25)? I don't know what I'm doing wrong with the code/id/image url but nothing shows up for me when I insert the CSS. 

This is the most recent url for the photo: https://photos.google.com/u/2/photo/AF1QipOwczZd2LTkuejU7-FwrDR9UQoDFcW4piCBIAFg. I had to remove the background on a black image which is why it looks all black when you use the link.

Thanks for any help.

GG Photo URL won't work.

You can upload image to Squarespace & get url

Follow this guide: https://support.squarespace.com/hc/en-us/articles/205813928-Uploading-and-managing-files

Suppose image name is: supaj.png

your website is: quadrant25.com

then the image url will be: www.quadrant25.com/s/supaj.png

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 3/28/2023 at 9:18 PM, tuanphan said:

GG Photo URL won't work.

You can upload image to Squarespace & get url

Follow this guide: https://support.squarespace.com/hc/en-us/articles/205813928-Uploading-and-managing-files

Suppose image name is: supaj.png

your website is: quadrant25.com

then the image url will be: www.quadrant25.com/s/supaj.png

 

Thanks for the info. You can disregard. I decided to try something else.

Edited by SupaJ
Link to comment
  • 4 months later...

Hi @tuanphan, hi all,

I would like to place a logo over a full-width slideshow. When the images slide automatically (no arrows, no dots), the logo should always stay in the same place.

Is there a code to put a svg file over a gallery section? (squarespace 7.1, Businessplan)

Thank you so much for your help!
Many greetings! 

Link to comment
On 8/17/2023 at 10:45 PM, JonJonJJ said:

Hi @tuanphan, hi all,

I would like to place a logo over a full-width slideshow. When the images slide automatically (no arrows, no dots), the logo should always stay in the same place.

Is there a code to put a svg file over a gallery section? (squarespace 7.1, Businessplan)

Thank you so much for your help!
Many greetings! 

For all gallery slideshows or specific? If specific, can you share link to page where you use slideshow? We can give the exact code

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 8/19/2023 at 10:05 AM, tuanphan said:

For all gallery slideshows or specific? If specific, can you share link to page where you use slideshow? We can give the exact code

Thanks for your reply.
I think it is called gallery slideshow. But please have a look for your self:

Website: 
PW: 

The logo should be on the section between the yellow field and the news banner (see screenshot attached).

Thanks a lot for your help!

Logo-on-gallerysection.jpg

Edited by JonJonJJ
Link to comment
On 8/19/2023 at 4:06 PM, JonJonJJ said:

Thanks for your reply.
I think it is called gallery slideshow. But please have a look for your self:

Website: https://seifermann.squarespace.com/
PW: !BUBBLES23

The logo should be on the section between the yellow field and the news banner (see screenshot attached).

Thanks a lot for your help!

Logo-on-gallerysection.jpg

Add this to Website > Website Tools > Custom CSS. Replace Pixabay image with your logo image url

/* Logo over slideshow */
[data-section-id="64de407e045b0825cc9c5c0c"] .gallery-fullscreen-slideshow-wrapper:before {
    content: "";
    background-image: url(https://cdn.pixabay.com/photo/2023/07/10/06/52/trail-8117575_1280.jpg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    width: 100px;
    height: 100px;
}

image.thumb.png.6597aeb37ad986b2ba4aeaa09c143c23.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.