Forums Forums Search & Filter Pro fields shortened in off canvas side bar

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #260450

    hi. i put my vertical search form in an off canvas side bar.

    for some reason, the fields are shortened there. however, they show up at normal width on the page (on canvas).

    Any idea why?

    https://insidecarguys.com/browse-cars/

    Trevor
    #260544

    Because you have caching and/or minifying on the site, I cannot see where it is coming from, but it is being caused by this custom CSS (made by you or your developer?):

    .searchandfilter>ul>li[data-sf-combobox="1"] label {
        display: block;
    }
    Anonymous
    #260588

    I see. What should I change the display to in order for the search boxes to show?

    Trevor
    #260604

    Go to wp-admin -> Search & Filter -> Settings -> Combobox Script

    Change this from Chosen to Select2 – we’re dropping support for Chosen in v3, because it has too many issues on mobile.

    See if that works?

    Anonymous
    #260608

    thanks! just tried it an the fields show now. however when i click on the fields, the dropdowns don’t show. any ideas?

    Trevor
    #260611
    This reply has been marked as private.
    Anonymous
    #260613

    great. thank you!

    Ross Moderator
    #261258
    This reply has been marked as private.
    Ross Moderator
    #261262
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)