Search Results for 'buddypress'
-
Search Results
-
Hey,
A lot of my (impatient) users double or triple click on the “post update” button (#aw-whats-new-submit), thus creating duplicated activities.
I only found this 5 year old topic , where @henrywright suggested to insert jquery code in the post-form.php (in a child theme). Which I did:<?php /** * BuddyPress - Activity Post Form * * @version 3.1.0 */ ?> <?php /* * Template tag to prepare the activity post form checks capability and enqueue needed scripts. */ bp_nouveau_before_activity_post_form(); ?> <h2 class="bp-screen-reader-text"><?php echo esc_html_x( 'Post Update', 'heading', 'buddypress' ); ?></h2> <div id="bp-nouveau-activity-form" class="activity-update-form"></div> <script> jQuery( 'input#aw-whats-new-submit' ).click( function() { jQuery( "input#aw-whats-new-submit ").attr( "disabled", true ); jQuery(this).addClass( "loadingBP" ); }); </script> <?php /* * Template tag to load the Javascript templates of the Post form UI. */ bp_nouveau_after_activity_post_form();Unfortunately, clicking on the button (although it’s the right selector) does not trigger the jQuery event.. I’m puzzled! Any help welcomed!
ThanksTopic: Password Reset – 404 error
Hello, we are super happy with the plugin. Unfortunately, it is not possible for users to reset the password. Independent of which email address you put there, the next page is the 404 error. And no email is sent.
Can you support here please?WP Version 5.5
Buddypress Version 6.4.0Topic: Profile Main Nav Disappeared
Hey Guys
I need to make my community private for members including the members and groups page showcase and also members and groups profile.
I used plugin for restrict content by showing a restricted content message or redirect to login or register page, but that not work well with buddypress. am using “Restrict User Access â Membership Plugin with Force
” plugin, it work fine with member profiles
Redirect for group showcase page and child group pages not work, any help ?Greetings,
I have a problem that has me stumped. Thank you in advance for any help you might be able to offer. Website is canyonguidesinternational.org
Started with MemberPress and Divi theme. Added BuddyPress to provide users the ability to create extended user profiles. Added a BuddyPress integration plugin provided by MemberPress. The only other plugins installed are reCaptcha and WordFence.
The problems …
WITH BUDDYPRESS DISABLED
Things work fine, except of course I cannot access BuddyPress features.WITH BUDDYPRESS ENABLED â LOGGED IN AS ADMIN
Things work fine. Can access BuddyPress features. BUT trying to get to homepage keeps redirecting me to âŠ/members. I have the homepage set to static page HOME and cannot find any other place that could be causing the redirect. I can get to other pages using the navigation menu, but not the homepage.WITH BUDDYPRESS ENABLED â LOGGED OUT
Going to home page gives me this message: “Please provide a valid activation key.” I can get to other pages using the navigation menu, but not the real homepage.Topic: private message not response
Hello,
Everything was fine until upgrading to version 6.4.
Now Activity page doesn’t load.
It shows this error message: ERR_TOO_MANY_REDIRECTSI deleted all cookies but the problem remains the same.
Activity page is not my home page, and I have BuddyPress installed and integrated with Learnpress. However it was working fine withe the previous version and I havent installed any other new plugins.
I will thank any suggestions to fix this.
Regards
Topic: Erros, blocking wp-admin
#6 /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-functions.php(538): apply_filters(‘bp_core_get_dir…’, Array, ‘all’)
#7 /srv/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-cache.php(88): bp_core_get_directory_page_ids(‘all’)What can i do????
Hello. I’am using this theme https://themeforest.net/item/vikinger-buddypress-and-gamipress-social-community/28612259 and this plugin https://codecanyon.net/item/snax-viral-frontend-uploader/16540363.
I’m also, of course, using buddypress on my website- But for some reason, the notifications are showing blank. See example: https://imgur.com/a/CXL2yFF
Can I get a help, please ?
How can I allow mediapress to post without adding text to post form? Some members just want to add a quick photo without adding text, but there is an error message if they don’t include text. I tried this, but it didn’t work:
https://buddypress.org/support/topic/allow-empty-whats-new-activity-update/
Topic: Header color issues
Hello, I have problems with the header colors, I am using divi and I have some colors set for the header, the problem comes with the pages that come from buddypress, I don’t know why it does not save the same color design, it changes to the color By default it came to me in divi, for example my header is I change the color to blue and if I enter home it is blue, if I enter the blog it is blue, if I contact it it is blue, now if I enter members or in the profile of buddypress and other pages that are with buddypress leaves them in white as it came by default, any solution?