Hey there,
bought a premium license for essential grid.
I read all the documentations, but I don’t get the prompt to fill in the purchase code.

Thanks for your help
Hi there,
Please login through FTP then go to wp-content/themes/x-child then add this to the functions.php:
function x_essential_grid_theme_setup() {
GLOBAL $EssentialAsTheme;
$EssentialAsTheme = false;
}
add_action( 'admin_init', 'x_essential_grid_theme_setup' );
Hope this helps.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.