• Resolved businesscommoners

    (@businesscommoners)


    Hello,
    I have a question regarding sidebar in posts page.
    I’ve set static page and point post page to the “blog” link.
    However I would like to keep right sidebar with blog and post pages to have all blog stuff like categories, last post, etc. on the side just related to the blog. At this moment I have
    Is it possible to make it?
    Thank you in advance for your help.
    BR
    Andy

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author themevision

    (@themevision)

    Hello, Andy!

    I really like the design of your website! Good job. ??

    If you want to show the sidebar just on the “blog” page, try to add the codes below in Customize-General-Additional CSS:

    body:not(.blog) .widget-area{
        display:none;
    }
    
    body:not(.blog) .col-md-9 {
    	width: 100%;
    }

    https://prnt.sc/i01chl

    Best Regards

    Thread Starter businesscommoners

    (@businesscommoners)

    Thank you! All merit on your side ??
    The code works only if I change from “a static page” to “your latest posts”.
    Maybe I missed to switch some button in the Customize Panel?

    Theme Author themevision

    (@themevision)

    Hello,Andy!

    You need to do two things on the Customize Panel:

    1. Open the Customizing ? Widgets ? Main Sidebarmenu and add widgets in the sidebar.
    https://prnt.sc/i081pq

    2. Chose the sidebar position in the Customizing ? Layout ? Sidebar menu.

    After that, insert the code I gave you in the previous post.

    Then the code should work.

    If after that, the code still doesn’t work, please, let me know when you enable the sidebar, so I can check the code directly on your site.

    Regards

    • This reply was modified 7 years, 1 month ago by themevision.
    Thread Starter businesscommoners

    (@businesscommoners)

    Thanks a lot!
    Everythning works perfectly!
    Take care!
    Andy

    Thread Starter businesscommoners

    (@businesscommoners)

    Closing the subject!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar in the post page/blog area’ is closed to new replies.