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

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10074
    boussobousso
    Participant

    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.

    #10096
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    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: http://i.imgur.com/PzhRECV.png

    Solution 2:
    Removing the imageless results programatically. Try putting this to the functions.php file in your active theme directory:

    #10106
    boussobousso
    Participant

    it works perfect for hide no image products , thank you very much.
    Just keeps the problem with the drag up and down .

    #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]

    #10179
    boussobousso
    Participant

    thank you my friend Im gonna try !!

    #10180
    boussobousso
    Participant

    my friend , where do I paste this?

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.