Ajax Search Pro – Chrome Issues

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 Ernest Marcinko 7 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10064
    chuscu
    chuscu
    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.

    View post on imgur.com

    The plugin works fine in Firefox.

    View post on imgur.com

    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 Marcinko
    Ernest 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:

    .wpdreams_asp_sc, .wpdreams_asp_sc * {
        backface-visibility: visible !important;
        -webkit-backface-visibility: visible !important;
    }
    Best,
    Ernest Marcinko

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


    #10066
    Ernest Marcinko
    Ernest 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 🙂

    Best,
    Ernest Marcinko

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


Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.