Tagged: easy slider
-
AuthorPosts
-
December 18, 2014 at 12:42 pm #369916
After noticing that the Easy Slider featured on our homepage wasn’t working correctly, I went ahead and updated the theme to 3.0.4 which brought the slider back to life.
However, now we’re noticing that on transitions, the rest of the page will flash dark/light. This doesn’t happen on all browsers. I’m running OS X (10.10.1). Firefox (34.0.5) doesn’t have an issue but Safari (8.0.2) does. I’m told it’s worse in older versions of Safari too.
Can anyone help shed some light on this? Thanks!
December 18, 2014 at 3:33 pm #369974Hi Jonathan!
I cannot reproduce the issue on OS X 10.10 on Safari 8.0 but i can see text is flickering on transition. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
div .flex_column { -webkit-transform: translateZ(0)!important; }
Cheers!
YigitDecember 18, 2014 at 5:10 pm #370059Hey Yigit,
Thanks for quick reply. That fix does indeed work for me on my browser, but there are still issues for other users.
I’ve had a colleague (who initially raised the issue) check and he still sees black/white flashing on the slide changes. He’s using OS X (10.5.8) and Safari (5.0.6). I know this browser is older, but there wasn’t an issue before the WordPress core upgrade that stopped the slider working altogether.
Thanks for all your help.
Jonathan
December 18, 2014 at 5:12 pm #370062Hey!
Please try adding following code to Quick CSS as well
.avia-mac #wrap_all { -webkit-transform: translateZ(0)!important; }
and ask your friend to flush browser cache and refresh your page a few times
Regards,
YigitDecember 18, 2014 at 5:58 pm #370112Hi Yigit,
Thanks – I’m made the changes and had my friend check, but still the same problems. Interestingly, the demo page – http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/ – works fine for him.
To confirm, I currently have this in the Quick CSS:
#top.single-post .big-preview.single-big {
display: none;
}
.hr { margin-top: 0px ; margin-bottom: 0px; }
.date-container.minor-meta {
display: none;
}
div .flex_column { -webkit-transform: translateZ(0)!important; }
.avia-mac #wrap_all { -webkit-transform: translateZ(0)!important; }Kind regards,
Jonathan
December 18, 2014 at 11:21 pm #370280 -
AuthorPosts
- You must be logged in to reply to this topic.