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

Reply To: Strange effect on mobile phones: Filter zone, end user.

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Strange effect on mobile phones: Filter zone, end user. Reply To: Strange effect on mobile phones: Filter zone, end user.

#26185
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I think you have discovered a bug within the recent release. I will make sure to fix this for the upcoming update, until then, please use the following custom CSS to temporarily resolve the problem:

div#ajaxsearchprosettings10_1 {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation-name: unset;
}