Support

Account

Home Forums Feedback Cleaner search result page

Solved

Cleaner search result page

  • This is a feedback to this support forum, which is great and helped me a lot.

    There’s one thing I didn’t like: Sometimes some questions/answers need to post a lot of code within their posts, but I didn’t like to see all that code on the search result page. This makes the search result page in some cases extrem long and the overview is lost. Try a search for render_field_settings and you will see what I mean.

    With a little CSS this could be optimized, so that for code sections only the first lines are displayed.

    This would be my solution:

    .bbp-search-results pre[class*="language-"] {
      max-height: 250px;
    }

    Cheers, Thomas

  • Hi Thomas,

    Thanks for the feedback!

    To make sure this gets to Elliot faster, please open a support ticket instead and the changes will be implemented soon.

    Get in touch with our friendly support team at [email protected]

  • Thanks James – I have send this to the support team.

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

The topic ‘Cleaner search result page’ is closed to new replies.