Deacivate Bundle license and install standalone version of The Grid

Hi, how can we install the version of THE GRID (standalone) and deactivate the bundle version? we need to get the newest updates.

Hello @thegator,

Thanks for writing in!

Please use this code:

// Theme Setup
// =============================================================================

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;

You may need to check this out:

Hi, but its not esssential grid (of themepunch), its THE GRID from THEMEONE.

Hi @thegator,

You can deactivate and delete the bundled version of The Grid plugin and then you can upload and install the standalone version.

Hope it helps.
Thanks

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