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

Reply To: hide producto without image on horizontal result

Home Forums Product Support Forums Ajax Search Pro for WordPress Support hide producto without image on horizontal result Reply To: hide producto without image on horizontal result

#10122
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I finally located the issue with the drag as well, it was not easy.

Try this custom CSS for fix:

[html]div[id*=ajaxsearchprores], div[id*=ajaxsearchprores] * {
touch-action: auto !important;
}[/html]