Hi there.
The Partner/Logo Element causes a problem on the page it is in.
On Safari, for instance, it gets all the page’s tex and strongs it, than it gets normal, then strong again, … on an endless loop.
O Chrome (latest, Mac) it moves the icon list that is above it 1 pixel to the right side, than the left, …
Don’t know if I explained my self that well. Will post link to the page for you to see what I’m really talking about.
The safari problem: http://mioranza.org/problem.jpg
Hi!
I don’t note any issue on my end:
Chrome | Safari
Regards,
Josue
Hi Bruno!
Still. i’m unable to reproduce the issue, have you tried testing in another computer?
Cheers!
Josue
Tested on 4 computers already. Two Mac’s and two Windows.
The Safari problem occurs on both Mac. And the Chrome problem on all of them…
Regards,
Bruno.
Hi!
Please edit css > shortcodes.css, find all property values like this then remove them:
-webkit-perspective: 1000;
and this
-webkit-backface-visibility: hidden;
Remove browser cache then reload again.
Regards,
Ismael
Hi.
Thanks for the reply.
But… Nops, the trick didn’t do it. So I’ve put back the original shortcodes.css.
Still waiting for a fix.
Valeu!
Bruno.
Hey!
Kriesi can check this on an iOS environment. Let’s wait for his reply.
Cheers!
Ismael
Hey!
Please try to add the following rule to your css and let us know if it helps :)
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap{ -webkit-transform-style: preserve-3d; }
Thanks mate! You rule!