Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1490657

    I am seeing something strange when this site loads, where some of the content flashes after it loads.
    I have disabled lazy loading but still see the problem.
    I see in the inspector that the site is still searching to load a cookie banner from cookiebot.com but I don’t use that anymore.
    Can you see what is causing this?
    thanks
    Nancy

    • This topic was modified 18 hours, 24 minutes ago by Munford.
    #1490675

    Hey Munford,

    Thank you for the inquiry.

    There’s still a cookie overlay or modal in the document. Did you add it somewhere in the template or via a hook? You can try hiding it using this css code:

    .cky-revisit-hide, .cky-btn-revisit-wrapper {
        display: none !important;
    }

    Screenshot-2025-10-29-at-1-22-54-PM

    Best regards,
    Ismael

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