-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
That’s ok.
I am talking about this : http://prntscr.com/kvj2s8
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
Please let me know which template you are using?
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
So this plugin did’nt work for you right?
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
If you can check once with this plugin https://www.buddyboss.com/purchase/buddypress-reorder-tabs/ once then it will be great.
Thanks
-
Prashant Singh replied to the topic Hiding images from activity stream in the forum How-to & Troubleshooting 6 years, 2 months ago
Thanks 🙂
-
Prashant Singh replied to the topic Disable Member page to non-logged in users in the forum Requests & Feedback 6 years, 2 months ago
Thanks for the appreciation 🙂
Please check reply there.
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
Please check this link: https://wptavern.com/how-to-change-the-default-members-landing-tab-in-buddypress
Thanks
-
Prashant Singh replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 6 years, 2 months ago
Why you did’nt tried it with jquery ? In this way you will not need to edit any plugin also.
You can try something like this : https://stackoverflow.com/questions/25306815/jquery-add-attribute-to-anchor-tag-in-specific-div-tag-with-id-pattern-content-c
Just have to use your classes of login and regsiter links.
Thanks
-
Prashant Singh replied to the topic Auto post from reddit in the forum Creating & Extending 6 years, 2 months ago
Hi,
There is no such feature or plugin I can see for now. It will need development/customization work.
Thanks
-
Prashant Singh replied to the topic Hiding images from activity stream in the forum How-to & Troubleshooting 6 years, 2 months ago
Got it, the class thumbnail is not there.
Please replace previous code with this:
.activity-list .activity-content img {
display: none;
}Thanks
-
Prashant Singh replied to the topic Shortcode in the forum Creating & Extending 6 years, 2 months ago
Hi,
Please check this thread: https://buddypress.org/support/topic/buddypress-registration-shortcode/
Thanks
-
Prashant Singh replied to the topic Creating a BP theme in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
In child theme you can override only BuddyPress templates and can write styles for them only. Rest of the styling will be the same as your parent theme. Creating a child does not mean that you have to restyle or redesign everything.
Please read this: https://codex.wordpress.org/Child_Themes
We always includes parent theme’s style in child…[Read more]
-
Prashant Singh replied to the topic Buddypress username in profile in the forum How-to & Troubleshooting 6 years, 2 months ago
-
Prashant Singh replied to the topic Disable Member page to non-logged in users in the forum Requests & Feedback 6 years, 2 months ago
You can use this plugin https://wordpress.org/plugins/loco-translate/ to translate/change the text.
If it is a single text please let me know, I will provide a code snippet for that then there will be no need to install a plugin for just one text change.
-
Prashant Singh replied to the topic Hiding images from activity stream in the forum How-to & Troubleshooting 6 years, 2 months ago
Please go to your dashboard and navigate to appearance->customize->Additional CSS and add it there and publish the changes.
Thanks
-
Prashant Singh replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 6 years, 2 months ago
So you want to remove the login link and want to add it back with this attribute right?
-
Prashant Singh replied to the topic Notifications alert is not working in Buddy Press in the forum Installing BuddyPress 6 years, 2 months ago
Hi,
Please let me know what do you mean by an event here?
BuddyPress notifications are these only: https://buddypress.org/about/notifications/
Thanks
-
Prashant Singh replied to the topic Hiding images from activity stream in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
Please try this CSS code:
.activity-list .activity-content img.thumbnail {display:none;}
Thanks
-
Prashant Singh replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 6 years, 2 months ago
Hi,
Please check this thread: https://wordpress.stackexchange.com/questions/223764/change-to-nofollow-tag-in-wp-login-php/223782
Thanks
-
Prashant Singh replied to the topic Depending on the group status, change the default tab of the group in the forum Installing BuddyPress 6 years, 2 months ago
Hi,
It will need some customization but you can use this snippet https://buddydev.com/introducing-buddypress-default-group-tab-plugin/ to add your condition there and it should work.
Thanks
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago