Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #500043

    Hi all,

    I have a site running Enfold with an Enfold Child Theme, being hosted by Bluehost.

    Recently I noticed that header fonts look pixelated, and when loading the site with a Safari browser I can actually observe the CSS being applied 2 times…

    This is especially apparent on the home page, where there are some block quote styles.

    The first time everything looks smooth and anti-aliased as it should be, and then a fraction of a second later the CSS seems to be applied again, almost as if the page loads twice, causing the page fonts to look fatter and pixelated.

    I thought that perhaps a caching issue or dynamic_avia loading is causing this, but I’m not sure.

    • There is no caching plugin installed
    • There is no CDN installed

    Any thoughts as to what I could be doing wrong?

    Sorry for the awkward description of this problem. (Login details in the private area)

    Thanks, Juergen

    #500340

    Hey JuergenB!

    I don’t see what you are describing when loading your webpage. Which browser are you using? and which OS? Clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    #500809

    Hi Andy

    Thanks for your help.

    Mac OSX latest version, happens on all browsers, tested on multiple machines, (2x iMac27 and a MacBook Pro
    Can be observed best on Safari as the double loading effect happens just a little more slowly there.
    I had already tried hard clearing the cache.

    On a Chrome browser it also happens, but loads so fast that it looks like only a single load, however the fonts also look pixelated and not smooth and anti-aliased. It may seem subtle, but it’s definitely happening, loading 2x and the fonts look slightly pixelated.

    I recorder a slow motion video that illustrates it here: http://www.youtube.com/watch?v=e9JZAZMyOlQ

    I also tested this on an iPad, and there it does not appear to happen.

    Please advise & investigate beyond the recommendation to clear the cache “a couple of times”

    Regards, Juergen

    #500919

    Hi!

    “This video is private.”. Can you please make the video public so we can see the issue?

    Best regards,
    Yigit

    #501046

    Hi Yigit,

    Sorry about that, I meant to make it unlisted, fixed now, please try again.

    If you cannot see what I’m talking about, wait until about 20 secs in where I zoom into detail.

    Thanks, Juergen

    #501074

    Hi!

    I was not able to reproduce the issue on my end on Safari but added a custom CSS code to Quick CSS field. Can you please check your website now if it fixed the issue?

    Regards,
    Yigit

    #501084

    Hi Yigit:

    Brilliant! Fixed it on Safari (webkit css)

    But issue still occurs on Chrome and Firefox.

    Any similar CSS for those browsers?

    #501123

    Hey!

    Can you please try changing the code to following one

    div .flex_column {
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    -moz-transform: translateZ(0)!important;
    }

    Since both Safari and Chrome are webkit browsers, it should solve for both. Please try flushing cache and refreshing your page a few times

    Cheers!
    Yigit

    #501244

    Hi Yigit:

    Did this, and it works for Safari, but not on the other browsers.

    In the end what I did is choose a different font (Georgia) for the blockquote, where the pixelation was most noticeable, and it looks pretty smooth on all browsers. Thanks much for your help, I think we can live with it as is…

    Best, Juergen

    #501250

    Hi!

    No problem at all :)
    Let us know if you have any other questions or issues or would like to look further into the issue and we will be glad to try to help :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘CSS being applied 2x, causing pixelated fonts’ is closed to new replies.