Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    Your site is rendering invalid HTML so the parser is probably failing:

    <HTML>
    <HEAD>
    </HEAD>
    <BODY>
    <!DOCTYPE html>
    <html lang="en-US" class="no-js">
    <head>
    ...

    Check your header.php template to remove the redundant tags before the <!doctype> element.

    Thread Starter mark_harding

    (@mark_harding)

    I also discovered that the www. redirect wasn’t working, a blank page being served instead.

    My web host technical support said:

    1. This was due to you having an index.shtml file on the account which was taking precedent over the WordPress index.php. I’ve renamed your index.shtml to index.old.shtml and the “www” address now loads properly.

    About the duplicate header tag, they said:

    2. I wouldn’t be concerned about this. This is not a server issue either way, and would be to do with your WordPress / theme.

    But since the index.shtml has been renamed, the duplicate head tag has vanished, and the child theme analyser is working as expected.

    Thank you @lilaeamedia – your diagnosis was correct!

    Best regards

    Mark

    https://www.markharding.com
    https://www.markharding.org
    https://www.mharding.net

    • This reply was modified 6 years, 7 months ago by mark_harding.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The theme “Twenty Seventeen” could not be analyzed because the preview did not r’ is closed to new replies.