- This topic has 9 replies, 2 voices, and was last updated 6 years, 7 months ago by
Mahesh.
-
AuthorPosts
-
August 13, 2016 at 10:47 pm #97206
KuczekRoss
ParticipantOriginally I had my Blog split into 3 pages (categories). News/Events, Blog, Borderland Member News.
I found a news widget so now the News/Events and Borderland Member News is under the “News Widget” and Blog is separate as a Blog category.
If I go to the News/Events or Borderland Member News tabs they look nice. I have the layout set to no sidebar and content width.
My problem is if I click on any of my News posts the Blog sidebar shows up on the right side. This happens in both News/Events and Borderland Arts News.
Can you tell me how to turn off the sidebar once I am inside the posts?
… I still want the sidebar to show up on the Blog page just not these other 2 pages.Thanks –
August 14, 2016 at 12:30 pm #97230Mahesh
Keymaster@kuczekross: Please post in your site url.
Regards,
MaheshAugust 14, 2016 at 5:38 pm #97234KuczekRoss
Participantthis is my site “http://www.borderlandarts.net”
August 14, 2016 at 6:03 pm #97238Mahesh
Keymaster@kuczekross: I just checked your site and seems you are using No Sidebar (Content Width) as the default layout. All other pages are displaying with that particular layout and not the category page. This is kinda strange. I checked for the same on our server and had no such issue. Are you using any plugin? If so, try disabling the plugins and check if that resolves the problem.
Let me know further.
Regards,
MaheshAugust 14, 2016 at 6:46 pm #97242KuczekRoss
ParticipantI am using the widget “WP News and Scrolling Widgets” for both of the problem pages. If I deactivate it will I lose my content?
Last night I had gone to Appearance > Widget > Optional Post Sidebar and added “Text Widget” which put a white image over the right sidebar. I just took that off so you can see better what I am talking about.
August 15, 2016 at 9:48 am #97261Mahesh
Keymaster@kuczekross: Seems the sidebar is only displaying on the blog page. All other pages is using No Sidebar (Content Width). Its strange, how your blog cateogry page is displaying sidebar. If you do want to make the blog page same layout, you can use the custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Optoins=> Custom CSS box and add the following CSS:
.archive.category-blog #main { display: block; float: none; margin: 0 auto; width: 820px; } .archive.category-blog .sidebar-primary { display: none; }
Let me know if any problem.
Regards,
MaheshAugust 15, 2016 at 5:36 pm #97277KuczekRoss
ParticipantActually I want to do the opposite of what this code does. This removes the sidebar from the blog but it still shows on News/Events and Borderland Membership News pages.
I want it to not show up on the News/Event and Borderland Membership News pages. I want to see the Blog Sidebar on the blog page … but that page only.
It doesn’t make sense why the sidebar also shows up on the other 2 pages.
When I go to read any of the news posts is where I see the sidebar.
When you look at this page does the sidebar show up for you?
August 16, 2016 at 9:31 am #97310Mahesh
Keymaster@kuczekross: If that’s the case, forget the code above I’ve given above. This can be managed through the metabox in post within the theme itself. Go to the Dashboard=> Posts and edit this post, then scroll down to Gridalicious Options and chose No Sidebar (Content Width) option in Layout Option and then click Update. Do the same for the post you want like this.
Note: If default layout is set here then it will use the layout you’ve set in Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options‘s Default Layout. This options gives you freedom to choose between different layout for different pages and posts.Hope this helps. Let me know if any problem.
Regards,
MaheshAugust 16, 2016 at 4:33 pm #97328KuczekRoss
ParticipantThat fixed it – Thank you so much!
I really appreciate the support you give here in the Forums.
Kathy
August 16, 2016 at 4:53 pm #97331Mahesh
Keymaster@kuczekross: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
- The topic ‘2 of my Main Menu tabs show Blog Sidebar’ is closed to new replies.