• Resolved livingflame

    (@livingflame)


    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. So, rtMedia has conflict with this.

    @nitunlanjewar
    @rtcamp

    • This topic was modified 7 years, 5 months ago by livingflame.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Pranali Patel

    (@pranalipatel)

    Hello @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.