page flashing/blinking when loading

Support Area Forums Epic page flashing/blinking when loading

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://vikingknitbycindy.com/
  • Author
    Posts
  • #21556
    rainbowsplash
    Participant

    Do you know why my pages blink or flash every time a new page loads? I seem to remember having an issue like this years ago on another site, not your themes, of course, but I can’t remember what caused it.

    #21570
    Bill Robbins
    Moderator

    Good Morning. I hope you had a nice weekend. Sometimes the animation can cause that. Here’s how you can take it out if you’d like to:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .fadeIn,
      .home .fadeIn  {
      	-webkit-animation-delay: 0;
      }
      
      .fadeIn {
      	-webkit-animation-name: none;
      	-moz-animation-name: none;
      	-o-animation-name: none;
      	animation-name: none;
      }
      
    3. Update your settings.

    If you have any questions or trouble, let me know.

    Thanks,
    Bill

    #21582
    rainbowsplash
    Participant

    Worked like a charm. Thank you!!

    #21583
    Bill Robbins
    Moderator

    Anytime. Have a great week 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘page flashing/blinking when loading’ is closed to new replies.