Solution:
Use define('WP_MEMORY_LIMIT', '256M'); in wp-config.php file or add ob_start(); at the beginning of your theme ‘function.php’ file.
define('WP_MEMORY_LIMIT', '256M');
wp-config.php
ob_start();