Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › hide producto without image on horizontal result
This topic contains 5 replies, has 2 voices, and was last updated by bousso 7 years, 2 months ago.
- AuthorPosts
- September 11, 2016 at 11:40 pm #10074
My friend hello, question I can´t find:
How can I hide products without image on carrusell theme? there is an option just for isotopic results.
horizontal Carrusell up and down drag on mobile is still with problem , can´t move it , isotopic is perfect.
Thank you very much for your help.
September 12, 2016 at 1:58 pm #10096Hi!
Yes, there is no option for that unfortunately. But there is a different solution.
Solution 1:
Setting up a default image. On the General Options -> Image options panel you can upload one: https://i.imgur.com/PzhRECV.pngSolution 2:
Best,
Removing the imageless results programatically. Try putting this to the functions.php file in your active theme directory:
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 12, 2016 at 7:21 pm #10106it works perfect for hide no image products , thank you very much.
Just keeps the problem with the drag up and down .September 14, 2016 at 10:35 am #10122Hi,
I finally located the issue with the drag as well, it was not easy.
Try this custom CSS for fix:
Best,div[id*=ajaxsearchprores], div[id*=ajaxsearchprores] * { touch-action: auto !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 19, 2016 at 9:57 pm #10179thank you my friend Im gonna try !!
September 19, 2016 at 10:59 pm #10180my friend , where do I paste this?
div[id*=ajaxsearchprores], div[id*=ajaxsearchprores] * {
touch-action: auto !important;
} - AuthorPosts
You must be logged in to reply to this topic.