Reply To: Cannot click in search field…

#1612
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I see that the search field is inside a hidden div and it only activates after clicking the search icon. The problem is, that one of the important events is not firing this way. Luckily, there is a very easy fix for that. Put this code in the site header of footer:

<script>
aspjQuery(document).ready(function(){
  aspjQuery('.search-toggle').click(function(){
    aspjQuery(window).resize();
  })
});
</script>
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)