Search Results for 'theme'
-
AuthorSearch Results
-
October 13, 2015 at 10:25 pm #245434
In reply to: Error with recent plugin update
shanebp
ModeratorAsked and answered many times.
If you’ve turned off all plugins and are using a WP like 2015, you should not see the warning.
Then use your theme.
Then start turning on plugins, one at a time.October 13, 2015 at 4:56 pm #245431In reply to: Register and Forgot Password
shanebp
ModeratorPlease do not hijack threads or double post.
Your reg page shows the standard layout.
Adjusting the layout may require changes in the css for your theme.
There are many articles about customizing the registration page.
Google: buddypress customize registration pageOctober 13, 2015 at 1:36 am #245400In reply to: bp_setup_current_user called incorrectly error
shanebp
ModeratorIt means something in your theme or a plugin is calling a user hook too early.
It can be tricky to track down.
It’s an aggressive notice – but just a notice, not an error.
You shouldn’t see it unless you have debug turned on.October 12, 2015 at 4:09 pm #245388In reply to: buddypress frontend links
robert198222
Participantyou’re correct regarding the nginx rewrites, didn’t think of that…
hmm.. how strange, not sure what to do actually. The theme developers say that it should work.
http://listify.astoundify.com/article/683-is-the-listify-theme-a-buddypress-compatible-themeNow the “Change Avatar” link isn’t shown anymore for some reason, only thing I did was to deactivate and then reactivate the buddypress plugin. everything in the configuration seems correct (in setting the “Allow registered members to upload avatars” is checked). and only error I have in the logs is this related to buddypress.
Perhaps better to uninstall buddypress for now and wait for a more stable version.
October 12, 2015 at 4:00 pm #245387In reply to: buddypress frontend links
shanebp
ModeratorIf it was nginx, why do the links work in theme 2015 ?
October 12, 2015 at 3:22 pm #245386In reply to: List or grid format for members or groups directory
Venutius
ModeratorTrouble is other then the lack of buddypress support I really like my theme, I guess that’s always going to be an issue unless I can find an alternative that has the right look and feel. None of those that were listed for example seem to support a header image, which I find is desirable. Also, they tend to be a bit too buddypress centric as far as I can see.
October 12, 2015 at 2:00 pm #245379In reply to: List or grid format for members or groups directory
Paul Wong-Gibbs
KeymasterPretty sure next set of templates will have members as a grid, yes. All of the popular third-party BuddyPress themes have done it like this, so we’d be foolish to not do the same.
October 12, 2015 at 1:53 pm #245375In reply to: buddypress frontend links
shanebp
Moderator1. Other people do have this issue. It’s due to the use of some hook in their theme or a plugin.
2. Something in your theme is rewriting or redirecting urls.
October 12, 2015 at 1:46 pm #245373In reply to: buddypress frontend links
robert198222
Participant1st issue: How come no one else gets this issue? I have a plain installation (manually installed) of wordpress and a theme installed (no core files are edited).
2nd issue. I tried switching to WP theme 2015 and it’s working. Not sure what needs to be done to make it work with my theme?
/Robert
October 12, 2015 at 1:25 pm #245370In reply to: buddypress frontend links
shanebp
Moderator1st issue: a plugin is calling
bp_setup_current_usertoo soon – using a hook that fires before BP is ready. This can be tricky to track down.2nd issue: All the links look correct. It’s probably an issue in your custom theme. To confirm, try switching to a WP theme like 2015.
October 12, 2015 at 8:24 am #245360In reply to: List or grid format for members or groups directory
YesPapa
ParticipantYep. You can look at Premium ThemeForest Themes by example.
And when we look at the default attached informations to a member list entry, I think too much spaces are loosed for only few informations. Have a member grid can be great to optimize the area page and don’t have to scroll too much.
October 12, 2015 at 7:46 am #245359In reply to: List or grid format for members or groups directory
Venutius
ModeratorAre there any Themes that show these lists as grids?
October 11, 2015 at 5:45 pm #245355In reply to: Buddypress profile menu
shanebp
ModeratorI repeat:
This is most likely related to something in your theme.
To confirm, try switching to a WP theme, maybe 2015.October 11, 2015 at 9:45 am #245347In reply to: List or grid format for members or groups directory
Henry Wright
ModeratorSo it is better for this plugin to do the styling.
BuddyPress is intentionally built to be flexible. Even though it works well “out-of-the-box” it isn’t designed to be finished. If we added everything to core, then it would bloat the project. The idea is for you to extend your own personal copy of BuddyPress with plugins and themes to make it unique. There’s 2m+ BuddyPress sites out there (according to the number of downloads) and we wouldn’t want them all looking and acting the exact same.
October 11, 2015 at 3:56 am #245343In reply to: List or grid format for members or groups directory
Michael Bryner
ParticipantBest request so far on this forum and surprised you reopened this thread. Buddypress, bbPress, and WordPress are so easily close the threads before anything is even discussed and easily just assumes its better to go to a theme author to implement it when it not the theme author that works on this plugin at all. Theme Authors are 3rd party. So it is better for this plugin to do the styling.
October 10, 2015 at 7:45 pm #245338In reply to: [Resolved] Display name instead of Username
shanebp
ModeratorIt’s easy to add a member’s display name.
Create a template overload of this file:
buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.phpThen replace this:
<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2> <?php endif; ?>With this:
<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> <h2 class="user-fullname"> <?php bp_displayed_user_fullname(); ?> <small>@<?php bp_displayed_user_mentionname(); ?></small> </h2> <?php endif; ?>October 10, 2015 at 4:19 pm #245332In reply to: Buddypress profile menu
shanebp
Moderator@stockton – do you mean BuddyBoss theme?
You should ask the theme authors about your issue.
If you’re using multi-site, be sure to tell them that.October 10, 2015 at 3:54 pm #245330In reply to: Buddypress profile menu
stockton88
ParticipantMine is Boss theme.
My profile menu is kinda missing as well.
Is there any way to bring them back?
October 10, 2015 at 1:47 pm #245329In reply to: Buddypress profile menu
shanebp
ModeratorThis is most likely related to something in your theme.
To confirm, try switching to a WP theme, maybe 2015.October 9, 2015 at 12:03 pm #245287In reply to: Help with BuddyPress menu
Venutius
ModeratorI know in the theme I am using I can create a secondary menu bar, and using a plugin I can hide the contents of this from my logged out users. Does your theme allow this?
Otherwise I’m not sure how you would create this second menu without coding, I can’t see any plugins that would do that.
October 8, 2015 at 8:18 pm #245276In reply to: Help with BuddyPress menu
Venutius
ModeratorThink that option may depend on the theme that you are using having the option for a second menu bar.
Another way of doing that would be to add all of the items to the one menu bar, then set half the items to be viewed only by non-logged in users and half the items viewable by logged in users only
October 8, 2015 at 4:01 pm #245268In reply to: Is multi-site the right way to go?
mrsminkie
ParticipantIt sounds as though I’d be making the site much more cumbersome than it needs to be, and it already has a lot of plugins for functionality.
I will test the multi-site with secondary BuddyPress blog one day, but for now, I’ve decided to just try and work within the theme as best I can.
I do think that multi-site, although perhaps overkill, is what I needed to be able to keep my userbase constant and able to log into either site (area), while allowing content to be shared across the network.
Thanks for your advice!
October 8, 2015 at 1:21 pm #245258In reply to: Is multi-site the right way to go?
Henry Wright
ModeratorYour theme not being suitable for standard pages isn’t reason enough to use multisite. It might solve your problem but it is kind of like using a sledgehammer to crack a nut. Have a read of this article, it will give you some things to think about before you go down the multisite path.
October 8, 2015 at 12:47 pm #245255In reply to: Is multi-site the right way to go?
mrsminkie
ParticipantI understand what you’re saying about keeping things simple but unfortunately, the BuddyPress theme is very much orientated towards being a social network and isn’t suitable for standard pages, nor is it very easy to create custom templates for – I have already created quite a few to handle custom post types.
Additionally, the main menu of the BuddyPress theme is an extension of the admin bar, and it doesn’t support a dropdown menu. I could only add choices to the profile dropdown (with profile, photos, friends etc.) which is far from ideal.
October 8, 2015 at 11:51 am #245253In reply to: Is multi-site the right way to go?
Henry Wright
ModeratorIf I understand your requirements right, I wouldn’t use multisite for this. I also wouldn’t use separate installs.
Considering you just need a main site area and a BuddyPress area, I would aim to keep things as simple as possible and address this problem with a custom theme. You can add a /your-theme/buddypress/ folder which contains all of your BuddyPress templates. Then it’s just a case of styling both the main area and your BuddyPress pages to look consistent.
-
AuthorSearch Results