- Joined
- Jul 11, 2016
- Messages
- 3,788
- Reaction score
- 1,273
You cannot install plugins from within the Impreza Addons page.
In the future: To install header builder plugin:
To null the theme so you can use the latest Header Builder is very simple.
You need to edit the file Impreza/framework/admin/functions/about.php
Around line 49 just before the closing php tag add
HTML:
update_option( 'us_license_activated', 1 );
update_option( 'us_license_secret', 'secret_goes_here' );
Now visit the Impreza > About the theme page and you will see it is activated (you must visit this page in order to trigger the code you just added that activates the theme)
"Impreza/framework/admin/functions/dashboard.php"
View attachment 2256
Impreza v7.6.1 Nulled
In the future: To install header builder plugin:
To null the theme so you can use the latest Header Builder is very simple.
You need to edit the file Impreza/framework/admin/functions/about.php
Around line 49 just before the closing php tag add
HTML:
update_option( 'us_license_activated', 1 );
update_option( 'us_license_secret', 'secret_goes_here' );
Now visit the Impreza > About the theme page and you will see it is activated (you must visit this page in order to trigger the code you just added that activates the theme)
"Impreza/framework/admin/functions/dashboard.php"
View attachment 2256
Impreza v7.6.1 Nulled