Tagged: x
-
AuthorPosts
-
August 8, 2016 at 9:56 pm #1123143
mgmaParticipantHi 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!!!
August 9, 2016 at 1:59 am #1123299
RupokMemberHi 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.
August 10, 2016 at 2:49 pm #1126085
mgmaParticipantThanks… 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!
August 10, 2016 at 9:27 pm #1126616
RadModeratorHi there,
Please replace that CSS with this,
.search-results .x-portfolio .entry-featured { display: none !important; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1123143 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
