Blog Page Not Loading

Hello,
Am using the cornerstone and X theme for my website www.dentalbusinessmasters.com

On my blog page, www.dentalbusinessmasters.com/blog , Somehow when I select the Masonry Style in the Customise Section, the blog content just keeps loading,

… but is opening fine when the style selected is Standard.

Can you please help solve this problem?
Many Thanks!

Hello There,

Thanks for writing in! I can see that you are using an older version. X 5.1.1 and Cornerstone 2.0.6 are now available in automatic updates! This release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/). Please do update to the latest version. After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Please let us know how it goes.

YO, I’m having the exact same issue and my blog looks so ugly in the standard version D:

I’ve also updated my cornerstone plugin, I’ve updated my theme x and I’ve also purged all caches and it still won’t work.

Any ideas?

Hey @ThomasInAction,

Thanks for writing around! Can you please share the URL of your site so we can take a closer look at your setup?

Thanks!

here is a link to my blog: http://thomasinaction.com/blog

When I use the Masonary setting (which is the one I want to use) for the blog is just continues to try and load.

You’ll see when you click that link that I have the blog set to standard as I still have visitors coming to the site and I want them to be able to access my content.

Hi @ThomasInAction,

Thank you for writing back. I checked your site and it seems like you’re using CloudFlare. Please make sure to purge the entire CloudFlare’s cache after making any change. Clear the cache first and then check your site again.

Let us know how this goes!

YAY! you are lifesaver. Thank you so much. It worked :slight_smile:

1 Like

Glad we could help.

Cheers!

Hey there,
I get really overwhelmed with all the info in here and am struggling to find what I’m after right now.

I’m working on a new site using the renew stack. I’m used to working with integrity and I didn’t think there was going to be such a difference between them. The 2 issues I’m having are:

  1. The blog WILL NOT display the side bar for me. in integrity it seems to just chuck the side bar up for you on the blog but I can work it out. I made a video trying to explain this : https://www.useloom.com/share/69b02a6b0346469dac4e9d2940a1ea78

  2. The header menu is set to sticky, I like the look but on the blog page and the post pages there is no way to add a margin to the top so my blog titles are bleeding into the header. I also made a video on this: https://www.useloom.com/share/851a1ce6be144eaebad829317af56807

PLEASE HELP,
I’m getting so frustrated with this.

Hi there,

I checked your site http://illumewise.com/ but couldn’t find the blog page or it’s link in the menu just like in your video. Can you please share the blog page URL so we can take a look.

Thanks!

Hey @Nabeel,

Thanks so much for getting back to me. Here is the blog link http://illumewise.com/lead-generation-blog/,

Because it looks horrible I took it off the home page.

I’ve now added it in the footer so you can at least access it from the homepage.

Hi,

  1. You can add the following in your functions.php file.
function add_my_sidebar($layout) {  
    if ( is_home() ) {      
       $layout = "content-sidebar";
   }
  return $layout;
}

add_filter('x_option_x_layout_content', 'add_my_sidebar',999);
  1. Set initial position to relative.

Hope that helps

Hey @Nabeel,

I’ve just created another new website and it seems that the blog problem is happening again. This time I have not used cloudflare to point the DNS I’ve used godaddy so now I believe the only option of purging the cache is within the wordpress editor. I’ve purged the cache twice and the blog will still not load.

any ideas?

Here is the page : http://ecoursesdirect.com/home/blog/

Hi there,

Looks like related to ConvertPlus, you added a class like this .enquiryform. There should be no dot like this enquiryform when adding it as a class. Dot is only added when it’s used in CSS.

That selector is triggering jQuery error. You may also provide your login credentials in a secure note for further checking.

Thanks!