Replies
- Brajesh Singh on February 24, 2022 at 7:56 am in reply to: Can not edit posts, MediaPress plugin gallery function not showing, and more… #43528
Hi Rob,
Thank you for confirming.Please put the following code in bp-custom.php too to add the new topic button
add_action( 'bbp_template_before_single_forum', function () { echo "<h4 class='bbp-new-topic-btn-header'><a href='#new-post'>New Topic</a></h4>"; ?> <style> .bbp-new-topic-btn-header { text-align: right; } .bbp-new-topic-btn-header a { display: inline-block; padding: 0.5em 1em; cursor: pointer; background: #fff; border: 1px solid #DBDBDB; } </style> <?php } );Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on February 24, 2022 at 6:48 am in reply to: bp-editable-activity update_comment() #43527
Hi Max,
I did test it.
I am not seeing anything like that and it is working fine(for activity editing, comment and reply editing). I used BuddyPress 10.0, WordPress 5.9.1 and the latest version of this plugin with BP Nouveau template pack.From your topic, It seems to me that you have a plugin generating extra content. Try disabling some of the plugins related to activity stream to find the culprit.
Please let me know if you are able to find the conflict.
Regards
Brajesh Hi Hayward,
Welcome to BuddyDev.I am sorry, the follow feature was not finalized. For the time being, Please use Ray’s version
https://github.com/r-a-y/buddypress-followersRegards
Brajesh- Brajesh Singh on February 23, 2022 at 12:50 pm in reply to: Member type registred don’t match up with member type found? #43513
Hi Carsten,
I am not sure what could be the cause then. Please provide me access to your site. I may be able to have more information after checking it.Regards
Brajesh Hi binok,
I am still wondering what could be causing it.I can put my changes on live server(I will need access for the same).
About “I had updated the endpoint for edit address in woocommerce settings. I don’t think that is the reason.”
WooCommerce allows us to edit some of the slugs being used on the site. I had updated one of that.
Regards
Brajesh- Brajesh Singh on February 23, 2022 at 12:46 pm in reply to: BuddyPress User Profile Tabs Creator Pro #43511
Hi Nancy,
Thank you for the reply.Please allow me to look at your issue and get back to you within next 24 hours.
Regards
Brajesh - Brajesh Singh on February 23, 2022 at 12:44 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #43510This reply has been marked as private.
- Brajesh Singh on February 23, 2022 at 12:39 pm in reply to: [Resolved] Buddyblog Pro – select only one category not excluding categories #43509
Hi Tosin,
Thank you for reporting the issue.I will check and update you within next 24 hours about it.
Regards
Brajesh - Brajesh Singh on February 23, 2022 at 12:38 pm in reply to: [Resolved] Buddyblog pro – mobile display adjustment #43508
Hi Tosin,
Thank you for reporting the issue.I am sorry, I am unable to check the screenshot as the site is not opening here.
Can you please use a different site to share(imgbb or something similar).
Regards
Brajesh - Brajesh Singh on February 23, 2022 at 12:34 pm in reply to: [Resolved] BuddyCommerce – Add to account settings page not profile #43507
Thank you.
I am glad it worked.
For icon, Please use css to add icons. this is controlled by your theme. I will suggest contacting the theme author for the same.Regards
Brajesh