Tagged: content load, flashing, loading
-
AuthorPosts
-
October 28, 2025 at 1:44 pm #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 2 weeks, 6 days ago by
Munford.
October 29, 2025 at 6:23 am #1490675October 29, 2025 at 9:12 am #1490681hmm that hid the cookieYES icon that I do use (and want to keep), but there is something still looking for cookiebot which I don’t use anymore and have deleted. i removed all the code I could find referencing cookiebot
I have also removed the reCaptcha on the google services, but still see the icon on the front. How can I hide that?
. I still see a flash on loading.
any suggestions?October 30, 2025 at 6:28 am #1490728Hi,
Thank you for the update.
As shown in the screenshot above, the custom cookie modal is still present in the document. We recommend reaching out to the plugin developers for additional information.
Best regards,
IsmaelOctober 30, 2025 at 7:35 am #1490730I found this in the header.php
?><!DOCTYPE html> <html <?php language_attributes(); ?> class="<?php echo $html_classes; ?>"> <head> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="eb73297c-1583-47c6-a2fd-5b6c01c438eb" data-blockingmode="auto" type="text/javascript"></script> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php /* * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives * located in framework/php/function-set-avia-frontend.php */ if( function_exists( 'avia_set_follow' ) ) { echo avia_set_follow(); } ?>What part should I take out?
-
This reply was modified 2 weeks, 4 days ago by
Munford.
October 31, 2025 at 6:11 am #1490784Hi,
Thank you for the info.
You can try removing this script:
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="eb73297c-1583-47c6-a2fd-5b6c01c438eb" data-blockingmode="auto" type="text/javascript"></script>It might have a corresponding html element on the page, but that element is not included in this file.
Best regards,
Ismael -
This topic was modified 2 weeks, 6 days ago by
-
AuthorPosts
- You must be logged in to reply to this topic.

