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

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 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]