Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #265484

    Hi,

    I am using the easy slider to rotate images on my web pages., but every time the image rotates, slides on and off my page text flickers from light text to bold text and then back. This happens in Safari and Chrome a lot and a little in Firefox, can you please advise how to fix this bug.

    Thick text
    https://www.dropbox.com/s/d0uvv2fmjytuddk/Screen%20Shot%202014-05-15%20at%2019.42.10.png
    Thin text
    https://www.dropbox.com/s/d0uvv2fmjytuddk/Screen%20Shot%202014-05-15%20at%2019.42.10.png

    FYI The slider is contained in a full width color section, if you change effect to fade the text stays the same.

    Regarding text can you also tell me why my text keeps looking different weight in different browsers and even sometime in the same browser when you visit at different times, even though the css style sheet is the same.

    Please get back to me asap.

    Thanks.

    • This topic was modified 10 years, 7 months ago by teddybaker.
    #265503

    Just like to add there is no flicker on the Enfold demo and I have also disabled the custom css and the flicker still appears.

    #266856

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .container_wrap { 
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

    If that does not work, please post the link to your website so we can take a look

    Cheers!
    Yigit

    #273629

    Hi,

    Thanks for this. It worked on most browsers but not on Chrome, the text keeps flashing every time a picture slides across, Its driving me mad.

    Any further help you could offer would be appreciated.

    Thanks

    #273634
    This reply has been marked as private.
    #274173

    Hi!

    I checked your website on Chrome version 35.0.1916.114 on OS X 10.9.2 and i cannot see the issue on my end. Please see screencast here – http://youtu.be/smZ3SJb7mas

    Best regards,
    Yigit

    #274301

    The issue is definitely there on Chrome on a MAC but we may have solved it using.

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    This has given us consistency on all browsers.

    Only problem, text still flashes when viewing on an iPad???

    I noticed this does not happen on the Enfold demo.

    Any ideas please???

    #274314

    Hi!

    Can you try deactivating all active plugins and check if that helps?

    Regards,
    Yigit

    #274316
    This reply has been marked as private.
    #274321

    Hi!

    I, unfortunately, do not have a chance to check your website on an actual ipad but i will ask @devin to take a look at his. Let us wait to hear from him.

    Regards,
    Yigit

    #274341
    This reply has been marked as private.
    #276307

    Hey!

    I still cannot reproduce the issue unfortunately. Can you try deactivating plugins now and check if that helps?
    Which version of Safari and OS X are you using? I checked your website on Safari Version 7.0.3

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.