can I display 3 connected search fields ?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support can I display 3 connected search fields ?

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 5 years, 9 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18629
    depad
    depad
    Participant

    Hi support service,

    I am wondering if its possible to display 3 search fields connected together:
    1st field: search for keyword
    2nd search field: search for taxonomy
    3rd search field: search for 2nd taxonomy (tags)

    Is this possible to do ? If so: how can this be done ?

    Many thanks for your help.

    Best Regards,
    Markus

    #18631
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi Markus,

    Unfortunately that is not possible. Each search bar works individually only.

    Best,
    Ernest Marcinko

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


    #18635
    depad
    depad
    Participant

    Thank you for your reply.
    Another question: is it possible to have no search field and use only taxonomies (dropdown fields) to filter a custom post type?
    And is it possible to place them horizontally next to each other?

    #18637
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    These resources I believe will help you out:
    Knowledge base: Filters only, without search bar
    Staff search & Filter tutorial
    Taxonomy term filters

    Best,
    Ernest Marcinko

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


    #18657
    depad
    depad
    Participant

    Many thanks for the tutorials and the videos.
    I watched nearly everything but I can’t figure out how I can display the results like this:

    Display the results without a title, only a description with an image.

    How can I get rid of the title ?

    Many thanks for your help…

    Best Regards,
    Markus

    #18658
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    You are welcome Markus.

    There is no option for that, but with a simple custom CSS it should be possible:

    .asp_res_url {
        display: none !important;
    }

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    Best,
    Ernest Marcinko

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


Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.