Search the Community
Showing results for tags 'rollover'.
-
Hey! For summary blocks, I know that the rollover image on hover is the first image of the blog post. Is there any way to set the 2nd image of the blog post as the image the shows on hover in the summary block thumbnail? I know that there is CSS code to set a new image by adding the image to the custom CSS but I have a database of 100+ posts that I want to change for all and adding a code with an image for each would just be too much for. Thanks in advance!!
- 3 replies
-
- custom-css
- summary-block
-
(and 3 more)
Tagged with:
-
How to change a summary block thumbnail image on rollover?
TMedia posted a question in Coding and Customization
Site URL: https://sturgeon-tangerine-zyeb.squarespace.com/ Hi, I already have my CSS set up to display the Summary Block item title and description on rollover, but I'm now looking to add to that functionality. Is there any way to have the actual thumbnail image change on hover? I want to be able to not only display text on rollover, but replace the image as well. Site password is scdp2020- 42 replies
-
Site URL: https://rectangle-rhombus-8f5s.squarespace.com/hop-varieties Hello, I am trying to have an image rollover swap and have used this code from an online tutorial, but it doesn't seem to line up (look at link in incognito mode if you aren't seeing the overlap). Here is the custom CSS I am using: /*image swap*/ .image-swap img:nth-child(1){position:absolute; transition:1s;} .image-swap img:nth-child(1):hover{opacity:0;} /*end image swap*/ then I am using inline code on the page as so: <div class="image-swap"> <img src="https://static1.squarespace.com/static/6064ac7b6aa1f0353a050a95/t/62825f8dfcc256051b01506c/1652711309494/Hop_variety_cascade_A.png "> <img src="https://static1.squarespace.com/static/6064ac7b6aa1f0353a050a95/t/62825f9f70b48c1c01eace02/1652711327416/Hop_variety_cascade_B.png"> </div>
-
Text reveal on hover over code block showing video
SnapperGB posted a question in Coding and Customization
Site URL: https://celery-prism-5xaj.squarespace.com I am trying to build a 7.1 version of my 7.0 site mainly because I am finding using multiple gifs too heavy and am trying to use coded blocks to run linked videos instead. I am building a portfolio style page with multiple projects, either represented by a still image or by linked video. What I would like is a hover effect that reveals the name of the project in the block when the cursor rolls over. Have done this for the stills using this Video But I would like to achieve the same effect for the code blocks I am using to run video. I am a bit of a newbie at this so could do with some help. Thank you -
Site URL: https://www.matthodgesdesign.com/ Is it possible to add simple image rollover effects to a grid gallery in 7.1? All I want for the image to change to a second image on mouse/cursor hover, and then change back on hover off (preferably with a smooth transition). Clearly this isn't possible with the standard controls, but wondering if possible using CSS and custom files? I've been searching online (and on here) and not found the answer, which is surprising in that I would have thought this would be a sought after feature. On my site I have added a simple brightness hovereffect to the images which gives it some interactivity. But preferably I would find away to change to a second image on mouse hover.
- 26 replies
-
- squarespace-7.1
- grid-gallery
-
(and 2 more)
Tagged with:
-
Site URL: http://www.jimmadden.ca/motiongraphics Hello all, First time asking on here, but I cant for the life of me figure this one out. I have a page of gifs I have converted from .mov files to show some animation, but there is so many of them I would ideally like to have a static image (possibly with text about the client or something) then when you hover over each one, have that gif animation start. I feel like this would help speed up the browsing experience on this page, any help on this would be greatly appreciated! Using the Jasper Template. - Jim
-
Image Block: Poster - hover effect not working
tom___baxter posted a question in Coding and Customization
Site URL: https://www.small-t.co.uk/ Hi, I adapted some css code so that the image block: poster on my homepage displays two full width blocks of solid colour that change to different images when you hover over them. They worked fine for about a month on all browsers and then suddenly the colour blocks started randomly disappearing. The rollover images work fine still, it's just that the colour blocks sometimes show and sometimes don't. Can anyone figure it out? Any help would be greatly appreciated! div#block-ae619791a3e23ee31a92.sqs-block-image .design-layout-poster a:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0; opacity: 0; } div#block-ae619791a3e23ee31a92.sqs-block-image .design-layout-poster a:hover:before { background-image: url(https://static1.squarespace.com/static/609a878120adc2458efeba69/t/6192c404ad076e173dd75ca6/1637008390708/COFFEE.jpg); background-size: cover; background-repeat: no-repeat; opacity: 1; transition: all .5s ease-in-out; } div#block-f8aa569c8f52bd814ccd.sqs-block-image .design-layout-poster a:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0; opacity: 0; } div#block-f8aa569c8f52bd814ccd.sqs-block-image .design-layout-poster a:hover:before { background-image: url(https://static1.squarespace.com/static/609a878120adc2458efeba69/t/6192d5b555d273146f196676/1637012920956/Bread2.jpg); background-size: cover; background-repeat: no-repeat; opacity: 1; transition: all .5s ease-in-out; } See below what it looks like in Squarespace editor compared to how it appears when live in Chrome. -
Hello, I've been spending the last two days trying to find a solution to creating thumbnails that switch to another image or animated gif on hover (roll over) . I managed to follow this tutorial which works well for standard pages or image galleries using code blocks. https://www.tiffany-davidson.com/blog/squarespace-change-image-on-hover But I need it to work for my index page. It seems impossible as you can't add a block code to the page. The only place you can add code is in the index settings. I'm using an old template called Qubert. Any help would be greatly appreciated. Many thanks
- 1 reply
-
- rollover
- index-page
-
(and 2 more)
Tagged with:
-
Site URL: https://www.damiengirardi.com/ Hi all. Looking to add a border to my index image boxes when rolled over and not able to figure it out. Any takers?
-
Rollover images not the same size outside of the editor
KaijuCorgi posted a question in Coding and Customization
Site URL: https://pineapple-sapphire-khkb.squarespace.com/ I'm having a rollover issue. I found some CSS to go from a black icon to one with color on hover, and it works perfectly within Squarespace. But when I view it in a separate browser window or different browser, the original icons aren't the same size as the hover versions. The attached images are what it's supposed to look like and what it actually looks like outside of the editor. Here is the CSS I'm using: .icon-swap-linkedin img:nth-child(1) { position:absolute; transition: .5s; } .icon-swap-linkedin img:nth-child(1):hover { opacity:0; } .icon-swap-twitter img:nth-child(1) { position:absolute; transition: .5s; } .icon-swap-twitter img:nth-child(1):hover { opacity:0; } .icon-swap-instagram img:nth-child(1) { position:absolute; transition: .5s; } .icon-swap-instagram img:nth-child(1):hover { opacity:0; } password is guava -
Site URL: https://www.studiodistill.com/case-studies hi! I would like to add a rollover to the images on this page of my site: https://www.studiodistill.com/case-studies I want the images to have a colored filter over them, and the title of that particular project centered in the image area, in white. is this possible? I'm using foster template on 7.0.
-
Site URL: https://www.seapearls.com/lead-weight Site URL: https://www.seapearls.com/lead-weight Does anyone know how to change the font on the Products page grid to have a rollover? I just need the text under the thumbnails to change color on the hover state. Thanks! Sample page: https://www.seapearls.com/lead-weight (text under images to change color on hover)
-
Hi, I'm trying to create a rollover fade effect on my welcome header banner here https://cheetah-lemon-wxxb.squarespace.com/ The look I'm trying to recreate is just like this non-squarespace website http://harperandharley.com/, is there any way to achieve this look with custom css? I'm going for the same treatment on the text as well as the image. Any help is very much appreciated.
-
Change image on index thumbnails on rollover
aaninetythree posted a question in Coding and Customization
Hello there! I need help on adding css code to change the index thumbnail to another image while on hover. I've been trying to write/locate the css code on my own but I'm having no luck. Here's my wip portfolio page with the thumbnails: http://www.andyancreative.co/work-2 Thanks! -
answered
-
Image hover effect only on linked images?
rbrinkerhoff posted a question in Coding and Customization
I have an image hover CSS code implemented, but it affects all images on my site. Is there a way to affect just the linked images? This is the code I am currently using: .sqs-block-image .intrinsic .image-block-wrapper img:hover { opacity: 0.5; } -
Site URL: https://honest-folk.com/our-work Hi all, I'm looking for some help on adding a rollover effect or overlay to images on just one page of my site. I previously found a piece of code to add a colour overlay but it was site-wide. As you'll see on the page here, I've designed a custom portfolio page with the images as links but want them to have a slight transparency on rollover. https://honest-folk.com/our-work Is there a piece of code that I can add to just that page? Thanks.
-
Image Block change to play a GIF upon hover/rollover
alphamalevisuals posted a question in Coding and Customization
Site URL: http://www.alphamalevisuals.com/music-videos http://www.alphamalevisuals.com/music-videos On my website, I currently use an image block as a thumbnail for my music videos. They click the thumbnail and it takes them to the page to watch the music video. Upon hovering (or rollover) over the image block, I'd like for it to swap to play a .GIF when hovering over it. Or maybe play a small video clip if possible? I've looked on the forums and seen other people ask similar questions. Some said something about custom CSS but when I try to copy and paste that code, it does not work for me and I'm not sure what I'm doing wrong. Can anyone help? -
Custom CSS Caption, Rollover Effect Disabled Link
jennegel posted a question in Coding and Customization
Hi all, I've been trying to put together some custom CSS to give my images a rollover effect in which the captions appear on top of the image with a dark overlay (shown in the attached images). I'm by no means a CSS expert, so I've been compiling code from different forums, and put together this: .layout-caption-overlay-hover .image-caption-wrapper {background:#000000; opacity: .95 !important; min-height: 100%; top:0!important} .layout-caption-overlay-hover .image-caption-wrapper h1, .layout-caption-overlay-hover .image-caption-wrapper p{color:#ffffff!important; text-align: center !important} .image-caption { left: 50%; position: absolute; top: 50%; width: 80%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } p { font-size: 21px !important; font-weight: semibold !important; color: #ffffff !important; text-transform: uppercase; line-height: 120% !important; letter-spacing: 2px !important; opacity: 1 !important } The issue is that it disables the image link, so my images don't take you anywhere. What can I add to the code to fix this? Thanks! -
Site URL: https://corn-apricot-zn88.squarespace.com/ PW is BA47. I have a rollover effect on the people page that I like, BUT whenever someone doesn't have a title, their name is not as far up the block as someone who does - look at people - Lorne vs Kathy, for example. I have tried to move the name/description with CSS, but they seem to be related to each other position wise. Is there anyway to make the position of the name (title) and then the role (description) so they align horizontally regardless of how many lines it is?
-
Site URL: https://www.gfxdatabase.com/ Hey, does anyone know how a css code to change the colour of the product names when hovering over them. I'd like it to go from white to the blue I have in the navigation. https://www.gfxdatabase.com/ thanks in advance!!
-
Hi, I am having a tiny issue where I've added a custom hover on my buttons. It works, but it feels like there is the tiniest delay on the colour of the type roll over vs the drop shadow roll over effect where the drop shadow happens before the text colour? its very tiny but feels off to me on my regular buttons I am using: .sqs-block-button-element:hover { background-color:#F6F4F1!important; color: #F42D27!important; box-shadow: 5px 5px #F42D27; } and header .header-actions .btn:hover { background-color:#F6F4F1!important; color: #F42D27!important; box-shadow: 5px 5px #F42D27; } I want when it rolls over to be the same colour as the website background but the font change colour and a box shadow drop , ive tried the background colour to be the same and transparent but i still notice the slightest delay any help is appreciated site is https://flugelhorn-seahorse-lzrb.squarespace.com/?p&p pw:design
-
Site URL: https://demo104e25.squarespace.com/ Hi all, I made a basic table with 1 column and 13 rows, each housing an image with a image-swap rollover. (It is the building drawing in the availability section) Does anyone know how I can make them click to open a link? (ie floor 7) I'm guessing I need to assign an a href or on-click function but I'm not having luck. Ultimately I am trying to have it open a lightbox on click, however since I am using a paid plugin for lightboxes, I do not want to share that bit of code. password: colliers <style> table, th, td { border: 0px; } th, td, tr { padding-top: 0px; padding-bottom: 0px; margin: 0px; } </style> <table style="width:auto" > <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b79e3ae8fa1a43339b3e/1610659743220/104E25_Stack_down-12.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7f698976627956b4985/1610659831295/104E25_Stack_over-12.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b79e3ae8fa1a43339b3e/1610659743220/104E25_Stack_down-12.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7a14e3b0270693d8330/1610659745496/104E25_Stack_down-11.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7f598976627956b495e/1610659829015/104E25_Stack_over-11.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7a14e3b0270693d8330/1610659745496/104E25_Stack_down-11.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7a337cd470d032d74e9/1610659747955/104E25_Stack_down-10.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7f3552fa14b2cf9cabc/1610659827187/104E25_Stack_over-10.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7a337cd470d032d74e9/1610659747955/104E25_Stack_down-10.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7a644f1817e558a2f07/1610659750254/104E25_Stack_down-9.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7f03ae8fa1a4333a927/1610659824970/104E25_Stack_over-9.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7a644f1817e558a2f07/1610659750254/104E25_Stack_down-9.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7aac27c91691746e5db/1610659754177/104E25_Stack_down-8.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7ee05d42d08a1b5d372/1610659822724/104E25_Stack_over-8.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7aac27c91691746e5db/1610659754177/104E25_Stack_down-8.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7ab1e32b02399679da2/1610659755742/104E25_Stack_down-7.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7e6782fa205430d6cda/1610659814688/104E25_Stack_over-7.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7ab1e32b02399679da2/1610659755742/104E25_Stack_down-7.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7ae44f1817e558a2f8f/1610659758860/104E25_Stack_down-6.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7e4ed8dce1748ec1014/1610659812336/104E25_Stack_over-6.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7ae44f1817e558a2f8f/1610659758860/104E25_Stack_down-6.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7b044f1817e558a2fb1/1610659760129/104E25_Stack_down-5.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7e1c8d3e85c3f52aa2e/1610659809878/104E25_Stack_over-5.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7b044f1817e558a2fb1/1610659760129/104E25_Stack_down-5.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7ca041e7937dbd69162/1610659786816/104E25_Stack_down-4.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7df02b98a2acb72c7a5/1610659807600/104E25_Stack_over-4.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7ca041e7937dbd69162/1610659786816/104E25_Stack_down-4.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7cdc1638e04af71ab62/1610659789250/104E25_Stack_down-3.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7dd3964b53974f84def/1610659805460/104E25_Stack_over-3.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7cdc1638e04af71ab62/1610659789250/104E25_Stack_down-3.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7cf37cd470d032d7f3e/1610659791370/104E25_Stack_down-2.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7dac1638e04af71ac13/1610659802856/104E25_Stack_over-2.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7cf37cd470d032d7f3e/1610659791370/104E25_Stack_down-2.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b79c8294765527bf5058/1610659740070/104E25_Stack_down-G.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7f944f1817e558a3d48/1610659834469/104E25_Stack_over-G.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b79c8294765527bf5058/1610659740070/104E25_Stack_down-G.png'" /></tr> <tr><img src="https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b794573db65ca25b8328/1610659732591/104E25_Stack_down-LL.png" onmouseover="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b7fbceaeb271af2785fe/1610659835968/104E25_Stack_over-LL.png'" onmouseout="this.src='https://static1.squarespace.com/static/5feb77c9aeb02e387937d1a6/t/6000b794573db65ca25b8328/1610659732591/104E25_Stack_down-LL.png'" /></tr> </table>
- 2 replies
-
- customized
- code
-
(and 1 more)
Tagged with: