Replies
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 - Brajesh Singh on May 15, 2020 at 10:20 pm in reply to: BBPress notifications in BuddyPress profile #29874
Hi Scott,
Clearing of individual notifications are handled by the plugin generating them. We simply list them.In this case, It is bbPress which handles clearing the notification not us. It seems they are not handling it.
Please report it on bbPress trac.
Regards
Brajesh - Brajesh Singh on May 15, 2020 at 10:18 pm in reply to: Recent Visitors For BuddyPress Profile -> latest version destroys profile counts #29873This reply has been marked as private.
- Brajesh Singh on May 15, 2020 at 10:15 pm in reply to: Bug in latest Version of Recent Visitors For BuddyPress Profile #29872
Hi,
I am sorry, There is no such bug in the plugin.If you need to change the subject, you can do so in the Dashboard->Emails section. This has been the behaviour since last 4-5 release(And since the very first time you used this plugin).
We haven’t modified anything on that. When you activate the plugin on a new site, It creates an email entry which you can modify as you please.
Regards
Brajesh - Brajesh Singh on May 15, 2020 at 11:44 am in reply to: Recent Visitors For BuddyPress Profile -> latest version destroys profile counts #29862
Hi ,
I am sorry for the inconveniencewe no longer consider profile meta as authoritative value.
With the new update, The actual value is calculated from visitors table and cached in the meta.
Is there any chance you manually changed the counts in meta earlier? Otherwise, this change will have no effect.
Also, if you need to revert, Please scroll to the bottom of the plugin page and download older version.
Regards
Brajesh