Shape 5

Joomla Templates => Appwonder - Club => : nicharee October 21, 2011, 04:15:03 AM



: bad refreshing/"flickering" when viewed in Chrome
: nicharee October 21, 2011, 04:15:03 AM
Hi, the templates looks ok when viewed in Firefox and Safari, but shows an awful "flickering" when hovering over links in Chrome (see ixxapps.com, under construction). Anything we can do about that?  THANKS

P.S. (all MAC OS, latest browser version)


: Re: bad refreshing/"flickering" when viewed in Chrome
: jonahh October 21, 2011, 01:39:40 PM
Just over links, like read more links?


: Re: bad refreshing/"flickering" when viewed in Chrome
: nicharee October 21, 2011, 11:42:47 PM
I posted the link to the website. Would be best if you have a for yourself?, Its not only "read more links. THANKS


: Re: bad refreshing/"flickering" when viewed in Chrome
: jonahh October 24, 2011, 03:54:37 PM
I dont see a link or URL to your site, where did you post it?


: Re: bad refreshing/"flickering" when viewed in Chrome
: nicharee October 25, 2011, 01:59:32 AM
it's in my first post... ;)   see above....  www.ixxapps.com


: Re: bad refreshing/"flickering" when viewed in Chrome
: jonahh October 25, 2011, 12:53:23 PM
I dont see the issue in Chrome but most likely you are getting the flickering from the following near the top of your template  css file, just look for the below and remove:

a, #s5_accordion_menu h3.s5_am_toggler {
    -moz-transition-duration: 0.25s;
    -moz-transition-property: -moz-transform;
}
a:hover, #s5_accordion_menu h3.s5_am_toggler:hover {
    -moz-transform: translate(0.5em, 0pt);
    border-radius: 4px 4px 4px 4px;
}
a:nth-child(2n):hover {
    -moz-transform: translate(0.5em, 0pt);
}
a.s5mb {
    -moz-transform: none;
    background: none repeat scroll 0 0 transparent;
}


: Re: bad refreshing/"flickering" when viewed in Chrome
: nicharee October 27, 2011, 08:56:26 AM
tried that, Jonah, but no change, still flickering (changed back to the original code).