BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Mediapress caching #49079

    Hi Earl,
    Thank you for reporting the issue.

    It might be a bug in our cache busting strategy. please allow us to investigate next week and assit.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: [Resolved] Mediapress Bulk Uploads #49078

    Hi Earl,
    Thank you for your reply.

    Please open a new topic with your specific details and we will assist.
    The bulk upload is supported out of the box in sidewide gallery.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Angie,
    Thank you for reporting the issue and the details.

    Please convey my sincere thanks to BuddyBoss support team for demonstrating the issue and providing the solution. Their solution is correct and the right approach for the issue.

    We had somehow missed that BuddyBoss started dynamic loading of registration fields. It is good to know.
    We will be updating the plugin Monday/Tuesday and test with current version of BuddyBoss for the same.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Shortcode for Buddyblog #49070

    Hi Van,
    You will need to change this line

    
         'include'               => array( 1, 35,97 ),
    

    Assuming that your category id is 25, it can bewritten as

    
         'include'               => array( 25 ),
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: BuddyPress Group Tab to open an Elementor Modal #49069

    Hi MG,
    Thank you for the details.

    Does a modal feature come inbuilt with Elementor now? or are you using Elementor Pro/some addon?

    My assumption is that either of the following 2 are possible:-

    1. The java script for opening modal is not being loaded as the Modal creator plugin(elemntor/addon) assumes it to be on a post/page and Group is not a post/page.

    2. Or the expected selector used for triggering modal is not found.

    In both the cases, there is not much we can do as it is the plugin which provides modal have control over both of these. If you can link me to 2 pages( 1 where modal is working) and (1 on group where it is not working), I can assist you with the correct issue and how to approach it(will need to write to the the modal plugin dev team).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Shortcode for Buddyblog #49066

    Thank you.
    You may use this code snippet(and update the include ids) to limit which categories the user can post.

    https://buddydev.com/support/forums/topic/blog-categories/page/2/#post-1481

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Shortcode for Buddyblog #49064

    Hi Van,
    Yes, you may do so.
    Are you using BuddyBlog or BuddyBlog pro? We can provide more specific assistance if you can let us know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Eric,
    hope you are doing well.

    Please upgrade to 1.7.1 and let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Cristi,
    Thank you for using the plugin.
    It seem there is something corrupting json responses on your site. We only put an alert message if the response is empty/corrupted.

    Are you using any plugin that restricting friendship?

    Regards
    Brajesh