Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: BuddyPress Moderation #29893
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: BP Sitewide Activity Widget Update? #29890

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: BuddyPress Moderation #29889
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Overriding templates #29885

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Clea,
    Thank you for confirming.

    I am glad it is working now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Clea,
    Thank you. I appreciate sharing the css for Visitors.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Documents Button? #29876

    Hi James,
    You are welcome.

    Thank you for posting the step for others.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    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