Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Flickering issue with Polaroid them 2.5.7

More
12 years 4 months ago #48101 by Kevin Messer
Replied by Kevin Messer on topic Re: Flickering issue with Polaroid them 2.5.7
Anyone else with this issue with the Polaroid setting.
Go into /plugins/content/jw_sigpro/jw_sigpro/tmpl/Polaroids/css/template.css
Find
ul.sigProPolaroids li.sigProThumb:hover { position:relative;
 -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
      -o-transform:scale(1.2);

   -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
        box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}

Change it to
ul.sigProPolaroids li.sigProThumb:hover { position:relative;
-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
        box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}


Save and flicker goes away and also that hover effect.
Me personally I don't need the Effect . Just like the style of the polaroids..
Cheers

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum