Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #984306
    rmoss
    Participant

    Hey guys,

    I think there is a bug with the search feature on my site: “dominionpayroll.com” When you click the search icon at the top right of my site in the nav bar, it brings up the search query where you can type in what you are looking for. However, if you click anywhere when that search window is up, it takes you to another website, speakup5k.com. We also own and host that speakup site, but I am curious as to why this is somehow linked to our search engine on dominionpayroll.com. We were using the Relevanssii plugin but that has since been deactivated. What could this be and how can I prevent that from happening?

    WP version 4.4.3, X version 4.4.2.

    Thanks!

    #984833
    Rahul
    Moderator

    Hi,

    I don’t see the search button as of now, I can only see a link which takes me to a custom google search bar page.

    Can you please turn it on for us to check?

    In addition to that, please update your WordPress to the latest version. I can guess it is a script conflict somewhere but we can only troubleshoot if you can turn the search button on.

    Thanks

    #995535
    rmoss
    Participant

    Hey guys,

    Sorry for the delay, I have added the search icon back to the bar. I am also updated to the latest version of WP.

    Let me know what to do next!

    Thank you!

    #995751
    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(){
    		$('.x-searchform-overlay').unwrap();
    	});
    });

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

    #999425
    rmoss
    Participant

    Worked like a charm!

    You guys are seriously awesome. Thank you so much for your help!

    #999519
    Joao
    Moderator

    You are welcome,

    Let us know if you need help with anything else.

    Joao

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