JamIsJam88 Posted January 29, 2021 Posted January 29, 2021 I would like to change the Gallery Reel slideshow arrows across the entire website for 7.1. This can be either to a specific image or something similar to the image attached. Also, would it be possible to make them fade in and out? If not, no problem as long as I can change them. I've tried the code from three other posts in this forum from last year but none of those have worked. Beyondspace 1
Beyondspace Posted January 30, 2021 Posted January 30, 2021 7 hours ago, AllanYung said: I would like to change the Gallery Reel slideshow arrows across the entire website for 7.1. This can be either to a specific image or something similar to the image attached. Also, would it be possible to make them fade in and out? If not, no problem as long as I can change them. I've tried the code from three other posts in this forum from last year but none of those have worked. try this .gallery-reel-control-btn-icon svg { display: none; } .gallery-reel-control-btn-icon { background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='1000' viewBox='0 0 1000 1000' width='1000' xmlns='http://www.w3.org/2000/svg'><path d='M767.9,499.9L291.6,10l-59.4,61.3l416.6,428.7L232.1,928.7l59.5,61.3L767.9,499.9z'/></svg>"); background-repeat: no-repeat; background-size: cover; } [data-previous] .gallery-reel-control-btn-icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } tuanphan and JamIsJam88 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
JamIsJam88 Posted January 31, 2021 Author Posted January 31, 2021 22 hours ago, bangank36 said: try this .gallery-reel-control-btn-icon svg { display: none; } .gallery-reel-control-btn-icon { background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='1000' viewBox='0 0 1000 1000' width='1000' xmlns='http://www.w3.org/2000/svg'><path d='M767.9,499.9L291.6,10l-59.4,61.3l416.6,428.7L232.1,928.7l59.5,61.3L767.9,499.9z'/></svg>"); background-repeat: no-repeat; background-size: cover; } [data-previous] .gallery-reel-control-btn-icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } This worked perfectly! Thanks so much! Beyondspace 1
Jeremyn Posted May 19, 2022 Posted May 19, 2022 Thank you for sending this code over bangank36. I am wondering how to move the arrows from both side a little bit more to the inside (see photo attached)?
tuanphan Posted May 20, 2022 Posted May 20, 2022 On 5/19/2022 at 9:36 PM, Jeremyn said: Thank you for sending this code over bangank36. I am wondering how to move the arrows from both side a little bit more to the inside (see photo attached)? It is Slideshow Reel or List Slideshow or Gallery Slideshow? What is your site url? 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!)
Jeremyn Posted May 21, 2022 Posted May 21, 2022 Hi Tuan, This is a gallery slideshow reel on the home page of https://www.creativeportrait.net.au/ I am looking at having the arrow off the pricing guide button. Thank you.
tuanphan Posted May 23, 2022 Posted May 23, 2022 On 5/21/2022 at 4:09 PM, Jeremyn said: Hi Tuan, This is a gallery slideshow reel on the home page of https://www.creativeportrait.net.au/ I am looking at having the arrow off the pricing guide button. Thank you. Add to Pricing Page Header <style> [data-test="gallery-reel-control-btn-previous"] { position: relative; left: 50px; } [data-test="gallery-reel-control-btn-next"] { position: relative; right: 50px; } </style> 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!)
Jeremyn Posted May 23, 2022 Posted May 23, 2022 Awesome! It works perfectly. Thank you so much Tuan, I really appreciate it.
DanDan87 Posted April 7 Posted April 7 Hi there, Hoping someone can help me with this... I am trying to change the arrows on my gallery slideshow: Reel look like the ones on this site: https://www.photosbyjorge.com/ (desktop version) I'm also wanting the slideshow Reel to automatically cycle through the images every 4 seconds if possible. Any help would be much appreciated. 🙏 Regards, Dan
tuanphan Posted April 9 Posted April 9 On 4/7/2024 at 12:25 PM, DanDan87 said: Hi there, Hoping someone can help me with this... I am trying to change the arrows on my gallery slideshow: Reel look like the ones on this site: https://www.photosbyjorge.com/ (desktop version) I'm also wanting the slideshow Reel to automatically cycle through the images every 4 seconds if possible. Any help would be much appreciated. 🙏 Regards, Dan You mean change left/right arrows of this site? https://www.photosbyjorge.com/ and make slideshow on homepage automatically cycle every 4 seconds? 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!)
FGD Posted July 13 Posted July 13 Hi! This code worked great, but I was wondering if it's possible to remove the background square behind the arrow (make it transparent?) and change the color of the arrow to white instead of black?
tuanphan Posted July 16 Posted July 16 On 7/14/2024 at 5:24 AM, FGD said: Hi! This code worked great, but I was wondering if it's possible to remove the background square behind the arrow (make it transparent?) and change the color of the arrow to white instead of black? Yes. It is possible. Can you share link to page where you use slideshow? We can check easier. 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment