Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Search Pro – Chrome Issues
This topic contains 2 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years ago.
- AuthorPosts
- September 9, 2016 at 10:10 pm #10064
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.The plugin works fine in Firefox.
2. The plugin does not work on the ipad in landscape or portrait mode with the Chrome browser.
3. The plugin works with the Chrome browser on an iphone.
September 9, 2016 at 10:16 pm #10065Hi,
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:
Best,.wpdreams_asp_sc, .wpdreams_asp_sc * { backface-visibility: visible !important; -webkit-backface-visibility: visible !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 9, 2016 at 10:24 pm #10066Also, 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 🙂
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.