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

Reply To: Loader and 'close' button position with disabled magnifier

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Loader and 'close' button position with disabled magnifier Reply To: Loader and 'close' button position with disabled magnifier

#9170
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

You are very helpful reporting all these issues back to me, I really appreciate it 🙂

That is indeed another bug, if the magnifier is disabled, it should not be visible. As a temporary solution, use this custom CSS code:

[html].promagnifier {
display: none !important;
}[/html]