This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Ajax Search Pro – Chrome Issues

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax Search Pro – Chrome Issues

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10064
    chuscuchuscu
    Participant

    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.

    https://i.imgur.com/QvLenfm.jpg

    The plugin works fine in Firefox.

    https://i.imgur.com/4gVUrj2.jpg

    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.

    #10065
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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:

    [html].wpdreams_asp_sc, .wpdreams_asp_sc * {
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    }[/html]

    #10066
    Ernest MarcinkoErnest Marcinko
    Keymaster

    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 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.