Hi I have entered the purchase code via wordpress free theme Twenty Sixteen then entered overiding code to the bundled version in PHP functions.php:
// Override and displays the Essential Grid activation section
// =============================================================================
if ( ! function_exists( ‘x_essential_grid_theme_setup’ ) ) :
function x_essential_grid_theme_setup() {
GLOBAL $EssentialAsTheme;
$EssentialAsTheme = false;
}
add_action( ‘admin_init’, ‘x_essential_grid_theme_setup’ );
endif;
// =============================================================================
But nothing seems to work. The grid list is not showing and the enter purchase code section is still not visible. Can someone please assist thank you.