How to activate Happy Elementor Addons Pro? in 2023

So you already purchased Happy Elementor Addons Pro?

How to activate Happy Elementor Addons Pro?

Start by installing Happy Elementor Addons Free via your wordpress dashboard.

To install it on your site kindly follow the steps-

  1. Login to your WordPress Dashboard.
  2. Go to Plugins > Add New
  3. Search for – Happy Elementor Addons
  4. Install Happy Elementor Addons Free version.
  5. Install Happy Elementor Addons Pro Plugin

Download Happy Elementor Addons Pro Plugin from our website or your purchase history if purchased individual plugin.

Now

  • Go to Plugins > Add New > Upload Plugin
  • Upload the downloaded Happy Elementor Addons Pro addon.
  • Install and Activate
  • Activating pro features.

The pro features we now unlock by editing the files of the free version of the plugin.

Within your file directory.

Edit file: public_html/wp-content/plugins/happy-elementor-addons/vendor/appsero/src/License.php

Around line 365 Look for public function is_valid :

Find the code:

public function is_valid() {
if ( null !== $this->is_valid_licnese ) {return $this->is_valid_licnese;
}

and replace with

public function is_valid() {
if ( null !== $this->is_valid_licnese ) {return;
return $this->is_valid_licnese;
}

Around line 375 Look for:

Find the code:

$this->is_valid_license = false;

and replace with

$this->is_valid_license = true;

Around line 384 Look for Check this is a valid license:

Find the code:

public function is_valid_by( $option, $value ) {$license = get_option( $this->option_key, null );

and replace with

public function is_valid_by( $option, $value ) {return true;
$license = get_option( $this->option_key, null );

If done correctly. Although the plugin will still show as no license key as been activated (see: How to Hide key reminders)

You will now be able to enable and use all pro features. Remember to get your updates through us.