Rtmedia not getting correct buddypress member header

For some reason the members header on a profile page appears completely distorted while on the media tab as opposed to any other tab as if different templates/CSS were being loaded.

Example:

http://www.trashdolls.com/members/Luna-Trash/
VS
http://www.trashdolls.com/members/Luna-Trash/media

Debug info below:

Home URL http://www.trashdolls.com
Site URL http://www.trashdolls.com
PHP 5.2.17
MYSQL 5.1.39
WordPress 3.9.1
BuddyPress 2.0.1
rtMedia 3.6.14
OS Linux
Imagick Not Installed
GD bundled (2.0.34 compatible)
[php.ini] post_max_size 20M
[php.ini] upload_max_filesize 20M
[php.ini] memory_limit 256M
Installed Plugins bbPress by The bbPress Community version 2.5.3,
BP Simple Front End Post by Brajesh Singh version 1.1.3,
BP Extended Settings by modemlooper version 1.2.3,
rtMedia for WordPress, BuddyPress and bbPress by rtCamp version 3.6.14,
BuddyPress reCAPTCHA by Martin Seysen version 0.1,
BuddyPress user account type PRO by wp.bp.shop version 1.1.3,
BuddyPress by The BuddyPress Community version 2.0.1,
Google Analytics for WordPress by Joost de Valk version 4.3.5,
Gravity Forms by rocketgenius version 1.7.2,
Gravity Forms User Registration Add-On by rocketgenius version 1.7,
Headway Block: Community Builder (BuddyPress) by Headway Themes version 1.2,
Image Widget by Modern Tribe, Inc. version 4.1,
Redirection by John Godley version 2.3.4,
Regenerate Thumbnails by Viper007Bond version 2.2.4,
Show Menu Shortcode by Bob Matsuoka version 1.0,
Simple Ads Manager by minimus version 2.2.80,
Stop Spammer Registrations Plugin by Keith P. Graham version 5.9.3,
Welcome Pack by Paul Gibbs version 3.3,
WP-Mail-SMTP by Callum Macdonald version 0.9.4,
WP Maintenance Mode by Frank Bültge version 1.8.11,
WP Views by ICanLocalize version 1.5.1
Theme Name TrashDolls Headway Child Theme
Theme Version 1.0
Author URL http://www.g-force.net
Template Overrides themes/headtrash/rtmedia/media/album-gallery-item.php,
themes/headtrash/rtmedia/media/album-gallery.php,
themes/headtrash/rtmedia/media/album-single-edit.php,
themes/headtrash/rtmedia/media/media-gallery-item.php,
themes/headtrash/rtmedia/media/media-gallery.php,
themes/headtrash/rtmedia/media/media-single-edit.php,
themes/headtrash/rtmedia/media/media-single.php,
plugins/buddypress-media/templates/media/uploader.php
Total Albums 61
Total Photos 1898

@g_force,
I visited above links and it says coming soon.

this was a private reply with post_id 66113

It look like template issue.

On media page user name is appearing again under “entry-title”. Please apply solution suggested here -> https://rtcamp.com/rtmedia/docs/developer/templating-system/theme-media-tab/

I’ve tried a bunch of different page templates using that script you linked including:

page.php
buddypress/index.php
buddypress/members/index.php
buddypress/members/single/home.php
buddypress/members/single/profile.php

and none of them look the same as the rest of my buddypress pages, all either have other elements on the page or different CSS or both…

Wait, I just forgot that you had override rtMedia templates in your theme. Please check rtMedia templates in your theme. It is theme related issue.

I’ve just disabled all rtmedia overrides in my theme and the inconsistencies with the members header still display.

@G_Force,

Looks like it is taking post template. I think you need to create another template identical to member profile template and use filter I gave in above link.
The issue is it is having

markup in header and may be coming from post template.