Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1297209
    Bark201
    Participant

    Besides what I wrote above, if in your next update you add a button inside posts, pages and one for categories to disable the sidebar/s on that specific page it will be appreciated by many, think about it.

    I see that you already gave CSS for hiding the sidebars on specific pages in the forum so please do let me know how to hide the sidebar for pages in categories. Its just CSS, its not structural modifications.

    Thank you.

    #1297396
    Rad
    Moderator

    Hi there,

    You may add this CSS,

    .page .x-main {
    width: 100%;
    margin: 0;
    float:none;
    }
    .page .x-sidebar {
    display: none;
    }

    If you wish to hide them on categories too, then please change that to this

    .page .x-main, .category .x-main {
    width: 100%;
    margin: 0;
    float:none;
    }
    .page .x-sidebar, .category .x-sidebar {
    display: none;
    }

    Thanks!

    #1300475
    Bark201
    Participant

    Thank you, I will try this over the weekend and let you know how it went. Thank you again.

    #1300478
    Joao
    Moderator

    Thanks,

    Happy Holidays!

    #1304011
    Bark201
    Participant

    First I want to thank you for all your hard work. I am going to start working on the sidebars soon, my last question on this is how do I hide the sidebar in the nav menu? The theme stack is icon. Bcause the sidebar begins in the nav menu it pushes all the nav items to the left. The CSS for hiding the sidebar in the top nav menu would be perfect.

    #1304132
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Because of the Icon stack’s unique design, the structure of the sidebar were different from other stack. In Icon, the sidebar is built as fixed on the sides and that the navbar has been push a bit to make room for the sidebar. Moving the sidebar down below the navbar would need structural modifications for the stack. Regretfully we cannot support any modifications to the stacks other than minor cosmetic changes due to the fact that X is a highly dynamic theme with many elements being constructed on the fly. Among these, each stacks has more complex elements for the theme and structural modifications to it will likely lead to numerous layout problems as there are a lot of things to take into consideration because of X’s responsive nature. Taking all of this into consideration, these types of updates are out of the scope of our support as their involvement is simply too great and we are a very small team. While we would love to be able to assist all of our users with every customization request, the simple reality is that we cannot cater to every inquiry. Additionally, we will not be able to support any issues that might arise from modifications made to this area on your own.

    Thank you for your understanding.

    #1304401
    Bark201
    Participant

    Thank you for your reply, I understand. I tried making the switch to integirty because the sidebars are different there and had a few issues, which if you can help will actually make it work.

    The blank page templates in Integrity have an offwhite background, how do I change it to white like icon? The other issue is the mobile hamburger menu. Is there a way to have the same hamburger menu as Icon in inegrity theme? If not, how do I customize the hamburger menu in integrity?

    #1304438
    Christopher
    Moderator

    Hi there,

    The blank page templates in Integrity have an offwhite background, how do I change it to white like icon?

    Please provide us with more detail and some screen shots to compare two stacks.

    In regards with mobile navigation, it’s the same in all stacks. If you try to achieve specific layout, provide us with mockup.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks.

    Thanks!

    #1306973
    Bark201
    Participant

    I will open a separate thread, thank you.

    #1307038
    Lely
    Moderator

    You’re welcome!

    Cheers!

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