I have a couple of problems with the plugin.
1. The Ajax Search Pro plugin is not displaying correctly in the Google Chrome browser.
It is only showing a box without the search result links.
It appears that the backface visibility CSS setting is defaulted to hidden, maybe by another stylesheet file. This very simple custom CSS should fix it:
Also, there is a huge syntax error in a custom javascript code in the document header, within this lines (line 5):
The two instances of “&.amp;” should be “&” only. That will cause lots of problems in further srcipt executions, I highly recommend fixing that as well 🙂