BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › BOSS group media issue
- This topic has 7 replies, 2 contibutors, and was last updated 9 years ago by Anonymous.
Question
August 19, 2015 at 3:51 am #44690@rene-streberHi,
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.8Answers
August 19, 2015 at 2:20 pm #44729@
AnonymousHi @rene-streber, i have notified developers, they will send the patch shortly and it will be fixed in next version update.
August 19, 2015 at 3:54 pm #44738@rene-streberThanks @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é
August 20, 2015 at 2:51 am #44752@
AnonymousHello @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 DubeyAugust 20, 2015 at 3:29 am #44758@rene-streberHi @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?
August 20, 2015 at 3:31 am #44759@
AnonymousYes, you can delete it later, I will close this topic 🙂
August 27, 2015 at 1:55 pm #45239@rene-streberOk thanks for your help.
René
August 28, 2015 at 5:58 am #45292@
Anonymous🙂
- The question ‘BOSS group media issue’ is closed to new replies.