Home Forums Pro Themes Clean Corporate Pro Blog layout

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #45084
    Sfennell
    Participant

    How can I setup the sidebar feature on my blog pages only without having the sidebar on the rest of my site pages. I want my blog to display the most recent article featured with a linked listing of previous articles on the side, but it seems the only way to achieve this is to enable the sidebar globally.

    Is there a setting to achieve what I’m looking for or a CSS code I can add? My site is http://www.bio-shine.com if you’d like to take a look.

    #45111
    wensolutions
    Keymaster

    Hello sfennell,

    To setup the side bar only in the blog page you have to chose the side bar options in Global Layout by going to Admin Panel > Appearance > Customize > Theme Options > Layout Options .

    Then add below given CSS by going to Admin panel > Appearance > Customize > Additional CSS .

    body:not(.blog) .sidebar {
        display: none;
    }
    
    body:not(.blog) #primary {
        width: 100%;
    }

    Hope this hleps.

    Best Regards!!

    #45148
    Sfennell
    Participant

    Thanks, but it’s still not working. I changed the global layout as instructed but the sidebar disappears on all of the pages including the blog posts when I add the additional CSS.

    #45208
    wensolutions
    Keymaster

    Hello @sfennell,

    As we have inspected your site URL we found that the blog page you are referring to is not the blog list page but the single page . So the code we have provided did not work .

    Now to resolve the issue replace above given CSS with the CSS given below.

    body:not(.single) .sidebar {
        display: none;
    }
    
    body:not(.single) #primary {
        width: 100%;
    }

    Hope this helps.

    Best Regards!!

    #45238
    Sfennell
    Participant

    Thanks. I think we are definitely getting closer, however, I still can’t figure how to have the previous articles listed in the sidebar area. Currently you still have to click “next” at the bottom to get from article to article.

    #45241
    Sfennell
    Participant

    Please disregard my previous message, we were able to figure it out. Thank you so much for your help! 🙂

    #45319
    wensolutions
    Keymaster

    Hello @sfennell,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/clean-corporate/reviews/

    Best regards !!

    #45657
    rallisolicitors
    Participant

    How do you stop the featured slider from showing up on your ‘posts page’?

    #45707
    wensolutions
    Keymaster

    Hello @rallisolicitors,

    Actually we are having trouble in understanding your query . The Clean Corporate Pro theme has option to show the slider only in front page but in post pages .

    So please explain your query properly and post your site URL so that we could properly inspect further .

    Hope you understand .

    Best Regards!!

    #45729
    rallisolicitors
    Participant

    I have created the feature slider by placing the image and text on the home page and filling out the customize settings like this:

    enable slider on – Home Page/ Front Page

    Select slider Type – Featured Pages

    Featured Page 1 – Home

    This then shows the slider on the home page like i want it to but then i created a post page for blogs and the same slider shows up on there – look – https://globalcorporatecrime.com/news/ i would like to take the slider off my post page and only display it on the home page.

    How do i do that?

    #45730
    wensolutions
    Keymaster

    Hello @rallisolicitors,

    Upon inspecting your site we found that the theme you are using is not clean Corporate pro But WEN Corporate pro .

    Now to make the slider only appear in the home page/ Front page go to Admin Panel > Appearance > Customize > Featured Slider > Slider Type and chose the option Home Page/ Front Page from Enable Slider On field .

    Also please post your query by creating your own ticket under respective topic so that it would be easier for us to understand your issue properly and help you.

    Hope this helps.

    Best Regards!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.