-
Varun Dubey replied to the topic How to integrate with WooCommerce? in the forum How-to & Troubleshooting 6 years, 5 months ago
You can start with their lite version https://wordpress.org/plugins/wc4bp/
-
Varun Dubey replied to the topic Directing Members to Activity Page in the forum Requests & Feedback 6 years, 5 months ago
-
Varun Dubey replied to the topic Problem with Buddypress in the forum Installing BuddyPress 6 years, 5 months ago
@lunarayven Register page should work after page mapping. Try to save your site permalinks again from Setting >> Permalinks.
To debug the issue, try to deactivate other BP-related plugin and keep BuddyPress plugin active -
Varun Dubey replied to the topic Users Settings (Change Password) option page not working in the forum How-to & Troubleshooting 6 years, 5 months ago
-
Varun Dubey replied to the topic Registration page is empty in the forum Installing BuddyPress 6 years, 5 months ago
@sergebb check your configuration once, make sure same registration page is set inside Setting >> BuddyPress >> Pages
-
Varun Dubey replied to the topic Do I really need to use BBpress in the forum Installing BuddyPress 6 years, 5 months ago
@sergebb bbpress is optional plugin not mandatory.
-
Varun Dubey replied to the topic Buddypress registration page password field in the forum Installing BuddyPress 6 years, 5 months ago
You can modify template files
buddypress/bp-templates/bp-nouveau/buddypress/members/register.php
and override them inside child theme.You can also go with without coding approach using Gravity form + GF User Registration addon
-
Varun Dubey replied to the topic Custom select Order By: Distance (using zip code) in the forum How-to & Troubleshooting 6 years, 5 months ago
@panosa1973 You can check for GEO my WP Extensions
-
Varun Dubey replied to the topic BuddyPress activity link is broken in the forum How-to & Troubleshooting 6 years, 5 months ago
@blenderitalia it’s default behaviors defined inside BP and working fine.
-
Varun Dubey replied to the topic show loading animation in the forum How-to & Troubleshooting 6 years, 5 months ago
@iamdev it will be your theme specific customization and for sidebar position, it can not be added within activity loop, you can keep it before or after it.
-
Varun Dubey replied to the topic Another Clueless Admin – WP and BP won't play together in the forum Installing BuddyPress 6 years, 5 months ago
@thegoodnamesweretaken save the permalinks again with /%postname%/
-
Varun Dubey replied to the topic Nav issue with nouveau theme – social articles plugin in the forum Third Party Plugins 6 years, 5 months ago
@onlinedog123 Check once with Social Article support.
-
Varun Dubey replied to the topic None Admins cannot comment on group posts in the forum How-to & Troubleshooting 6 years, 5 months ago
-
Varun Dubey replied to the topic css problem in the forum How-to & Troubleshooting 6 years, 5 months ago
Great 🙂
-
Varun Dubey replied to the topic Display Custom field post to content body activity in the forum Requests & Feedback 6 years, 5 months ago
@nidia25 check with BuddyForm support once
-
Varun Dubey replied to the topic css problem in the forum How-to & Troubleshooting 6 years, 5 months ago
@oaz You can try
.groups-meta.action button.group-button.leave-group.button {
display: none;
} -
Varun Dubey replied to the topic Display Checkbox values Vertically on Profile in the forum How-to & Troubleshooting 6 years, 5 months ago
@nhorstmann all the values are getting printed as comma separated values
You can add following codes inside child theme function.php and then it will add a span to them base on field type and you can add css for them.
add_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_add_class_profile_data', 9, 3 );
[Read more]
function… -
Varun Dubey replied to the topic Activity share issues in the forum How-to & Troubleshooting 6 years, 5 months ago
@shahriar83 Check with plugin support which you are using at your site, not BP specific issue.
-
Varun Dubey replied to the topic Can't delete the menu for logged out users in the forum How-to & Troubleshooting 6 years, 5 months ago
- Load More
@vapvarun
Active 3 weeks, 4 days ago