-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 7 years, 7 months ago
BuddyPress Nouveau is the new template pack and it’s coding is different from the legacy(old template pack). The code that you were trying is ll written for legacy only.
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 7 years, 7 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 7 years, 7 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 7 years, 7 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 7 years, 7 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 7 years, 7 months ago
Thanks 🙂
-
Prashant Singh replied to the topic Disable Member page to non-logged in users in the forum Requests & Feedback 7 years, 7 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 7 years, 7 months ago
Hi,
Please check this link: https://wptavern.com/how-to-change-the-default-members-landing-tab-in-buddypress
Thanks
-
Viktor Szépe replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 7 years, 7 months ago
> Why you didn’t tried it with jquery ?
Maybe search robots will not run JavaScripts.
-
Prashant Singh replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 7 years, 7 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
-
Remix World's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Auto post from reddit in the forum Creating & Extending 7 years, 7 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 7 years, 7 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 7 years, 7 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 7 years, 7 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 7 years, 7 months ago
-
Prashant Singh replied to the topic Disable Member page to non-logged in users in the forum Requests & Feedback 7 years, 7 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 7 years, 7 months ago
Please go to your dashboard and navigate to appearance->customize->Additional CSS and add it there and publish the changes.
Thanks
-
Viktor Szépe replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 7 years, 7 months ago
Actually it would be a work-around.
I am looking for the clean solution. -
Prashant Singh replied to the topic Adding rel=nofollow to buddypress’ admin bar items in the forum Creating & Extending 7 years, 7 months ago
So you want to remove the login link and want to add it back with this attribute right?
- Load More