-
Prashant Singh replied to the topic Change the tittles in page in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
You can install a plugin like https://wordpress.org/plugins/loco-translate/ and then can easily change the text.
You can also check https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
Thanks
-
Prashant Singh replied to the topic Upload Avatar in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
You can follow this link: https://www.parorrey.com/blog/simple-local-avatar-custom-upload-page-for-buddypress-avatar/
Most probably, it will help you.
Thanks
-
Prashant Singh replied to the topic Image on page too big in the forum How-to & Troubleshooting 6 years, 2 months ago
.forum article img {
display:none;
}Please try this.
Thanks
-
Prashant Singh replied to the topic Image on page too big in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
Please try this CSS :
.forum article img {
width: 150px;
height: 150px;
}I can see that the image echoed there is just 14X14. Is it there purposely ?
-
Prashant Singh replied to the topic User can block another user in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
You should look for any BuddyPress moderation solution. That might serve your purpose.
Thanks
-
Prashant Singh replied to the topic Add Friend button with ajax in the forum How-to & Troubleshooting 6 years, 3 months ago
Ok, please let me know which template pack you are using right now?
-
Prashant Singh replied to the topic Image on page too big in the forum How-to & Troubleshooting 6 years, 3 months ago
That’s some customization, I think. Please let me know what exact size you want there?
-
Prashant Singh replied to the topic Image on page too big in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
First of all, sharing site username and password on forum is not recommended. Second, if you can locate me to the page where height issue comes.
-
Prashant Singh replied to the topic Profile fields in the forum Creating & Extending 6 years, 3 months ago
Ok, have you tried creating a new select field with all your options ? and then see if it is working for you or not. If yes, then you can remove old checkboxes and can keep the select box only.
If you have existing data then that might be little bit tricky but you can give it a try on staging site.
Thanks
-
Prashant Singh replied to the topic Member map in learndash website in the forum Installing BuddyPress 6 years, 3 months ago
It works with the default members directory. It never needs an extra page to do so.
Sorry for any confusion, but I was saying that it never needs a new page to do so. Certainly if you will assign any other page in drop-down then also it will show the Buddypress members directory. To make this plugin work with any custom page you need to look if…[Read more]
-
Prashant Singh replied to the topic Activity page showing all members in the forum How-to & Troubleshooting 6 years, 3 months ago
If you can check whether sidebarbis enabled on the page or not, yhen you will get an idea. Also to add anything on page you have to override the activity template in your child theme or have to use hooks to echo somethimg there.
Thanks
-
Prashant Singh replied to the topic Add content into new Item menu in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
Please replace
echo "Add Something";
withbp_core_load_template( ‘activity/index’ );
Thanks
-
Prashant Singh replied to the topic Image on page too big in the forum How-to & Troubleshooting 6 years, 3 months ago
The content is only available to members. I am not able to see the page.
-
Prashant Singh replied to the topic Add Friend button with ajax in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
Sorry for the delay. I am not on my system but you can debug the code by echoing something just after is_home(){ to see if it is coming in the condition.
If you don’t know how to code, no worries I will check and reply soon.
-
Prashant Singh replied to the topic How to overload nouveau header from plugin in the forum Installing BuddyPress 6 years, 3 months ago
Have you tried following the same path and just copy the template from new template?
-
Prashant Singh replied to the topic "Display name publicly as" to XProfile Name in the forum How-to & Troubleshooting 6 years, 3 months ago
For new users you can use the code mentioned here https://forums.wpsharks.com/t/pro-form-buddypress-make-display-name-default-to-username-or-make-it-custom-profile-field/2113
For existing users you can give this plugin https://wordpress.org/plugins/buddypress-real-names/
a try.Thanks
-
Prashant Singh replied to the topic Hide members on members page until search is performed in the forum How-to & Troubleshooting 6 years, 3 months ago
Pleasure is mine ????
-
Prashant Singh replied to the topic Member map in learndash website in the forum Installing BuddyPress 6 years, 3 months ago
In buddypress settings under pages tab you have to choose the page in members page dropdown.
Settings -> Buddypress -> Pages
Thanks
-
Prashant Singh replied to the topic New member profile data inc. in 'new user reg.-email'? in the forum Creating & Extending 6 years, 3 months ago
No, please write the field name exactly it is there in xprofile field. You can also use field id instead the name.
-
Prashant Singh replied to the topic Duplicating the activity feed somewhere else, activity buttons dont work in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
There must be some javascript code missing which was only en-queued on site-wide activity page and now that needs to be enqueued on profile also. Please check there which javascript you are missing. It will be most probably buddypress-activity javascript.
Thanks
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago