Taxonomy search in horizontal

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

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32281
    vfmg26
    vfmg26
    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 Marcinko
    Ernest 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?

    Best,
    Ernest Marcinko

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


    #32295
    vfmg26
    vfmg26
    Participant

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

    #32301
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

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


    #32302
    vfmg26
    vfmg26
    Participant

    Yes, that did the trick.

    Great! Thanks a lot for your fast help!

    Kind regards
    Don

    #32303
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. 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.