Viewing 5 replies - 1 through 5 (of 5 total)
  • This popup has been created by on of the plugins you have added to your blog. You should identify the plugin by disabling plugins one at a time and then post your issue in the support forum for that plugin.

    Thread Starter BeEnvy1

    (@beenvy1)

    Thank you, have deleted “Use Google Libraries”

    Thread Starter BeEnvy1

    (@beenvy1)

    I have solved it!
    Go to wp-admin\includes\template.php and delete:

    public static function pointer_wp350_media() {
    		$content  = '<h3>' . __( 'New Media Manager' ) . '</h3>';
    		$content .= '<p>' . __( 'Uploading files and creating image galleries has a whole new look. Check it out!' ) . '</p>';
    
    		self::print_js( 'wp350_media', '.insert-media', array(
    			'content'  => $content,
    			'position' => array( 'edge' => is_rtl() ? 'right' : 'left', 'align' => 'center' ),
    		) );
    	}

    Doesn’t work for me. That address can’t be found.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This thread is marked resolved.
    If you have your own issue and require support, create your own thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Dismiss the New Media Manager Pop-up?’ is closed to new replies.