Articles not showing up on Blog Page

Having an issue with my blog page showing my articles. When I go to the blog page, in a private browser or not logged into wordpress, the articles don’t show up. But, I can mouse over and see that there is a link available, but I cant see them. But when I log into wordpress and go to the site, they show up just fine.

Can’t figure out whats causing this. Using X theme. Anyone see this problem before or have any suggestions?
Cant upload pictures here but you can check it out for yourself if that helps. https://509designs.com/

Hi there,

Thanks for writing around! I checked your site and I see the content is being served by cache. This could be just a cache issue, please clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

If this doesn’t help then please check for the following:

  1. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  2. Remove custom CSS, JavaScript and deactivate your child theme and switch to parent theme (take a complete backup first).

  3. Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Let us know how this goes!.

Thanks for the quick reply. I had already tried clearing the cache with no success. I Started disabling plugins 1 by 1 and it seems to be the issue with “cornerstone” The plugin that comes with X theme. ( I use elementor ) But disabling cornerstone seems to be the issue. The problem seems to be fixed now, after I deleted and then re-installed cornerstone.

I am not using any of the cornerstone features though, so im not sure why its causing this issue.

It seems to be an issue with cornerstone AND Autoptimize together. Cornerstone has to be active and Autoptimize needs to be deleted for the articles to appear correctly.

This seems odd that a page builder plugin would effect a caching plugin?

Hello There,

What is displayed in the front end is the cache version which is why it is advisable that you temporarily disable any caching plugin while developing your site or always to keep in mind that you need to clear the plugin caches first before testing your site especially after you have made some site changes.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.