BuddyBoss Home – Web Support Forums Themes Boss. theme BOSS group media issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #44690
    @rene-streber

    Hi,

    we are using rt media to allow upload of photo, audio/video etc. rt media adds another menu in the profile of groups and single user profiles. I attached you this issue within the group-profile navigation

    https://mysite.de/gruppen/ms-intakt-bad-wildbad-orga/media/

    We checked that with the default twentytwelve theme. That doesn’t have that issue.
    The txt contains the elements of the site inspector.

    Looking forward to hear from you! René

    Buddypress 2.3.2.1
    Wordpress 4.3
    rt media 3.8.15 (https://wordpress.org/plugins/buddypress-media/)
    BOSS Theme 1.1.8

    Answers

    #44729
    @vapvarun

    Hi @rene-streber, i have notified developers, they will send the patch shortly and it will be fixed in next version update.

    #44738
    @rene-streber

    Thanks @vapvarun!

    at the media page there is an “error while processing this directive” to see. I recently noticed, that I got the same issue on the mobile menu, but I created a new ticket for that: https://www.buddyboss.com/support-forums/topic/left-mobile-menu-error/

    Do you know that kind of issue?

    René

    #44752
    @vapvarun

    Hello @rene-streber , please copy buddypress-group-single.php to child theme
    and replace codes above

    
    <!-- BuddyPress template content -->
    

    with following

    
    <?php
    global $class, $rtmedia_query;
    ?>
        <!-- if widgets are loaded for any BuddyPress component, display the BuddyPress sidebar -->
    
        <div class="page-right-sidebar <?php echo $class; ?>">
        
        <!-- This is more dummy so plugins like buddypress-learndash can work, except rt media -->
        <?php if ( $rtmedia_query->query["context"] != 'group' ): ?>
        <?php the_content(); ?>
        <?php endif; ?>
    

    It will fix the issue, in our next update it will be officially released
    Regards
    Varun Dubey

    #44758
    @rene-streber

    Hi @vapvarun,

    it solved the problem.
    Group is jsut displayed one time and the “error while processing this directive” is also gone.

    Very cool. Thanks.

    When Updating the next release, I can delete this file from the child theme again, right?

    #44759
    @vapvarun

    Yes, you can delete it later, I will close this topic 🙂

    #45239
    @rene-streber

    Ok thanks for your help.

    René

    #45292
    @vapvarun

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘BOSS group media issue’ is closed to new replies.