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

Taxonomy search in horizontal

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Taxonomy search in horizontal

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32281
    vfmg26vfmg26
    Participant

    Hi,
    I’m really impressed about your great plugin! Thanks a lot for that!

    Now I’d like to have a horizontal search list for my taxonomy search (with elementor posts). I made an alphabetical index for taxonomy search. But this should be in a horizontal row and not in vertical. Maybe it would also be possible to show only clickable letters instead of a button?
    How can I manage this?

    a b c d e f … z

    instead of
    a
    b
    c
    ..
    z

    Is this possible with this plugin?

    #32288
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you very much for your kind words!

    This sounds like it requires a customization, but I am not sure exactly. I tried to visit the URL provided, but I am getting to a restricted page. Can you please check that?

    #32295
    vfmg26vfmg26
    Participant

    Sorry for that. Here you will find a new url:
    https://app.vfmg.ch/testseite-fuer-personen/

    #32301
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you! Try this custom CSS:

    .asp_filter_tax {
        width: 100% !important;
        min-width: 100% !important;
    }
    
    .asp_filter_tax .asp_simplebar-content {
        display: flex !important;
        flex-wrap: wrap;
    }
    
    .asp_filter_tax .asp_option {
        margin-left: 0 !important;
    }
    #32302
    vfmg26vfmg26
    Participant

    Yes, that did the trick.

    Great! Thanks a lot for your fast help!

    Kind regards
    Don

    #32303
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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