Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1123143
    mgma
    Participant

    Hi guys-

    The portfolio items are showing up in search results…

    http://bigidea.pro/cyberedge/?s=guide

    Ideally, I need to get rid of the huge thumbnail images here, without effecting them anywhere else. I’d also like to know how to not display portfolio items in the searches at all.

    I also need to know how to get rid of the sidebar on the search results pages also…. or to be able to add a custom sidebar widget area (instead of using the same general sidebar).

    Thanks!!!

    #1123299
    Rupok
    Member

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .search-results .x-portfolio {
      display: none;
    }
    
    .search-results .x-sidebar {
      display: none;
    }

    It’s not possible to add custom sidebar to search result page.

    Hope this helps.

    #1126085
    mgma
    Participant

    Thanks… how do I just get rid of the huge portfolio thumbnails though… so it lists the portfolio items the same as pages… just text and a link?

    and/or.. can I list the search results in grid format?

    regarding the sidebar… I have no choice but to have the same sidebar for search results as I do for blog pages?

    Thanks!

    #1126616
    Rad
    Moderator

    Hi there,

    Please replace that CSS with this,

    .search-results .x-portfolio .entry-featured {
    display: none !important;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1123143 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>