Reply To: Ajax Search Pro – Chrome Issues

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

#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 :)