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

Reply To: magnifier missing after update

#34599
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Thank you for the details!

There was a custom CSS applied to the search, but in the recent version some things have changed in the structure, so it no longer applied. I have added the following custom CSS code to the plugin back-end to resolve it:

.asp_w_container {
    display: inline-block !important;
    opacity: 1 !important;
}

Now it should be all right again.