-
Hugo Ashmore replied to the topic BuddyPress Group Page in the forum Installing BuddyPress 11 years, 4 months ago
@disqusnow BuddyPress is a plugin, plugins live in the WP directory /wp-content/plugins/ not in the directory /wp-content/themes/
BP historically ran it’s default theme from it’s plugin struture and still does along with the new theme compatibility files /buddypress/bp-templates/bp-legacy/
If you have a custom theme and you want to edit the bp…[Read more]
-
bp-help replied to the topic [Resolved] Buddy Registration Link in the forum Creating & Extending 11 years, 4 months ago
@disqusnow
If you add this code to the text widget it will work. I just noticed your register slug is different so I adjusted the code below. Tested and works!
[Read more]
<?php
if ( !is_user_logged_in() ) {
?><a href="<?php echo (bloginfo('url') . '/register-2');?> ">Register</a><?php
} else {
echo "Welcome… -
bp-help replied to the topic [Resolved] Buddy Registration Link in the forum Creating & Extending 11 years, 4 months ago
@disqusnow
This will fix you up as long as you added that code to enable php in widgets!
<?php
if ( !is_user_logged_in() ) {
?><a href="<?php echo (bloginfo('url') . '/register');?> ">Register</a><?php
} else {
echo "Welcome Back";
}
?>
-
@mercime replied to the topic Excessive vertical gap in buddypress in the forum How-to & Troubleshooting 11 years, 4 months ago
@disqusnow Please do not post in more than one forum on the same topic. Closing this topic for original post https://buddypress.org/support/topic/excessive-vertical-gap-in-buddypress/#post-167184
-
@mercime replied to the topic [Resolved] Excessive vertical gap in buddypress in the forum Installing BuddyPress 11 years, 4 months ago
@disqusnow the large vertical gap is caused by the style applied to the container of the group avatar and group admin/s avatar. To correct the issue, add the following at the bottom of your theme’s stylesheet:
#buddypress div#item-header {
overflow: visible !important;
} -
@mercime replied to the topic [Resolved] Excessive vertical gap in buddypress in the forum Installing BuddyPress 11 years, 4 months ago
@disqusnow WP/BP versions? Theme used? Change to Twenty Twelve, is the issue resolved?
@disqusnow
Not recently active