Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040473
    camgarrett
    Participant

    How can I get the navbar search working with ubermenu in the latest release?

    Wordpress, X and cornerstone are all the latest. I have a child theme setup. The website is not live, DNS does not point to the correct IP. I can give details if you want to edit /etc/hosts.

    I have tried adding the class “x-btn-navbar-search” to the search menu item I’ve made but it doesn’t work.

    http://screenshot.co/#!/28caa5b6f3

    Navbar search is enabled and so I have two icons. The one X adds and the one I have added manually via the menu. The X (blue lower) one works, but the uber one on the right does not.

    #1040974
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

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

    Thanks.

    #1041013
    camgarrett
    Participant
    This reply has been marked as private.
    #1041344
    Christian
    Moderator

    Hey there,

    Your website is down (see attachment). Please check.

    Thanks.

    #1042310
    camgarrett
    Participant

    You will need to edit your hosts file. Site is not live, DNS does not point to dev website. See previous for IP.

    #1043000
    Christian
    Moderator

    Hey there,

    I removed your search custom link and added the code below in your Appearance > Customize > Custom > CSS.

    .x-menu-item-search {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-top: 17px;
        margin-left: 15px;
    }
    .x-menu-item-search a {
        color: #888888;
    }
    
    .x-menu-item-search a:hover {
        color: #000;
    }

    Please check now.

    Thanks.

    #1044484
    camgarrett
    Participant

    many thanks

    #1044492
    Nico
    Moderator

    You’re most welcome.

    Feel free to ask us again.

    Thanks.

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