Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072670
    Bertuz87
    Participant

    Hello,

    I’m working fine with the X Theme and I really liked it.

    I want to have a navigation button for mijn primary menu in my navbar. For now the menu stays horizontal in the navbar. But I want to have the menu icon (with the three stripes) as a clickable icon in the navbar. When the visitor click on it the menu will dropdown. I tried several times to add buttons to the navbar, but I can’t get a clickable icon with the menu dropdown.

    Could anyone help me?

    url: http://bert.mayday-zzp.nl/gerrieke

    #1072691
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (min-width: 979px){
    .masthead-stacked .x-btn-navbar {
        display: inline-block;
    }
    .x-nav-wrap.desktop {
        display: none;
    }
    .x-nav-wrap.mobile.collapse {
        display: none;
    }
    .x-nav-wrap.mobile.collapse.in {
        display: block;
    }
    .x-nav-wrap.mobile {
        display: block;
    }
    }

    Hope that helps.

    #1072700
    Bertuz87
    Participant

    Hi Thank you for the code! I’ve changed it a little and it works fine! THank you. U’re awesome!

    #1072715
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

    #1114029
    Bertuz87
    Participant

    The button works great. For my client site I want to have the menu rol out in a different way. When you click the menu button the menu roll out screen width. I want to have the menu rol out vertical way.. Is that possible>?

    Like the example attached

    #1114064
    Bertuz87
    Participant

    here is the example

    #1114100
    Rupok
    Member

    Hey there,

    Thanks for writing back! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.

    #1114395
    Bertuz87
    Participant

    which site do you recommand for wordpress developers

    #1114405
    Nico
    Moderator

    Hi There,

    You might wanna check the link below.

    https://community.theme.co/custom-development/

    Hope it helps.

    Thanks.

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