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

This topic contains 5 replies, has 2 voices, and was last updated by bousso bousso 7 years, 2 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10074
    bousso
    bousso
    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 Marcinko
    Ernest 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: https://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:

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #10106
    bousso
    bousso
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

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

    Try this custom CSS for fix:

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

    If you like my products, don't forget to rate them on codecanyon :)


    #10179
    bousso
    bousso
    Participant

    thank you my friend Im gonna try !!

    #10180
    bousso
    bousso
    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.