Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1406721
    dhockenberry
    Participant

    Questio all!

    The navbar search will not display on the desktop, but works perfectly on mobile. I have cleared the cache and checked plugin compatibility. Any other ideas?

    X-Theme Ethos
    https://community-christian.us

    Thanks!

    #1406825
    Thai
    Moderator

    Hi 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.

    #1408366
    dhockenberry
    Participant
    This reply has been marked as private.
    #1408620
    Nabeel A
    Moderator

    Hi again,

    Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.x-btn-navbar-search').click(function(e){
    		e.preventDefault();
    		$('.x-searchform-overlay').addClass('in');
    	});
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1409860
    dhockenberry
    Participant

    Worked great guys! thanks!

    #1410099
    Jade
    Moderator

    You’re most welcome.

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