Giri
Forum Replies Created
-
AuthorPosts
-
I was talking about whoop theme folder. This is the file
wp-content/themes/GeoDirectory_whoop/buddypress.php
BuddyPress pages use buddypress.php template that can be found in theme root.
You are not seeing any sidebar in Activity, Groups pages because I tried to match yelp design.
So if you need a sidebar-details in BuddyPress pages too, just copy that buddypress.php and paste that in your child theme.
Then add this line
<?php get_sidebar('page-details'); ?>
It should be added before the two closing divs.
So your final ending part of the code would look like this.
<?php get_sidebar('page-details'); ?> </div> </div> <?php get_footer(); ?>
October 13, 2015 at 1:29 pm in reply to: Trying to make the Buddypress Member directory look good #56720lol..
Actually I uploaded that tom cruise avatar in Gravatar 5 years back. I’m too lazy to find a new avatar and change my avatar now.
you are welcome 🙂
you are welcome 🙂
October 13, 2015 at 1:16 pm in reply to: Trying to make the Buddypress Member directory look good #56715you are welcome 🙂
place this in your quick code css. It can be found under Whoop Options page.
@media only screen and (min-width: 1040px) { .header-right-area .geodir_advance_search_widget input[type="text"] { width: 37% !important; } }
Its not possible to add widget in that menu. sorry about that.
Which menu you are talking about when you mean “user menu”?
@coulterjohnson You will not see much space when you have GD post type selection dropdown in your header.
Can you give me your website link in private?
October 13, 2015 at 5:32 am in reply to: Trying to make the Buddypress Member directory look good #56687Johnny, you might wanna check this page.
https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/
If you are using whoop theme, we already have a setting for that.
Whoop Options > Review Settings > Limit 1 Review / User / Post
@wakeatlas Do you still need help?
Please update to the latest version of whoop. This has been fixed 2 weeks back.
We have explained everything in documentation clearly. Please refer this doc.
https://wpgeodirectory.com/docs/whoop-theme-overview/
Let me know if you still need help
-
AuthorPosts