Replies
- This reply has been marked as private.
- Brajesh Singh on May 15, 2020 at 11:02 pm in reply to: [Resolved] Recent Visitors For BuddyPress Profile -> Tab in Profile #29891This reply has been marked as private.
Hi,
I have tested it. The issue is reply/delete functionality is not working with BP Nouveau. The listing is. We will do a rewrite in couple of weeks to make it neutral from template pakc.Regards
Brajesh- This reply has been marked as private.
Hi Carsten,
Thank you for the question.with template overrides, you can control what is generated by a template. There are times that a template uses some functions which are provided by plugins and they generate their own output.
Whether you can modify the output of them or not is dependent on them.
In case of BuddyPress, you can not modify the User/Group navs by template override. They are content generated from a plugin function. You can completely hide them from the template though. Doing it for individual nav item is not feasible via template override currently.
As of user sub nav, you can do template override in some cases and not in other. It is not well standardize(It is generated currently but leftovers form past do allow template override for some).
As of group sub navs, you can override them in most of the case.
Regards
Brajesh- Brajesh Singh on May 15, 2020 at 10:40 pm in reply to: [Resolved] "Laod more" and "Refresh" in buddypress activity stream #29882
Hi Nestor,
In that case, add atime delay before applying the MathJax.typeset();That should most probably fix it.
something like this
setTimeout(function() { MathJax.typeset(); }, 300);I believe the dom insertion might be the case, so delaying the running of MathJax.typeset() might fix it.
For activity tabs, you should look for this function ‘bp_activity_request’
As of BP Edit activity, It is a 3rd party plugin that works with BuddyPress. We offer limited support for BuddyPress here. We do not offer support for other 3rd party plugins.
Regards
Brajesh - Brajesh Singh on May 15, 2020 at 10:26 pm in reply to: [Resolved] Auto Activate Autologin Redirect To Profile On Signup not working #29880
Hi Clea,
Thank you for confirming.I am glad it is working now.
Regards
Brajesh - Brajesh Singh on May 15, 2020 at 10:25 pm in reply to: [Resolved] Logged-in user badge displays instead of users' own badges in Friends & Visitors #29878
Hi Clea,
Thank you. I appreciate sharing the css for Visitors.Regards
Brajesh Hi James,
You are welcome.Thank you for posting the step for others.
Regards
Brajesh- Brajesh Singh on May 15, 2020 at 10:22 pm in reply to: BuddyPress Moderation Tools – Center the Report an Issue pop up #29875
Hi John,
Thank you for reporting.I am sorry for the inconvenience.
I was not aware that the popup is not responsive. Which theme are you using? Also, are you using BuddyPress or BuddyBoss platform?
Our goal is to provide a responsive popup which works on mobile screens(It does with couple of themes).
Please let me know the details and I will assist.
Regards
Brajesh