This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Odd flash of icons – in a massive size – on page load

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Odd flash of icons – in a massive size – on page load

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #18205
    NaturesLensNaturesLens
    Participant

    Odd flash of icons – in a massive size – on page load

    https://beta.natureslens.co.uk/nature-wildlife-photography-holidays-workshops/blog/

    Use JazzyyJay as the HideMySite password

    Every time you move between pages – the search icons flash on screen

    #18216
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    This phenomenon is called the flash of unstyled content, and is usually caused by lazy loading of the CSS files.

    In your case, the cause is, that the conditional CSS loader is enabled, and another plugin/code (probably cache plugin?) is removing a piece of inline CSS code from the header, that would prevent the flashing effect, until the CSS is asynchronously loaded. To resolve it, you have 2 options:

    1. Turning off the conditional CSS loader option
    2. ..or making sure that this priority CSS is within the site header as inline CSS to prevent the flash of unstyled content effect:
    [html].asp-try{visibility:hidden;}.wpdreams_asp_sc{display: none; max-height: 0; overflow: hidden;}[/html]

    These should do the trick.

    #18243
    NaturesLensNaturesLens
    Participant

    That snippet fixed it – thanks

    This page on your site – https://wp-dreams.com/knowledge-base/events-search-the-events-calendar/ – I wanted to have a read of it, but it comes up blank for me

    #18244
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are welcome!

    We are running a major site maintenance today, it should be available a bit later. The site might be offline for a few hours as well.

    #18245
    NaturesLensNaturesLens
    Participant

    OK – cool

    #18323
    NaturesLensNaturesLens
    Participant

    Saw it – thanks – got another couple of queries – will open a new ticket

    #18335
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Odd flash of icons – in a massive size – on page load’ is closed to new replies.