• Resolved fashionlushxx

    (@fashionlushxx)


    I am working on the below site:

    https://dev.theskinnyconfidential.com/

    When the site pulls up, the body text of the posts & the sidebar titles text doesn’t immediately show up.

    It actually doesn’t show up till I click somewhere on the site?

    I am not sure if this is just something weird that is happening to me, or something that is happening to everyone- which in that case I need to figure it out stat!

    Let me know if anyone has any suggestions or tips?

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you having an issue in Chrome?

    Thread Starter fashionlushxx

    (@fashionlushxx)

    yes- I am using chrome.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It could be an issue with Chrome, try Googling the symptoms of your problem with Chrome

    Simon Hedin

    (@designstoler)

    I have the same experience with my Twenty Twelve website. The pictures loads, and a few blue lines where the links are supposed to be.

    I also use chrome, but that does not fix the problem. If every chrome user who visit get this error, that is bad user experience.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Well I don’t experience the issue when I visit @fashionlushxx’s site in Chrome, but Simon Hedin it sounds like you have a much more serious problem and so I recommend hiring someone to resolve this for you: https://jobs.wordpress.net/

    danielthesoto

    (@danielthesoto)

    I added this CSS to my main style sheet and haven’t had any issues since. I guess this happened when you have an external font for your site and it’s just a bug for chrome that they are working on.

    body
    {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
    }

    @-webkit-keyframes fontfix{
    from{ opacity: 1; }
    to{ opacity: 1; }
    }

    Known bug with Chrome and custom fonts: https://code.google.com/p/chromium/issues/detail?id=336476#c40

    Thread Starter fashionlushxx

    (@fashionlushxx)

    @danieltthesoto- thank you so much, that seemed to fix the issue!!

    Thread Starter fashionlushxx

    (@fashionlushxx)

    & thanks everyone else!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Text not showing up right away when site loads?’ is closed to new replies.