Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348520
    newerjazz
    Participant

    Hi I want the links of all pages to appear. Right now I have to click on “menu” then all the links will appear.

    Thanks

    #1348613
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1348627
    newerjazz
    Participant

    Hi Thanks,

    it’s not live yet. This is the development website (see picture with orange menu). Have to click the menu for the red portion of all the other links to show up

    The picture with just the simple links (silver tooth) is what I want.

    Thanks.

    #1348749
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the screenshots. Are you using UberMenu or just the default X menu. To make sure that the default menu will show up when you view the page, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript

    (function($){
       $(document).ready(function(){
        $('.x-btn-navbar').trigger('click');
       });
    })(jQuery);

    We would loved to know if this has work for you. Thank you.

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