Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter haylskitchen

    (@haylskitchen)

    Hi Steven! The Console (when I Inspect the webpage) does not show any errors on there. Is there any other place I could search?

    Thanks,
    Haylee

    Thread Starter haylskitchen

    (@haylskitchen)

    Hi Steven!

    Thanks for the follow up.

    I just tried to open my website again and it’s still blank. I realized that this only happens on my browser when I have logged in to my WordPress Admin in another tab. If I’m logged out of WP, the website loads correctly.

    Console error shows this:

    Page layout may be unexpected due to Quirks Mode

    One or more documents in this page is in Quirks Mode, which will render the affected document(s) with quirks incompatible with the current HTML and CSS specifications.

    Quirks Mode exists mostly due to historical reasons. If this is not intentional, you can add or modify the DOCTYPE to be
    <!DOCTYPE html> to render the page in No Quirks Mode.

    1 element
    Document in the DOM tree Mode URL
    document Quirks Mode https://www.haylskitchen.com/
    Learn more: Document compatibility mode

    I confirmed that my header.php has the <!DOCTYPE html> already.

    <?php
    /**
    * The Header for the theme.
    *
    * Displays all of the <head> section and logo, navigation, header widgets
    *
    * @link https://developer.ww.wp.xz.cn/themes/basics/template-files/#template-partials
    *
    * @package elara
    */
    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    Do you know what it might be?

    Thanks,
    Haylee

    Thread Starter haylskitchen

    (@haylskitchen)

    Hi Steven,

    Of course!
    I am able to see the website in incognito, but not regular.

    Here’s everything in my settings:

    • WordPress Version: 6.6.2
    • WordPress Core auto-update is on
    • Plugins auto-update is on
    • Themes auto-update is on
    • PHP Version: 8.3

    Let me know if this helps!

    Thanks,
    Haylee

    Thread Starter haylskitchen

    (@haylskitchen)

    Hi Steven!

    Thanks for getting back so quick! My apologies on the delay in responding.

    The issue seems partially resolved. I’m able to see the website from my phone, and my husband is able to see it on his computer, but my own computer still shows a white screen.

    I’ve cleared the cache in Chrome already, and deleted all the cookies as well.

    I just opened the Console on Chrome and here’s an “Issue” I saw there

    Page layout may be unexpected due to Quirks Mode
    One or more documents in this page is in Quirks Mode, which will render the affected document(s) with quirks incompatible with the current HTML and CSS specifications.

    Quirks Mode exists mostly due to historical reasons. If this is not intentional, you can add or modify the DOCTYPE to be
    <!DOCTYPE html> to render the page in No Quirks Mode.

    1 element
    Document in the DOM tree Mode URL
    document Quirks Mode https://www.haylskitchen.com/apple-cider-protein-donuts/
    Learn more: Document compatibility mode

    Is there anything you recommend?

    Thanks,
    Haylee

    • This reply was modified 1 year, 7 months ago by haylskitchen.
Viewing 4 replies - 1 through 4 (of 4 total)