This could also be caused by a plugin or theme conflict. Can you try and gather as much information for us as possible? Please perform the following:
1. Make sure the issue doesn’t persist when Yoast SEO is disabled.
2. Check for conflicts.
3. Check for JavaScript errors with your console.
If you find any JavaScript errors related to Yoast SEO or if there is a conflict with a plugin or a theme, you can create a new GitHub issue for our developers. Please report the issue to a third party developer as well.
If you didn’t find any conflicts or errors, we think the issue is specific to your site. We’d need to investigate further but are unable to do so on these forums. You can purchase Yoast SEO Premium and receive our Premium email support and we can help you further.
This could also be caused by a plugin or theme conflict. Can you try and gather as much information for us as possible? Please perform the following:
1. Make sure the issue doesn’t persist when Yoast SEO is disabled.
2. Check for conflicts.
3. Check for JavaScript errors with your console.
If you find any JavaScript errors related to Yoast SEO or if there is a conflict with a plugin or a theme, you can create a new GitHub issue for our developers. Please report the issue to a third party developer as well.
If you didn’t find any conflicts or errors, we think the issue is specific to your site. We’d need to investigate further but are unable to do so on these forums. You can purchase Yoast SEO Premium and receive our Premium email support and we can help you further.
1. The issue is gone when Yoast SEO is disabled.
2. I will check this later today.
3. No Javascript errors are showed.
We’re not familiar with the overview of blogs. Do you mean the Yoast SEO posts overview widget? Or is this a special overview of blogs from the Phlox theme or SiteOrigin page builder? Or do you mean the list of all posts? If you could provide us a screenshot of your issue, this would help so we could provide more feedback.
We’re not familiar with the overview of blogs. Do you mean the Yoast SEO posts overview widget?
> No the default WordPress posts page. You can set the front page of WordPress to show a list of posts or you can set another page to show a list of posts.
Or is this a special overview of blogs from the Phlox theme or SiteOrigin page builder?
> No, it is possible to use the SiteOrigin page builder but even when I use the default page of WordPress for showing an overview the problem occurs.
Or do you mean the list of all posts?
> Yes
If you could provide us a screenshot of your issue, this would help so we could provide more feedback.
> A screenshot will show a blank white place where normally posts are shown.
I have installed the Health check plugin and with your plugin enabled and others disabled the problem occurs. When your plugin is disabled the plugin doesn’t occur.
But I don’t get any error in the log or console. The HTML is not rendered.
I have found the problem and the solution.
In /themes/phlox/index.php you will find this code snippet row 2:
if ( have_posts() ) {
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'archive' ) ) {
get_template_part( 'templates/theme-parts/loop', get_post_type() );
}
}
When you activate YoastSEO the value of get_post_type() will become ‘page’. When you disable the plugin it will be ‘post’. ‘Post’ is the correct value.
Is this a problem that must be solved in Yoast SEO or Phlox theme?
While we are unable to confirm whether this is an issue specific to the theme or Yoast SEO, we recommend you to submit a bug report here with all the details and share the report with the theme developer too so we both can investigate this issue further.
I have started a support topic on the forum of the theme:
https://wordpress.org/support/topic/no-overview-of-posts-when-yoast-seo-is-enabled/
If they think that it is a Yoast SEO problem then I will create an issue on your GitHub page.
I have fixed the bug by changing the index.php file in my own child theme.