Search Results for 'theme'
-
Search Results
-
I have a major issue with something causing a login error. I have racked my brain trying to trouble shoot this but I am new to a lot of this/rusty.
I have the latest editions of BP, WP and bimber.
The error does not show an error code.
When logging in on a test account. 6 accounts to be exact.. I have to login several times to show I’m logged in. Once logged in, certain actions show I’m not logged in anymore. At that time I go to log in on a second account and it’s says account a is still logged in.
I am pulling my hair out trying to fix this. I do not have a child theme set up. All customization has been done in main theme so I’m worried about switching themes to test that. I have disabled plugins and none seem to fix the issue. Please help.Desperately waiting
Site: ScottMaplesOfficial.com
I am using buddypress and the Nouveau template.
Problem 1)
The add friend button displays fine when user isn’t logged in. Once logged in, it goes away and users cannot add each other.Problem 2)
Users are having to try to login several times sometimes in order to log in. Any ideas?I am using the Bimber theme and have checked as many settings as i know how to check. i am still new to a lot of this. Any help is appreciated
I’m having a very weird problem with Buddypress.
Buddypress 4.1.0
Wordpress 4.9.9the problem occurs regardless of theme used.
When I get confirmation emails there is a problem in the HTML part of the message.
Part of the HTML seems to be cut off.
Here’s a section of the email. There’s a fragment that is: <hr color=”#F7F3
You can see that it’s cut off. So it kills a chunk of text including the link.
I can’t find where this is generated to see what the problem might be…
Thanks,
Norman<!-- Email Body : BEGIN --> <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" bgcolor="#FFFFFF" width="100%" style="max-width: 600px; border-radius: 5px;" class="body_bg"> <!-- 1 Column Text : BEGIN --> <tr> <td> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td style="padding: 20px; font-family: sans-serif; mso-height-rule: exactly; line-height: 24px; color: #555555; font-size: 15px" class="body_text_color body_text_size"> <span style="font-weight: bold; font-size: 20px" class="welcome">Hi Norman Cates,</span> <hr color="#F7F3 <p>kiwiadmin sent you a new message: "Test for system"</p> <blockquote><p>"s dfsd fsdfsdfsdf"</p></blockquote> <p><a style="color: #0025e0;" href="https://crew.conzealand.nz/members/normancates/messages/view/19/">Go to the discussion</a> to reply or catch up on the conversation.</p> </td> </tr> </table> </td> </tr> <!-- 1 Column Text : BEGIN --> </table> <!-- Email Body : END -->Topic: Display the group id PHP ?
Hello,
This is my problem, I use ACF PRO to create my own fields on my WordPress theme, for the member profiles part everything works with this code:
<?php /** * BuddyPress - Members Settings ( General ) * * @since 3.0.0 * @version 3.1.0 */ acf_form_head (); $author_id = bp_displayed_user_id(); ?><div class="col-lg-6"> <?php acf_form(array( 'id' => 'acf-formA', /* Groupe de champs ID utilisé */ 'field_groups' => array('663'), //CHANGE ID IN LIVE /* Quelle est la function meta utiliser en $ sur ID auteur ? */ 'post_id' => 'user_'.$author_id, /* Quel est le nom sur le bouton du button de sauvegarde */ 'submit_value' => __("SAUVEGARDER", 'acf'), /* Le message que je retourne en cas de réussite sur l'infobox bootstrap */ 'updated_message' => __("Mise à jour réalisée", 'acf'), /* Button de submit de formulaire */ 'html_submit_button' => '<div class="text-center"><input name="updateuser1" type="submit" id="updateuser1" class="btn-style1" value="%s" /></div>', /* Le spinner de chargement */ 'html_submit_spinner' => '<span class="acf-spinner"></span>', 'form' => true, 'return' => '' )); add_action('acf/save_post', 'my_acf_save_post', 20); ?> </div>So far no problem to display then on the member’s profile page the information of the ACF field.
My Problem:
On the other hand, on the Groups part I can’t find how to attach the field to the ID group, that’s what I tried.In my edit-details.php (in group),My field works, I enter test in my acf form
it comes out in the echo “test” but on all the groups, I can’t associate this field with the group id.<?php /** * BP Nouveau Group's edit details template. * * @since 3.0.0 * @version 3.1.0 * @version 4.0.0 Removed 'Notify group members' checkbox in favor of hooked callback. */ acf_form_head (); $group_id = bp_displayed_user_id(); $group = new BP_Groups_Group( $group_id ); ?><?php echo get_field('test_group', 'group_'. $group_id); ?><?php acf_form(array( 'id' => 'acf-formA', /* Groupe de champs ID utilisé */ 'field_groups' => array('714'), //CHANGE ID IN LIVE /* Quelle est la function meta utiliser en $ sur ID auteur ? */ 'post_id' => 'group_'.$group_id, /* Quel est le nom sur le bouton du button de sauvegarde */ 'submit_value' => __("SAUVEGARDER", 'acf'), /* Le message que je retourne en cas de réussite sur l'infobox bootstrap */ 'updated_message' => __("Mise à jour réalisée", 'acf'), /* Button de submit de formulaire */ 'html_submit_button' => '<div class="text-center"><input name="updateuser1" type="submit" id="updateuser1" class="btn-style1" value="%s" /></div>', /* Le spinner de chargement */ 'html_submit_spinner' => '<span class="acf-spinner"></span>', 'form' => true, 'return' => '' )); add_action('acf/save_post', 'my_acf_save_post', 20); ?>Thanks for your help !
demo : https://cryodev.fr/branch/build/alpha/groupes/le-groupe-a-demo/Topic: Hide “Modify” Button
Hello,
Can you help me for hiding the “Modify” button on a member page.
I Don’t want that my members can change their profile by themself because all fields are automaticly feed by an LDAP authentication.
Before updating my Woffice theme, i just have to comment some lines of this file :
/home/wordpress/wp-content/themes/woffice/buddypress/members/single/profile.php// Edit
//case ‘edit’ :
// bp_get_template_part( ‘members/single/profile/edit’ );
// break;
But now i Don’t find where i can hide this button for my suscribers.
Can you try to help me please ?
ThxCould you please, help to solve this issue. It’s Ok, when uploading avatar via desktop, but when loading avatar via mobile – cropping image is very poor quality.
Screenshots:
http://prntscr.com/me7ja3Theme developer of the theme:
After some testing we were able to reproduce the issue and we determined that this is an issue with BuddyPress, as this issue seems to happen with the default Twenty Nineteen theme as well. So unfortunately we cannot help you resolve this as we have no control over the way BuddyPress handles avatar uploads on mobile. To go further, we invite you to contact BuddyPress support about this issue:Thank you.
Topic: visibility options bug?
Hello,
I am using the KLEO Theme (the current version supports only bp-lagacy-template) together with the current Version of BuddyPress 4.1.0, and having some serious trouble.
1. Whenever I try to change the visibility settings of the Name Field on the registration page, it jumps back to the default „everyone“ value (please note the attached GIF). As far as I understand BuddyPress requires this field to always be present and for the value to always be everyone. But why is the line of text and visibility option setting shown beneath the Name Field then? And if the settings are not stored as expected, the user ends up confused.
2. Similar issue on the user’s profile page. Whenever I try to change the visibility settings of an xProfile (Detail), it looks as if a chosen setting is stored while saving, but the text still says „This field can be seen by: everyone), which confuses the user even further (please note the attached GIF).
It looks like a BuddyPress related bug to me, because for testing purposes I have deactivated any other plugin that might interfere. My site is still under construction, so unfortunately I cannot proof my claim „live“. Can you please confirm, if these issues exist on other websites as well?
Thank you in advance for your reply.
Regards,
Martin

