@nblxhd
Yes, media_title = false is working for us and I think you are using Kleo theme so please make sure that theme is using updated rtMedia templates.
To work around on this issue, you can replace below code in wp-content/themes/kleo/rtmedia/media/media-gallery-item.php
file
<?php if( apply_filters( 'rtmedia_media_gallery_show_media_title', true ) ){ ?>
<div class="rtmedia-item-title">
<h4 title="<?php echo rtmedia_title(); ?>">
<?php echo rtmedia_title(); ?>
</h4>
</div>
<?php } ?>
Or simply get in touch with theme developer to fix this issue.
Hope this will resolve your problem.
Thanks,
–Nitun