Search Results for 'wordpress'
-
Search Results
-
Hello! I am trying to create a social network having the buddypress 5.0 with the update of the last wordpress and I am having problems doing trial and error when creating a user and logging in but it does not let me settle with the user once it has already been registered!
In the social network I have put several profiles (user and professional) and with neither of them it allows me to access the network being already registered! I need help!!Topic: Cannot remove group invites
Hi folks,
we have a private group where a user sent out some invites. The list under “pending invites” (like here: checking for pending invites) offers a “delete” or “remove” button. However, clicking on it won’t remove anything but give the generic error message “Group invitation could not be removed”. This happens with expired invites as well as with new invites.Running on Buddypress 5.0.0 on WordPress 5.2/5.3, additional BP-Plugins Group Email subscription, and the Woffice Theme (nothing special about invitations here, I think).
Is there – besides this screen – any option to remove pending invites to renew an invitation? And: do invitations really expire? At this point I’m not sure it’s a user issue, but I can reproduce the “cannot remove” issue with new invitations as mentioned.
Thanks for any hint!
regards
ekaHello, I have an issue, whenever I try uploading profile picture using a phone like android it’s impossible to crop or see the other half of the picture without a landscape view. This makes it impossible to crop. Tried reducing the size or the jcroper when then the crop floats about. Any solution to this please.
Using wordpress 5.2.4
Buddypress 5.0.0Hello, we’re using WordPress version Version 5.3, BuddyPress version 5.0.0 and our website is https://www.lightstalking.us. The theme we’re using is called Performag (Version: 1.409).
Two days ago we suddenly started to have this issue regarding posting images in forum threads – our forum participants can’t post images. They can upload them and hit the send button, but the images simply won’t show up in the thread.
The issue is not due to plugin incompatibility because it’s still there even when I disable all the plugins we have.
Let me know if there’s anything we can do to solve this.
Best,
JasenkaHi
When I upload a profile picture it will upload the picture but will not allow me to crop it. The is a tiny black box in the top left corner which when hovered over gives the ‘change size’ arrows, but when clicked it gets even smaller and the arrows do not appear.
I am using the latest versions of WordPress and Buddypress.
I have tried the following:
* Used default 2017 theme
* Disabled all plugins except buddypress
* Used different browsers: Firefox, Chrome, Edge, SafariWhen searching this forum I have seen that this is a known problem but have been unable to find any solution.
Any assistance would be greatly appreciated.
Hello Team,
Thank you for providing this amazing plugin ‘Buddypress’ to create own social platform. Actually I am facing a problem related to “Register” page.WordPress version – 5.2.4
BuddyPress version – 5.0.0
Website Link – Check HereI am using polylang plugin to create a multilingual website. When I deactivate this plugin everything works fine but when I activate this then the issue arises.
Is there any way so that buddypress regsiter page can work. I don’t want a translation of it, i just want it works.
Thanks
NitinHi,
We’re having problems with notification emails for comments in the activity. From our admin user we don’t receive any notification, while from a normal subscriber user we created, we receive that emails.
Is there any way we can test this behavior? I’ve installed this plugin to track the emails but it seems that Buddypress emails are not tracking https://wordpress.org/plugins/email-log/Thank you in advance
Hi,
I am working on the login form on the home page and I use “WordPress Login Form”. To avoid being redirected to login.php after entering the wrong data and when the form fields are empty, I pasted the following code. I have a question, how do I add a login error message to a custom login page „WordPress Login Form”?
ps. I think the added code does not have to be divided into two parts. Can it be shortened?<?php //Is the data correct function my_front_end_login_fail( $username ) { $referrer = $_SERVER['HTTP_REFERER']; // where did the post submission come from? // if there's a valid referrer, and it's not the default log-in screen if ( !empty($referrer) && !strstr($referrer,'wp-login') && !strstr($referrer,'wp-admin') ) { wp_redirect( $referrer . '?login=failed' ); // let's append some information (login=failed) to the URL for the theme to use add_action( 'wp_login_failed', 'wp_login_form'); exit; } } //if the fields in the form are empty add_action( 'wp_authenticate', '_catch_empty_user', 1, 2 ); function _catch_empty_user( $username, $pwd ) { $referrer = $_SERVER['HTTP_REFERER']; if ( empty( $username ) || empty( $pwd )) { wp_redirect( $referrer . '?login=failed' ); exit(); } } ?>Hello,
My buddypress group description/except is being cut off on the second line when on that group’s page (not like an ellipsis, like the top half of letters are showing and the bottom half are not). Was wondering if anyone has encountered this/found a solution?
I’m running WordPress 5.2.4 with Kleo theme version 4.9.18thank you!