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

Taxonomy using multi-select with search layout issue

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Taxonomy using multi-select with search layout issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #55748
    Steve StruttSteve Strutt
    Participant

    I have four taxonomy fields setup in Search Settings, all set to ‘multiselect with Search’. However, when using Search>Search Settings on a vanilla
    page, when I click on the taxonomy field, the taxonomy search box, where the text ‘select options’ should appear, is not displayed and it is not possible to enter a search term. This happening with the TwentTwentyFive theme. If I select a term, the term is shown as selected and a truncated search bar appears. It looks like the list of terms is placed over the search bar and not below it.

    Multiselect with search does work as expected in the Ajax Search Pro settings/preview screen.

    #55765
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    It is very likely due to the admin bar present on the page (it generates a negative margin relative to the body). If you test it on an incognito that it should look all right.

    If this is a concern (ex.: your users see the admin bar), there is a way to offseet that via this custom CSS:

    body:has(#wpadminbar)>span.asp_select2-container {
        margin-top: 32px !important;
    } 

    This should do the trick!

    #55776
    Steve StruttSteve Strutt
    Participant

    Yes. It was caused by the admin bar. When not logged in it works as expected.

    Thanks

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