mouse-overs in product categories, tweak?

GK User
Tue Jul 10, 2012 7:51 pm
hi there,

is there anybody who managed to tweak the esport template in a way that products within the categories get some mouse over effect?

please see what i mean here: http://www.zalando.nl/dameskleding-jurken/
(just move over the dresses... products get a box when hovered)

would be great to achieve something like this...

regards
emel
User avatar
Platinum Boarder

GK User
Tue Jul 10, 2012 10:19 pm
You can try below css code in your override.css file.

Code: Select all
.nspvm .nspArt > div:hover {
    border-color: #ddd!important;
    border-left: 1px solid #ddd !important;
}
.product:hover {
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
}


See you around...
User avatar
Platinum Boarder

GK User
Wed Jul 11, 2012 6:54 am
will def. try this.

i noticed within the NSP gk4 module, there are some parameters:

additional settings: hover animation. (ON), (it indicates that pagination has to be ENabled, so in the "links" tab, i use: pagination: arrows with pagination.

still nothing happens when doing a mouse over.... ?

(the original esport demo shows a very light transparancy when doing a mouse over...) ??
User avatar
Platinum Boarder

GK User
Wed Jul 11, 2012 8:52 am
Demo uses following css code for hover on nsp products image. You can add it to your override.css if you are missing it.

Code: Select all
.nspArt img:hover {opacity: 0.85;}


See you around...
User avatar
Platinum Boarder

GK User
Wed Jul 11, 2012 9:59 pm
norman, sorry this (opacity) doesn't work. i've added this to the css/override.css file.... unfortunately no success... :(
User avatar
Platinum Boarder

GK User
Wed Jul 11, 2012 10:20 pm
fyi: the first method works like a charm (boxed border), BUT..... :( when you do a mouse over, the image and info's move 1 pixel to the left/right.....

is there a way to fix this?

THANX
User avatar
Platinum Boarder

GK User
Thu Jul 19, 2012 8:20 am
Hi Emel,

Can you post your website link again so I can take a look.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jul 19, 2012 9:30 am
User avatar
Platinum Boarder

GK User
Thu Jul 19, 2012 9:53 am
I only see 1 test item, I ll wait for you to enter more products then we ll check again as it seems you have started from fresh install again.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jul 19, 2012 10:01 am
yes, but already with this 1 test product you'll see the prices hovering 1 pixel to the right if you do a mouse over.... 1 or 6 items doesn't make any difference.
User avatar
Platinum Boarder

GK User
Fri Jul 20, 2012 7:53 am
I didn't see any shifting in Firefox as it is only adding shadow to all sides that is why I suggested for you to add more products then we can see clearly and can make a suggestion.

See you around...
User avatar
Platinum Boarder

GK User
Fri Jul 27, 2012 2:43 pm
if you want to check i have now various pages with more products, the 1 pixel shift remains, also with firefox. it's hard to see, but it's there....
User avatar
Platinum Boarder

GK User
Sun Jul 29, 2012 8:14 am
Please delete following from override.css
Code: Select all
.nspArt img:hover {
    opacity: 0.85;
}
.nspvm .nspArt > div:hover {
    border-color: #992F25 !important;
    border-left: 1px solid #992F25 !important;
}


Add following

Code: Select all
.nspvm .nspArt > div { border: 1px solid #EEEEEE;}
.nspvm .nspArt > div:hover { border-color: #992F25 !important;}


See you around...
User avatar
Platinum Boarder

GK User
Mon Jul 30, 2012 2:14 pm
almost... but not quite, now the left/right (depending how you measture it) remains grey.... i have tried to add
border-right: 1px solid #992f25 !important;

but that is without success, assumem there is another framework/table used to generate that particular border
User avatar
Platinum Boarder


cron