filters

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17079
    mpf
    mpf
    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 Marcinko
    Ernest 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:

    .asp_r {
        max-width: 480px;
    }

    I hope this helps!

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.