-
tabithalee12's profile was updated 7 years, 6 months ago
-
Tracey Green's profile was updated 7 years, 6 months ago
-
Dream Catcher replied to the topic BP-Nouveau Body Class Override Fix in the forum How-to & Troubleshooting 7 years, 6 months ago
I did, found the issue as it was a problem in the bp-custom file. Thanks
-
Kenneth Cobb's profile was updated 7 years, 6 months ago
-
Kristy Hughes's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Create A New Group Page Is Blank in the forum Installing BuddyPress 7 years, 6 months ago
Hi,
Have you tried disabling plugins? Also check once with the default theme like twentyseventeen(if not done).
Thanks
-
Anthony Black's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Block Characters e.g. @, numbers, dot etc. in text fields / multiline text in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please try this code:
jQuery(document).ready(function(){
jQuery('#input').bind('keydown', function (event) {
var regex = new RegExp("^[0-9.@]+$");
var key = event.key;
if (regex.test(key)) {
event.preventDefault();
return false;
}
});
});#input…[Read more]
-
Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago
Glad to know that it worked for you 🙂 Always welcome 🙂
-
Angelica Griffi's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic BP-Nouveau Body Class Override Fix in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
I have checked this with a default theme twenty seventeen and this is not the issue there. I am seeing ‘bp-nouveau js’ as well as other body classes ‘single single-post’ and so on.
Please consult with your theme vendors, it’s possible that there is an issue at their end.
Thanks
-
Prashant Singh replied to the topic Plugin to Filter Activity on BP in the forum Miscellaneous 7 years, 6 months ago
Hi,
Please check this thread: https://buddypress.org/support/topic/activity-loop-filtering-multiple-or-excluding-filter/
The code given there will only output these activities:
'activity_update',[Read more]
'activity_comment',
'new_blog_post',
'new_blog_comment',
'friendship_created',… -
Prashant Singh replied to the topic Private Blogs in the forum How-to & Troubleshooting 7 years, 6 months ago
Perfect 🙂
-
Prashant Singh replied to the topic Login / Registration through social media in the forum How-to & Troubleshooting 7 years, 6 months ago
I think instead of all of the mentioned plugins there are not any plugin that can do what you want. I think you can go for WordPress Social Login and can ask devs to include those fields.
Thanks
-
martapaul18's profile was updated 7 years, 6 months ago
-
Benij Parks's profile was updated 7 years, 6 months ago
-
Veram Bell's profile was updated 7 years, 6 months ago
-
Veram Bell's profile was updated 7 years, 6 months ago
-
Natalie Henry's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic How to add captcha to BP login widget? in the forum How-to & Troubleshooting 7 years, 6 months ago
Welcome ????
- Load More