Search Results for 'buddypress'
-
AuthorSearch Results
-
May 28, 2012 at 7:46 pm #135180
In reply to: [Resolved] Settings page not found for users?
@mercime
Participant@magoo25 glad you resolved it. If you were using a WP theme with BP template pack, that means that the transfer of BP template files to your active WP theme was corrupted/incomplete otherwise you wouldn’t have had to upload settings.php into your theme folder..
May 28, 2012 at 7:27 pm #135176@mercime
ParticipantPlease post at https://buddypress.org/community/groups/bp-jobs-board/ which has its own feed which some follow and at http://jobs.wordpress.net/
May 28, 2012 at 7:02 pm #135174In reply to: Help us… get help…
artsupplywarehouse
Member@sandieann
If you use google you can put in
site:buddypress.org
with your search and the search results will be limited to results from this site which is cataloged daily by google, including all of the forums. I did some searching and testing and was satisfied that it works pretty well.May 28, 2012 at 6:19 pm #135172Hugo Ashmore
ParticipantThe reason you are having problems is due to mal-formed markup, if markup is broken then rendering engines have to make best guesses at how to render a DOM that makes sense to it and then try and apply what CSS properties it can .
Your immediate problem – the white text – is due to your header elements being unclosed. You have two unclosed elements in the <div id=”header”> block this means that the parser has to guess at what makes sense and it sees the last unclosed div and then takes the closing header tag and applies it to that last child div, the result is that #header is still actually open any properties it has are inherited if that’s their aspect to all further elements until the parser can find a suitable closing div thus the rule color: #fff; applied to #header is filtering through.
Finish off the two inner divs in #header with correct closing tags and the colour for the majority of body text will return to bp-default body colour.
May 28, 2012 at 5:12 pm #135171In reply to: Struggling to create groups using my own theme
weeleeler
MemberHi, thanks for replying,
If I activate the buddypress template rather than my own, it works without any problems so it must me my template. Everything else seems to work fine. I dont even know where to start.
Any more ideas?
May 28, 2012 at 4:16 pm #135169In reply to: bp site-wide forums
Mike3853
Memberok sorry the links don’t work now. I unfortunately asked my web hosting company for some help and they said buddypress was the problem so disabled it and messed with some files and now it’s completely broken so I’m going to reinstall everything.
But if my original question makes sense I would still appreciate some input on it, thanks!
May 28, 2012 at 4:15 pm #135168bg
MemberHi, thanks for your prompt response! Here’s the link: http://buddygalaxy.com. I can’t seem to find a solution to change the text color in the body, even though I have created a child theme to modify the css. But, still no luck.
And, I want to change the title text color to white, I don’t know how either? I went to header section under appearance where there is an option to change the title color, but after I have selected white color nothing has changed?
May 28, 2012 at 4:02 pm #135167In reply to: [Resolved] unwanted ”search links” on profile pages
mystica
Memberall right, just solved with https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
May 28, 2012 at 1:17 pm #135165In reply to: [Resolved] Settings page not found for users?
abray
ParticipantI found on here somewhere (??? sorry I can’t find it now) – that if you COPY the Settings folder from the MEMBER folder in the Buddypress CORE over to the MEMBER folder in your THEME – it will resolve our issue.
Copy the ENTIRE Settings folder from here
…./wp-content/plugins/buddypress/bp-themes/bp-default/members/single/settingsto here — be sure to put it in YOUR THEME FOLDER
…./wp-content/themes/YOUR THEME FOLDER/members/single
This worked fine for me.
May 28, 2012 at 12:40 pm #135164In reply to: [Resolved] buddypress friendship-button don’t work
Hugo Ashmore
ParticipantAh
glad you resolved the issue though. for the record you almost never need to hard code urls WP/BP provide functions for fetching domain paths, urls; you should be ale to see examples in various template files.May 28, 2012 at 12:36 pm #135163thirstcard
MemberI was looking for this for ages. Thanks for pointing out.
May 28, 2012 at 12:07 pm #135160In reply to: search buddypress.org
Hugo Ashmore
ParticipantThe issue with site searches is known and will be addressed, in the meantime the best approach is to use google to search the site.
May 28, 2012 at 11:33 am #135159Carvill
ParticipantJust to let you know I have resolved the problem, it could of been one of the following I’m not exactly sure which one, all I know is it has corrected itself some how.
Deactivating any plugins that are related to Buddypress
Switching to WordPress Defualt theme
Removing and reinstalling BuddypressIf anyone out there feels they can educate me on how this may of happened I would be grateful.
Regards
RobMay 28, 2012 at 10:39 am #135157pricklepantz
MemberI am looking the same plugin here.
Tried Achievement but the hooks don’t work well with latest BuddypressMay 28, 2012 at 10:21 am #135156In reply to: [Resolved] buddypress friendship-button don’t work
ppagie
ParticipantFixed! I had made a hardcoded menu with some www. url’s in it to the pages…. so the coockies didn’t work correct…
Thanks for your replies!!!May 28, 2012 at 10:05 am #135155In reply to: [Resolved] buddypress friendship-button don’t work
ppagie
ParticipantTHX for your answer…
In default theme it still didn’t work
I tried de-activate all the plugins except BuddyPress
Still no luck…Strangest thing to me is that the functions do work when opend in a new window???
Hope you can give me some clue?
May 28, 2012 at 9:47 am #135154In reply to: [Resolved] buddypress friendship-button don’t work
Hugo Ashmore
ParticipantAs always first instruction is to activate the BP default theme and see if the button still doesn’t work to determine if it’s your custom theme causing the issue, likewise plugins might also be causing a conflict so if possible disable all that are not vital.
May 28, 2012 at 9:42 am #135153Hugo Ashmore
ParticipantNot enough detail to be able to help you with.
You will need to provide a link so someone can actually see what’s happening.
May 27, 2012 at 9:24 pm #135143In reply to: [Resolved] is bp_default compatible with bbpress?
Mike3853
MemberOk so I did a fresh install of worpress on my website and when installing buddypress and the site wide forums…I get this error after activating bbPress ” Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in /hermes/bosweb/web123/b1238/ipg.msflightsnet/wp-admin/includes/plugin.php on line 883 ” and my dashboard doesn’t work anymore.
Any ideas? Maybe this is a child theme issue and I have to add certain files to it? Thanks!
May 27, 2012 at 9:14 pm #135142In reply to: Cant update user profile
@mercime
ParticipantThat’s really weird. Given that you’ve not gone through the Installation wizard as seen here https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/ go to dashboard menu BuddyPress > to all links to configure different components of BuddyPress as seen here https://codex.buddypress.org/getting-started/configure-buddypress-components/
May 27, 2012 at 9:05 pm #135140In reply to: BP_ENABLE_MULTIBLOG
Paul Wong-Gibbs
KeymasterDoes one of these avatars (say, a group avatar) work on one site, but not the others? Can you share the URLs to the images that the default theme gives you? Can you confirm the version of WordPress and BuddyPress that you’re running?
May 27, 2012 at 8:47 pm #135139thirstcard
MemberThanks for the link. For everyone reading this post, the short answer is it isn’t currently possible (or at least not easy to achieve with the current implementation of BP).
May 27, 2012 at 8:36 pm #135138In reply to: Cant update user profile
fallingup
ParticipantThis seems to be a problem with all BuddyPress forms, I cant send messages, create groups, edit profile, etc etc
May 27, 2012 at 7:44 pm #135134@mercime
ParticipantI saw the same question at stackexchange and it’s answered there
May 27, 2012 at 7:13 pm #135132In reply to: Cant update user profile
fallingup
ParticipantAlright, so I deleted BuddyPress, deactivated all plugins, switched to twentyeleven. I then re-uploaded and activated BuddyPress plugin only(still no installation wizard…), activated the default BP theme, and the problem still exists.
Not sure what to do right now… I will be willing to pay someone if they know of a fix
EDIT: I set up a dev server last week and I did the upgrade there first, to make sure everything was good, and it is, I just tested and I can edit user profile successfully on that site. I went through all of the same steps in the exact same order. Could it be a issue with the DB on the live site? But users can still register through gravity forms, is there a way I can just make a new “edit” form that will work?
-
AuthorSearch Results