X - Blog page displaying posts only to logged in users

Hello,

I have created this website with X : https://le-jardin-mallemort.fr/
I used the standard theme foodtruck with only a few personalization

The problem : the posts are only displayed to logged-in users. When I log out, I can only see the sidebar.

Can you please tell me how to fix this ?

strange thing : the blog appears on mobile devices (ios), but not in chrome, firefox or edge.

Hi There,

Thanks for writing in!

Can you please add this css to your theme option -> Global CSS

.x-iso-container>.hentry {
opacity: 1 !important;
}

Hope this helps!
Thanks

Hi,

Thanks for your help, the blog is back now… but only in 1 colum.

I wanted 2 coulmns, I specified it in the blog settings as following :
style : masonry
layout : use global content layout
columns : 2

how can i get back the 2 columns ?

Hi There,

Could you please try adding the following CSS rule as well into your Theme Options > Global CSS area.

.blog article {
    float: left;
}

If that doesn’t help, please remove all of your custom CSS rules temporarily and test this issue again.

Hope that helps.

Hi,

Thank you again, it works, I have 2 columns now.

But now masonry isbroken, all posts are aligned horizontally.
I have not set any custom css

Hi there,

Can you please send us your login details in a secure note so that we can have a look.

Before that please check for any plugin conflict or you can check removing all custom JS if there is.

Thanks

Hi, I’m sorry I am new to this forum. How can I send you a secure note ?

Hi There,

The key icon below to the post is for secure note.

Please check this article clarifying everything.

Thanks

Hi there,

Thank you for the login information. I checked the case and found out that one of the plugin are causing the issue. I deactivated all plugin except the Cornerstone and the blog page worked with no problem in not logged in cases.

Please deactivate all plugins except the Cornerstone. Then activate them one by one and check the case to find out the problem cause.

In general such logged in/out difference cases are caused by an aggressive caching or a misconfiguration of the plugins which you need to double check.

Thank you.

awesome ! thanks a lot for the fast and efficient help :smile:

You’re most welcome. :slight_smile:

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