Front-end search settings – Drodpwn not displaying

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Front-end search settings – Drodpwn not displaying

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

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10574
    martin
    martin
    Participant

    Hi !

    Great plugin 🙂

    I used the dropdown multi-choice option in the front end search results. But it doesn’t display correctly as you can see for the “DĂ©partements” on this page : https://grandair.concilium.digital/emplois/

    I’m going to upload a screeshot too.

    What can I do ?

    Thanks a lot

    Attachments:
    You must be logged in to view attached files.
    #10576
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Thank you for your kind words!

    The problem is that there are no values added to display: https://i.imgur.com/HzVlKmQ.png
    So the multiselect stays empty because of it 🙂

    Best,
    Ernest Marcinko

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


    #10577
    martin
    martin
    Participant

    Mhm okay I understand better.

    It deleted itself though, maybe when i changed the advanced custom field ID .

    #10578
    martin
    martin
    Participant

    Still not displaying correctly.

    Some trouble with my fields ? :

    doubs||25 – Doubs
    eureEtLoir||28 – Eure et Loir
    jura||39 – Jura
    loireAtlantique||44 – Loire Atlantique
    loiret||45 – Loiret
    meurtheEtMoselle||54 – Meurthe et Moselle
    oise||60 – Oise
    paris||75 – Paris
    savoir||73 – Savoie
    yvelines||78 – Yvelines
    yonne||89 – Yonne
    essonne||91 – Essonne
    hautDeSeine||92 – Haut de Seine
    valDeMarne||94 – Val de Marne
    valDoise||95 – Val d’Oise

    Thanks

    #10579
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Everything is there, but looks like a stylesheet rule might be hiding the overflow (scroll handle) for the items.

    This custom CSS should fix that, by forcing the overflow to be visible:

    fieldset div.asp_select_multiple select[name*=aspf] {
        overflow: auto !important;
    }
    Best,
    Ernest Marcinko

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


    #10580
    martin
    martin
    Participant

    Ok, indeed the scroll bar is now visible.

    However i’m not really convinced with this layout, that’s not what I call a Dropdown element 🙂

    Thanks for your help,

    Cheers,

    #10581
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    “However i’m not really convinced with this layout, that’s not what I call a Dropdown element”

    What do you mean by that? It’s a simple multi-select drop down HTML element. It’s displayed as a multi-select because you checked the “multiselect” checkbox there: https://i.imgur.com/2RuFXMo.png
    Or is it something else?

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.