Tagged: x
-
AuthorPosts
-
December 30, 2016 at 4:12 am #1309666
SimonSkullParticipantHi,
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.4December 30, 2016 at 5:02 am #1309708
Rue NelModeratorHello 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.
December 31, 2016 at 5:38 am #1310876
SimonSkullParticipantMany thanks – All sorted now.
December 31, 2016 at 6:07 pm #1311202
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1309666 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
