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

filters

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17079
    mpfmpf
    Participant

    Hi.

    1) If I search by taxonomy (with or without text in the search bar) and there is no result for my research, a list of taxonomies appears in the results box, with the number of posts in each one in parentheses. Shouldn’t it appear “no results”? Is it possible to appear simply “no results”?

    2) Is it possible that the filter only shows the taxonomies with list one post?

    3) Why is the results box so wide? Where can I adjust that?

    Thank you!

    #17089
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. I believe it is because you have taxonomy terms as resulst enabled under the General Options -> sources 2 panel. Make sure there is nothing choosen: https://i.imgur.com/nwzppNf.png

    2. Can you please be more specific about this? I am not sure I understand. Thank you!

    3. The results box inherits the parent element width. With a custom CSS you can limit it’s max width:

    [html].asp_r {
    max-width: 480px;
    }[/html]

    I hope this helps!

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