Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1309666
    SimonSkull
    Participant

    Hi,
    I’ve installed Essential Grid from the bundled addons and have then decided to purchase a separate licence but there’s no visible box to enter the licence key – Is this hidden by the theme in some way? And is there an easy way to sort this? Did same for Revolution Slider and activation box was there and worked no problem.
    Cheers
    Simon
    leapinghare.org
    WP 4.6
    X 4.6.4

    #1309708
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! By default we have disabled the Essential Grid plugin activation since this is being bundled by X. If you do have a license code and would like to register it, we’ll need to override the function that disables the registration, please simply use this function in the child theme’s functions.php file

    // 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;
    // =============================================================================

    Hope this helps. Kindly let us know.

    #1310876
    SimonSkull
    Participant

    Many thanks – All sorted now.

    #1311202
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! We’re just glad that we were able to help you out.
    If you need anything else, please open them up in a separate new thread.

    Happy New Year.

  • <script> jQuery(function($){ $("#no-reply-1309666 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>