Searchfield showing input |, but not searching anything
-
Hi there!
I have a problem with this plugin. Plugin works perfectly, but when I click search on menu bar, it shows an input | and input text is in dark gray color.
Then, when I click again on it, font-color is white and it all works fine.
I already tried the script from the previous topic, but nothing.
add_action('wp_footer', 'asl_custom_scrpt'); function asl_custom_scrpt() { ?> <script> jQuery(function($){ $('#menu-item-search').on('click', function(){ setTimeout(function(){ $('input.orig').get(0).focus(); }, 300); }); }); </script> <?php }
If you need a link, I’ll PM or mail you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Searchfield showing input |, but not searching anything’ is closed to new replies.