• Resolved ken524

    (@ken524)


    I installed 7.4 last night and 7.4.1 today. Both versions stop my site from loading. Page source shows about 10 meta property tags, then nothing. I have never had a problem before this. I deleted the plugin and re-installed via the plugins panel. Same result (back end works fine).

    I have reinstalled 7.3.

    Here’s the full source of my home page when plugin is activated:

    <!DOCTYPE html>
    <html class="no-js mh-one-sb" lang="en-US" prefix="og: https://ogp.me/ns#">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <title>Home - AeroSavvy</title>
    
    <!-- This site is optimized with the Yoast SEO plugin v7.4.1 - https://yoast.com/wordpress/plugins/seo/ -->
    <!-- Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [SEO - Search Appearance] menu and set up a template. -->
    <link rel="canonical" href="https://aerosavvy.com/" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="AeroSavvy.com" />
    <meta property="og:description" content="Aviation Insight - Easy to understand answers about airline travel." />
    <meta property="og:url" content="https://aerosavvy.com/" />
    <meta property="og:site_name" content="AeroSavvy" />
    <meta property="og:image" content="https://aerosavvy.com/wp-content/uploads/2017/09/Open-Graph.jpg" />
    <meta property="og:image:secure_url" content="https://aerosavvy.com/wp-content/uploads/2017/09/Open-Graph.jpg" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    
    • This topic was modified 6 years, 10 months ago by ken524.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter ken524

    (@ken524)

    I found my problem. There was a conflict in my Child Theme.

    Here’s what caused it:
    7.4.0 Enhancements:
    * Adds OpenGraph image dimension-meta tags for more images.

    I was having problems with OpenGraph images on Facebook. I added code to my child theme to fix it. The code was found here: https://github.com/Yoast/wordpress-seo/issues/7199

    I guess with 7.4.0, Yoast resolved the issue that I had patched and it caused my page to crash. I removed the patch from my child theme and all is well.

    Hope this might help someone else with a similar problem.

    • This reply was modified 6 years, 10 months ago by ken524.
Viewing 1 replies (of 1 total)
  • The topic ‘7.4 & 7.4.1 Website is blank’ is closed to new replies.