Charlest93
Member-
Content Count
26 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Override Cursor with Custom Image
Charlest93 replied to mdrewbrennan's question in Coding and Customization
Hi ! I would like to know the code to have a different cursor hover a gallery image ? Link: https://www.charlestutin.com/architecture-interieure Thank you !- 43 replies
-
- images
- customized
-
(and 1 more)
Tagged with:
-
Charlest93 reacted to an answer to a question: Image full bleed / resizing mobile
-
Image full bleed / resizing mobile
Charlest93 replied to Charlest93's question in Coding and Customization
instead of footer in the code injection ? @tuanphan- 10 replies
-
Image full bleed / resizing mobile
Charlest93 replied to Charlest93's question in Coding and Customization
yes @tuanphan ! but now I have an other problem... I used the Tutorial of Brandon about the texts hover effects on galleries. But I don't know how to use this tutorial for only few pages (the trick on the javascript doesn't work. So now all my galleries images have a text with hover effect. But it is definitely better ! I sent a message on the tutorial's thread to @brandon. My website is almost done, thanks to you and Brandon !! Charles- 10 replies
-
Gallery Caption workarounds for 7.1? ROUND TWO
Charlest93 replied to dan3's topic in Images and Videos
hi @brandon ! Everything worked perfectly, thanks again ! Finally I only want to use your tutorial for these two pages: https://bumblebee-drum-w3fz.squarespace.com/interiordesign and https://bumblebee-drum-w3fz.squarespace.com/productdesign So I tried to add the css selector into the javascript as you told us in your tutorial. But it is not working. Do you know why ? Thank you !- 184 replies
-
Image full bleed / resizing mobile
Charlest93 replied to Charlest93's question in Coding and Customization
ok @tuanphan thank you it worked. But now my first image is behind my header. And I don't want that. I want the header and then the image. Do you have the solution ? Also did you find the solution for the mobile view ? Thank you very much- 10 replies
-
Image full bleed / resizing mobile
Charlest93 replied to Charlest93's question in Coding and Customization
also @tuanphan I only have these options in the header layout. Nothing about Position.- 10 replies
-
Image full bleed / resizing mobile
Charlest93 replied to Charlest93's question in Coding and Customization
@tuanphan Ok I did not know, thank you ! i was talking about the images in full bleed like this one attached. It is not the right size in the mobile view. I would like an automatic resizing as my galleries slideshow in the home page. thank you- 10 replies
-
Site URL: https://bumblebee-drum-w3fz.squarespace.com/leriftdebelleville Hello ! I have an issue with my images in full width on the mobile view: I would like to find a solution to resizing them. I got the solution for the galleries slideshow with this css code: .gallery-fullscreen-slideshow { height: auto !important; } .gallery-fullscreen-slideshow-list { max-height: 100vh; } But nothing for the images full bleed... Any ideas @tuanphan @brandon ? Thank you !
- 10 replies
-
Charlest93 reacted to a post in a topic: Gallery Caption workarounds for 7.1? ROUND TWO
-
Gallery Caption workarounds for 7.1? ROUND TWO
Charlest93 replied to dan3's topic in Images and Videos
Wonderful @brandon ! It is a really good start ! The coding world is new for me, but very pleasant 🙂 Thank you !- 184 replies
-
Gallery Caption workarounds for 7.1? ROUND TWO
Charlest93 replied to dan3's topic in Images and Videos
thank you for your answer @brandon. I am french, sorry for my english ! https://bumblebee-drum-w3fz.squarespace.com/interiordesign This is my website. For the desktop view everything is perfect. But the mobile view is bad. (look at the text hover). I just would like to work separately: Desktop and Mobile. For example: font size 2rem in the desktop and 1rem in the mobile view ! Thank you !- 184 replies
-
Gallery Caption workarounds for 7.1? ROUND TWO
Charlest93 replied to dan3's topic in Images and Videos
hi @brandon, Do you know if it is possible to get the same codes but for Tablet and Mobile ? I tried with @media only screen and (max-width: 640px) below but it messes up the desktop view as well. Thank you !- 184 replies
-
Charlest93 reacted to a post in a topic: Gallery Caption workarounds for 7.1? ROUND TWO
-
Gallery Caption workarounds for 7.1? ROUND TWO
Charlest93 replied to dan3's topic in Images and Videos
Amazing, thank you @brandon 🙏- 184 replies
-
Gallery Caption workarounds for 7.1? ROUND TWO
Charlest93 replied to dan3's topic in Images and Videos
HI @brandon Thank you very much ! It is very helpful. Every is perfect except two things for me: - Do you know how to center the text on the images ? ( with a gallery strip ) - The links through my images are not working since your tutorial... Do you know why ? Thanks again, Charles https://bumblebee-drum-w3fz.squarespace.com/interiordesign- 184 replies
-
yes I know @ChrisBartow because it was working before the tutorial. (just the grayscale without the text hover). And I also have an other problem: now I am not able to go to the image link when I click on it.
-
Site URL: https://bumblebee-drum-w3fz.squarespace.com/interiordesign hi, I used the tutorial from Brandon for the hover effects: Everything is perfect, except the hover effect. I have an opacity effect and I would like grayscale 100% . I have this CSS: figure.gallery-grid-item.has-clickthrough:hover img { filter: grayscale (100%); } But it is not working. I also tried: .gallery-grid-item img:hover{filter:grayscale(100%)} Can you help me ? Thank you !