Forums Forums Search & Filter Pro multiselect combobox in widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #31058

    Yours is missing, mine shows up all bunched up in a drop down box when I try multi select…same theme

    Ross Moderator
    #31288

    Hi there

    Sorry I’ve missed this ticket.

    The comboboxes we use are these:
    https://harvesthq.github.io/chosen/

    It seems as if your theme might be causing some CSS conflicts with this jQuery plugin.

    I don’t see the filter at that link anymore, can you add the filter to a page for me to look at?

    Thanks

    Anonymous
    #31571

    Hi you have to clik on “szukaj” to be able to open filter.

    Ross Moderator
    #31710

    It seems like there is a CSS issue and then chosen incorrectly calculates the width of the field.

    You can add this CSS to your theme and to me (using firebug) it looks good:

    .chosen-container.chosen-container-multi {
        width: 100%! important;
    }

    Thanks

    Anonymous
    #32330

    Thanx now is working Ok.
    Great support

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