Reply To: strange issue

#3800
Ernest Marcinko
Ernest Marcinko
Keymaster

Which version of the plugin are you using?
Which version of the internet explorer are you using?
Is the internet explorer compatibility mode disabled? It might be emulating IE8 or IE8 standards, it happenst with IE10 many times.

If you are using older plugin version 3.1, then there was an update regarding this issue which had been fixed. If you open up the wp-content/plugins/ajax-search-pro/includes/shortcodes.php file and go to line 22 you should see this:

if(isset($_SERVER['HTTP_USER_AGENT']) && preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT']) ) {

If you see this exact line, then you should change it to:

if(isset($_SERVER['HTTP_USER_AGENT']) && preg_match('/(?i)msie [6-8]/',$_SERVER['HTTP_USER_AGENT']) ) {

This should fix the issue if you are using version 3.1

Best,
Ernest Marcinko

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