Essential grid purchase code

Feedback only:
I need a template from the essential library plugin that is not available with the plugin as is. I purchased a license but I don’t know where to enter the purchase code. Either work with partners that make this easy or don’t use them in your framework.

Hi Gregory,

Thanks for writing in! Please setup a child theme first and activate it by following this guide here (https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57). Then add the following code into your child theme’s functions.php file and see if you can validate.


 function x_essential_grid_theme_setup() {
    GLOBAL $EssentialAsTheme;
    $EssentialAsTheme = false;
 }

  add_action( 'admin_init', 'x_essential_grid_theme_setup' );

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.