Envira License Notice Removal?

I’ve tried the solutions offered on the forum adding suggested code to my child theme functions for removing the -

Envira Gallery: No valid license key has been entered, so automatic updates for Envira Gallery have been turned off. Please click here to enter your license key and begin receiving automatic updates.

previous fixes offered worked in the past. Is there any updated code/temporary fix for removing this notice?

Would be nice to remove it prior to handing off the site to a customer.

Thank you,

D.

Hello @Dkime,

Thanks for writing in!

This has been reported already. It will be resolved in the next release update cycle anytime soon. Meanwhile, to get rid of this message, you will need to manual edit the X/Pro theme file: FUNCTIONS/GLOBAL/PLUGINS/ENVIRA-GALLERY.PHP and find this" block:

<script>
    jQuery(function($){
      $('.error p:contains(Envira Gallery)').parent().remove();
    });
  </script>

You will need to replace it with this block:

<script>
    jQuery(function($){
      $('.updated p:contains(Envira Gallery)').parent().remove();
    });
  </script>

Hope this helps.

Thank you, that works…

We are delighted to assist you with this.

Cheers!

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