danielle77 Posted July 23, 2020 Share Posted July 23, 2020 Site URL: https://caseyhowarddesigns.com I'm trying to get a logo to lay on top of an image slideshow on my client's homepage. Template is Hayden. I know how to add the logo to the custom css files, but not sure what html to add and whether it should go in the custom css section or a code block on the homepage.... help? Screenshots below of roughly what I'm trying to accomplish! Link to comment
Beyondspace Posted July 23, 2020 Share Posted July 23, 2020 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%); } tuanphan 1 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
adrianafo Posted November 4, 2021 Share Posted November 4, 2021 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
tuanphan Posted November 7, 2021 Share Posted November 7, 2021 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 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
adrianafo Posted November 7, 2021 Share Posted November 7, 2021 Hi @tuanphan, thanks for your reply. I have a Personal a Personal Plan. May I ask another question? Do you have any idea if these pieces of code can be used and adapted someway to Squarespace? https://flickity.metafizzy.co I'd like to do something like this for my homepage: https://bff.de Many thanks, Adriana Link to comment
SupaJ Posted March 25 Share Posted March 25 @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
tuanphan Posted March 29 Share Posted March 29 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 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
SupaJ Posted April 4 Share Posted April 4 (edited) 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 April 5 by SupaJ tuanphan 1 Link to comment
JonJonJJ Posted August 17 Share Posted August 17 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
tuanphan Posted August 19 Share Posted August 19 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 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
JonJonJJ Posted August 19 Share Posted August 19 (edited) 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! Edited August 23 by JonJonJJ Link to comment
tuanphan Posted August 21 Share Posted August 21 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! 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; } JonJonJJ 1 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
JonJonJJ Posted August 23 Share Posted August 23 On 8/21/2023 at 11:56 AM, tuanphan said: Add this to Website > Website Tools > Custom CSS. Replace Pixabay image with your logo image url @tuanphan Thank you so much! Awesome work! It's great how much time you invest and how much effort you put into solving other people's problems. Thank you very much for that! All the best to you! tuanphan 1 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