Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1363752
    alban
    Participant

    Hi there,
    Your theme is still as awesome as it was in 2014 🙂 It actually got a lot better to be fair.

    I have a problem with the set up of a sidebar on my blog index page. I looked through quite a lot of threads and I don’t see what I’m doing wrong. The “Keep the sidebar” under customizer-blog seems to be gone.
    I assigned the sidebar by checking the enable on blog page box and chose side bar right content left in the customizer.

    Thanks a lot

    Alban

    #1363894
    Rupok
    Member

    Hi Alban,

    Thanks for writing in! Glad to hear that you love X. You can provide your URL so that we can check. However setting up sidebar is pretty straightforward.

    #1. You need to set “Content Layout” to any sidebar layout from Customize > Layout and Design – http://prntscr.com/e6e5qw

    #2. Then make sure to set a page template with sidebar for the page you want to show sidebar. If you don’t want to show sidebar for any page, just use a fullwidth template.

    Cheers!

    #1363962
    alban
    Participant
    This reply has been marked as private.
    #1363967
    Lely
    Moderator

    Hello Alban,

    Upon checking the blog index page, the space for sidebar is there but no content.
    Would you mind providing us with login credentials so we can take a closer look on your sidebar setup? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1363997
    alban
    Participant
    This reply has been marked as private.
    #1364001
    alban
    Participant
    This reply has been marked as private.
    #1364004
    Paul R
    Moderator

    Hi,

    You can add contents to your blog sidebar under Appearance > Widgets > Le Blog

    https://www.screencast.com/t/9PXE6hCLS

    With regards to your topbar, I didn’t see any top bar in your blog page. Are referring to the revslider?

    Thanks

    #1364023
    alban
    Participant
    This reply has been marked as private.
    #1364031
    Lely
    Moderator

    Hi There,

    I can see you have added this custom CSS:

    .masthead {
        height: 0px;
    }

    Please use this instead:

    .blog .x-navbar {
        display: none;
    }

    .blog will make sure it will just work on blog page.

    Hope this helps.

    #1364044
    alban
    Participant
    This reply has been marked as private.
    #1364270
    Lely
    Moderator

    Hi There,

    For the homepage, use this:

    .home .masthead {
        height: 0px;
    }

    This hides the navbar for blog page. And it is working.

    .blog .x-navbar {
        display: none;
    }

    Are you expecting something?

    Please clarify.

  • <script> jQuery(function($){ $("#no-reply-1363752 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>