BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Search results
- This topic has 11 replies, 3 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
December 1, 2015 at 4:35 am #53258@lahirHi,
Using BuddyPress Global Search, the search results for woocommerce products are now displayed with Author name, Date and Comments, any tips for hiding these when searching for products?
Also is it possible to display products on search result page with more useful details (prices, thumbnail…etc)?
Thanks
Answers
December 1, 2015 at 6:00 am #53274@
AnonymousHi @lahir, You can hide Author name, Date and Comments from css…pls add this codes to your custom css
div.table-cell.desktop {
display: none !important;
}
Regards
PallaviJanuary 20, 2016 at 2:11 pm #56755@lahirHi @pallavi
Thank you, this worked only for desktop, do you please have a fix also for mobile.
Cheers!
January 21, 2016 at 4:11 am #56784@
AnonymousHi @lahir, Pls add this codes to your theme’s custom css option:
.entry-meta.mobile { display: none !important; } div.mobile:not(.nojq) { display: none !important; }
Regards
January 21, 2016 at 7:48 am #56802@lahirThank you @pallavi that worked!
January 21, 2016 at 8:08 am #56805@
AnonymousGlad 🙂
January 21, 2016 at 8:43 am #56808@lyndonhivemindnetwork-comAdditionally is there a way to show extra fields in search results for site members?
January 22, 2016 at 3:21 am #56854@
AnonymousHi @lyndonhivemindnetwork-com, Through Buddypress Global Search you can include what you want to include in search result.
Please see the attached screenshot.
Regards
January 22, 2016 at 3:36 am #56856@lyndonhivemindnetwork-comHi @Pallavi – thanks but that doesn’t help. I know of the plugin options. What I’m trying to do is include a custom profile taxonomy in what the plugin searches. How can one add DB fields to what’s searched?
January 22, 2016 at 3:37 am #56857@lyndonhivemindnetwork-comAlso – how can one actually display additional fields in the results page?
January 22, 2016 at 10:53 am #56899@lahirHi @pallavi
Sorry but found out that adding the following code hides the whole login details on the right side menu on mobile!!!
Please test it and let me know.
Thanks
January 25, 2016 at 7:50 am #57119@
AnonymousHi @lahir, Please try this one..
Remove last one..
.entry-meta.mobile { display: none !important; } div.mobile:not(.nojq) { display: none !important; }
_____________________________________
Add this,
.entry-meta.mobile { display: none !important; } .search-results .entry-meta .post-author { display: none; margin-bottom: 10px; }
Regards
- The question ‘Search results’ is closed to new replies.