Title: Problem with rtMedia
Last modified: July 5, 2017

---

# Problem with rtMedia

 *  Resolved [livingflame](https://wordpress.org/support/users/livingflame/)
 * (@livingflame)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-rtmedia/)
 * Hi there.
 * When I use this necessary code ==> in my functions.php, rtMedia Uploader (button)
   and Privacy Options, etc. Disappear from the Site.
 *     ```
       // Remove Query Strings From Static Resources
       if ( ! is_admin() ) {
       function _remove_script_version( $src ){
       $parts = explode( '?ver', $src );
       return $parts[0];
       }
       add_filter( 'script_loader_src', '_remove_script_version', 15, 1 );
       add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );
       }
       ```
   
 * This is the same code of this [Plugin](https://es.wordpress.org/plugins/remove-query-strings-from-static-resources/).
   So, rtMedia has conflict with this.
 * [@nitunlanjewar](https://wordpress.org/support/users/nitunlanjewar/)
    [@rtcamp](https://wordpress.org/support/users/rtcamp/)
    -  This topic was modified 8 years, 9 months ago by [livingflame](https://wordpress.org/support/users/livingflame/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Pranali Patel](https://wordpress.org/support/users/pranalipatel/)
 * (@pranalipatel)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-rtmedia/#post-9291148)
 * Hello [@livingflame](https://wordpress.org/support/users/livingflame/),
 * We tried adding the code and activating the plugin you mentioned but couldn’t
   regenerate the issue. rtMedia uploader works fine with it.
 * Could you please once cross-check if you are able to replicate this issue when
   you activate any default theme of WordPress and deactivate other plugins?
 * This will help us to avoid any possible conflicts with theme or plugin.
 * Thanks,
    Pranali

Viewing 1 replies (of 1 total)

The topic ‘Problem with rtMedia’ is closed to new replies.

 * ![](https://ps.w.org/buddypress-media/assets/icon-256x256.png?rev=3219705)
 * [rtMedia for WordPress, BuddyPress and bbPress](https://wordpress.org/plugins/buddypress-media/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-media/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-media/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-media/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-media/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-media/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Pranali Patel](https://wordpress.org/support/users/pranalipatel/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-rtmedia/#post-9291148)
 * Status: resolved