У вашего броузера проблема в совместимости с HTML5
Are you facing issues with memory limit in your wordpress? This short video will help you to solve this issue as easy as drinking your favorite coffee. The code is given below. Please share the video with other wordpress fans.
define( 'WP_MEMORY_LIMIT', '96M' );
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MEMORY_LIMIT', '256M' );
You can select any one options as per your requirement and make changes to the code.