Search Results for 'buddypress'
-
AuthorSearch Results
-
September 5, 2017 at 10:41 am #267871
In reply to: registration page styling
zo1234
ParticipantThe whole freakin Plugin needs a UI & layout makeover. It’s 2017, looks like crap vs today’s UI/UX standards. This is why people are willing to pay for premium plugins like Ultimate Member plugin $200/year, or BuddyBoss theme – for design & looks alone. I’d even pay for a UI/UX upgrade that looks similar to Ultimate Member because BuddyPress has more add-ons and better performance. Start a kickstarter page lol and hire an excellent UI/UX designer! BuddyPress is too popular of a plugin to have bad design.
September 5, 2017 at 7:52 am #267869In reply to: registration page styling
x3mp
ParticipantI am not attacking the BuddyPress Dev team to be clear.
I’m just saying that there should be a customization option for the registration page.
Because right now the styles are dependent on the theme. Why not add an option that allows people to place a certain field at a place and fully customize that field to their likings. Of course I understand that is hard and takes a long time and will probably not happen.
But please the team would make a lot of people happy by adding an option so people can customize the registration page apart from the full theme like its own style sheet.September 4, 2017 at 8:22 pm #267864In reply to: Question about issue in my site
aladinDr
Participanti guess we’ve developer working with us , has working for make that option for moderator of groups ,and he leaves and let his costumize in our site that’s so unprofessionel , now i cannot contact him , what if i deleted buddypress and install again is that can resolve the issue
September 4, 2017 at 5:24 pm #267862In reply to: registration page styling
Hugo Ashmore
Participant@all Could we maybe a little less rude about BuddyPress styling we put a heck of a lot of our work time into providing BP as theme compatible app, it sounds like you’re all experiencing problems with premium WP themes affecting BP. Our registration screens are as best they can be made when we have to try and cater for unknown styling layouts.
Above all else before making remarks please do try to bother to read the Codex documentation which explains just how to avail yourselves of the huge flexibility BP template hierarchy affords users and the ease in which you can overload all template files to child themes including the BP stylesheet. In other words RTFM 😉
> BuddyPress needs to do something about this.
No we don’t! We don’t have to support premium themes we support themes coded to WP theme standards to do more is more work than a volunteer set of devs can handle. There is always the option of hiring a dev to get things settled in to your theme.
September 4, 2017 at 8:15 am #267859In reply to: registration page styling
x3mp
ParticipantSame issue here. I just want to be able to edit the css of the registration fields.
My theme (Avada) doesn’t have a straight forward style.css it does not simply work like that.
BuddyPress needs to do something about this.September 3, 2017 at 9:42 pm #267854In reply to: Slider in Activity Content Body
ppahv
ParticipantHi,
I’ve just installed BuddyPress on my WordPress and I’ve also noticed that BuddyPress messes around with my Flexslider by slowing down the loading of the first slide.
I don’t get your explanation to solve this problem. Could you be more precise about it?
Thank you very much your answer.September 3, 2017 at 8:22 pm #267852In reply to: Avatar across multisite
deadlinkd
Participanthi,
Been trying to set this up for a few days now, but no success. I’ve setup a multi-site network with sub-directories and buddypress network activated.
I’ve added define( ‘BP_ENABLE_MULTIBLOG’, true ); to config.php as recommanded for BP multisite install.Main site: mydomain.com
subsite: mydomain.com/subsiteWhen users upload their profile picture on main site, unfortunately it doesn’t sync with their profile when they go on the subsite.
The following codes have worked for some people but not for me. Still trying to find a solution.
function bpdev_fix_avatar_dir_path( $path ){
if ( is_multisite() && BP_ENABLE_MULTIBLOG )
$path = ABSPATH . ‘wp-content/uploads/’;
return $path;
}
add_filter( ‘bp_core_avatar_upload_path’, ‘bpdev_fix_avatar_dir_path’, 1 );
//fix the upload dir url
function bpdev_fix_avatar_dir_url( $url ){
if ( is_multisite() )
$url = network_home_url(‘/wp-content/uploads’) ;
return $url;
}
add_filter( ‘bp_core_avatar_url’, ‘bpdev_fix_avatar_dir_url’, 1 );September 2, 2017 at 8:10 pm #267841r-a-y
KeymasterYou need to translate BuddyPress into French as well.
View this codex page for more info on how to manually download and apply the French translation:
September 2, 2017 at 8:07 pm #267840In reply to: Trouble with BuddyPress pages
r-a-y
KeymasterBuddyPress doesn’t use shortcodes.
Instead, it relies on connecting specific WordPress pages to BuddyPress components.
Read this section for more info:
https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pagesSeptember 2, 2017 at 5:13 pm #267834In reply to: Buddypress vs Elementor Pro?
xxxTRISTAMxxx
ParticipantDoesn’t buddypresss take on the main theme? So if I design my main theme in Artisteer or Template Toaster doesn’t buddypress take on that main theme?
September 2, 2017 at 4:34 pm #267833In reply to: Buddypress vs Elementor Pro?
shanebp
ModeratorYou can use builder plugins with WP, but not with BuddyPress which uses its own templates.
September 1, 2017 at 8:34 pm #267824In reply to: Showing profile members page on custom page.
peter-hamilton
ParticipantYou should copy the buddypress template files to your child theme and edit the individual profile pages there.
I managed to make a custom profile page like this
September 1, 2017 at 6:30 pm #267821In reply to: Comment Moderation and Notifications
aleon4
ParticipantMultisite running WordPress 4.7.3
Subdirectory
BuddyPress Version 2.8.2
BuddyBoss Social Learner theme -Using child theme
Did not modify core filesThe other website we’ve tested on is using the WPLMS theme. Comment moderating/notifications were working until we activated BuddyPress.
September 1, 2017 at 4:18 pm #267818In reply to: Checking for user role before group join
shanebp
ModeratorTry using this hook:
do_action_ref_array( 'groups_member_before_save', array( &$this ) );Found in:
buddypress\bp-groups\classes\class-bp-groups-member.phpAugust 31, 2017 at 7:51 pm #267812In reply to: Registration page not working in mobile devices
ulferlingsson
ParticipantWithdrawn, I realized now that the registration page is a WordPress feature, not buddypress
August 31, 2017 at 7:38 pm #267811In reply to: Registration page not working in mobile devices
ulferlingsson
ParticipantI’m leaning now towards suspecting the register page in buddypress. It has a text, and below that a form element, and within the form there are two sections, div. These divs have their respective sizes but these sizes are not inherited (or whatever it’s called) up to the form, so the form appears with no vertical extension.
This leads to that when the right sidebar moves to a relative position, its div will cover the form, and it becomes impossible to click the fields to type.
August 31, 2017 at 6:56 pm #267810In reply to: Registration page not working in mobile devices
ulferlingsson
ParticipantI tried now generating a page with a form, and it displays properly. So I’m convinced the solution is by editing something in the buddypress code that generated the registration page.
August 31, 2017 at 12:14 am #267802In reply to: How to leave a review for the buyer
franckw
ParticipantHi
My website is multi vendor and use buddypress.
If a buyer click the vendor store name (Baby Shop) in this page: https://atbuz.com/product-category/heepster-good/media/, then the buyer will go to this page: https://atbuz.com/members/baby/ , the name “baby” is a vendor store name, but how the buyer can return on the vendor (baby shop) shop page with all products? Because I don’t find any button to let the buyer return to the vendor shop page.
Can you show me how to do or how to setting please?
Thank
Franck
August 30, 2017 at 9:09 pm #267797r-a-y
KeymasterYou mention forums specifically.
If that is the case, you should use bbPress conditional functions.
See this page for more details:
If you have more questions, post on the bbPress forums as BuddyPress is not bbPress:
– BuddyPress = community
– bbPress = forumsAugust 30, 2017 at 9:06 pm #267796darrylmit
ParticipantThank you for replying. I have 7,800 members on the active site. Are there pre-existing import script that parse my old database tables to match the BuddyPress DB schema? I am thinking of simply importing the (1)user name, (2)password, (3)associated email address and (4) profile photos and then asking each user to answer the slightly different questions on their profiles on the new BP site. Is there a plugin or some script that could help with that?
August 30, 2017 at 8:03 pm #267794In reply to: BP styles & .js files missing
r-a-y
Keymasteradd_theme_support( 'buddypress' )is for custom BuddyPress themes not relying on theme compatiblity.I would remove that line from your theme’s
functions.phpand then load a BuddyPress page to see if the default BP styles show up as expected.August 30, 2017 at 8:02 pm #267793r-a-y
KeymasterYour developer would need to write an import script to parse your old database tables to match the BuddyPress DB schema.
No way around it, unless you manually create each user and fill in each user’s data one-at-a-time. This would be painful if your existing site is quite large.
August 30, 2017 at 7:53 pm #267792r-a-y
KeymasterYou shouldn’t rely on PHP conditionals for CSS targeting.
Use your browser’s developer console and check the various
bodyCSS classes and then target the ones you want to use in your CSS stylesheet.Why not use something like?
body.forums .YOUR-SELECTOR {color:red !important;}If you must use PHP conditionals, use the ones that BuddyPress provides:
https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-core/bp-core-template.php#L2034View the list of functions in that file for all the ones you can use.
August 29, 2017 at 9:46 pm #267775In reply to: bp-custom.php in folder?
Henry Wright
ModeratorHow are you trying to delete the buddypress folder?
August 29, 2017 at 7:36 pm #267772In reply to: bp-custom.php in folder?
Carsten Lund
Participantcopying the buddypress folder containing the members-loop.php to my child theme leaves my page blank.
And now the folder can’t be deleted from the child theme…“buddypress” could not be deleted, because an error (22126) occurred.
-
AuthorSearch Results