Envira Gallery - How do you activate license?

I bought an Envira license and am not able to get it to activate.
All other threads tell you to refer to this:

I’m very new to this, so it’s not clear where I’m supposed put this code, but after hours of researching, I have gone to my X folder, child theme folder, and added that line to my functions.php file:

Is this right? If so, I still have no option to enter my license key. I sure wish this was easier to deal with when upgrading plugins’ licenses.

1 Like

Hello @aparis99,

Thanks for asking. :slight_smile:

Upon logging I have added following code in child theme function.php file and you can enter the licence key to upgrade:

function x_envira_gallery_remove_license_functionality() { 
  if (is_admin() ) {
    remove_action( 'envira_gallery_admin_styles', 'x_envira_gallery_hide_key_box' );
    remove_action( 'admin_print_scripts', 'x_envira_gallery_hide_license_errors', 20 );
  }
}
add_action('admin_init', 'x_envira_gallery_remove_license_functionality');   

Let us know how it goes.

Thanks.

1 Like

Thanks, yes, that did work for the license key. Should the help documentation be updated, or is this only unique to me somehow?

I’m still having a problem downloading the Addons though but I will wait to hear back from Envira about that unless you have any input?

Hi There,

Thanks for the update!

We will look on to the documentation part.
Regarding the error please wait for the Envira reply.

Thanks

I have the same issue with a site I’m working on. I paid for the $29 Envira license hoping to get some of the add-on features enabled, but there doesn’t seem to be a way to do that. I’m running into the exact same error installing the addon as aparis99. I was able to get the license key working (same as above/same steps).

Has there been any additional word on what might be causing this?

Hello There,

Thanks for updating this thread.

To resolve your issue, please check out my response on this thread: https://theme.co/apex/forum/t/envira-gallery-license-field/26705/2

We would loved to know if this has work for you. Thank you.

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