Sidebar gone

I noticed that when Cornerstone is enabled, the sidebar on translated posts does not load. If i disable cornerstone, the sidebar loads fine on the translated posts…

Not sure how long the issue has been but i noticed today when working on sidebar.

Everything up to date and Cornerstone is Version 3.5.5

Issue is not on all posts and pages. and dont see option when editing to use or not use sidebar

Hi Samer,

Thanks for reaching out.

That could be template related, but I’m not fully sure just by checking the front. Would you mind providing your admin login credentials in the secure note? And please provide the URL that has this issue as well.

I see pages/posts that still has sidebar while cornerstone is active. So it might be content related as well.

Thanks!

I have added the information you requested and some more details.

Hello Samer,

As it turns out, you have added this custom css code:

.single.postid-8554 .x-sidebar{
        display:none!important
    }
    .single.postid-8554 .x-main{
        width:100%!important
    }
    .single.postid-8559 .x-sidebar{
        display:none!important
    }
    .single.postid-8559 .x-main{
        width:100%!important
    }
    .single.postid-8566 .x-sidebar{
        display:none!important
    }
    .single.postid-8566 .x-main{
        width:100%!important
    }
    .single.postid-8571 .x-sidebar{
        display:none!important
    }
    .single.postid-8571 .x-main{
        width:100%!important
    }

This hides the sidebar and make the content fullwidth. If you remove this code, you will be seeing the sidebars.

Please let us know how it goes.

Thanks, woops. That makes sense and now i remember having put that in long time ago, Regarding the other issue… on all sidebars their is a section “recent posts” if you put mouse over the titles they are all linking to the page you are viewing and not to the actual post. This is also fixed when i disable cornerstone… related?

Hi Samer,

Cornerstone should not be causing this issue as the sidebar widgets are from the Wordpress core.

Do you happen to be using any language plugin on your site? If so, kindly double check on it. Also, in case you have custom JS code that might be causing this issue, kindly try to remove them and see if it fixes the issue.

Thank you.

yea wpml. disabled and cleared cache. Seems to be that plugin.

Incase anyone has same issue…

Thanks!

Hi Samer,

Thanks for sharing, it should be fixed in the future update.

Thanks!

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