- May 24, 2018
- 75,060
- 111,714
- 120
I have the same problem since I am using the new 13.5 version and got verified my license.tagDiv importer detected an error. The importer will try to recover and continue to install the demo after you click ok on this dialog.
Steps to troubleshoot:
- Check the permissions on your upload folder
- Please make sure that WP_DEBUG is set to false in wp-config.php
- Contact our support via email [email protected] (please provide your product license key)
I have the same problem since I am using the new 13.5 version and got verified my license.
Have you solved the problem yet?
demos can be installed but u cant access to cloud libraryhello and thank you very much for your help I have a question about this newspaper pro demo themes whey they cant be installed?
Envato key is missing or invalid.
Error when use cloud templates..
did u check ?Newspaper removed manual activation on Version 10.3.8. So is this method still valid? @Tomz
Yes, I updated my theme yesterday when I got the update from my WP Dashboard. I don't know if anyone else can confirm this but mine isn't showing Manual Activation anymore.did u check ?
You should use a workaround through this PHP file: td_ajax.php
So, in order to “activate” Newspaper theme 9.7 and up, your first step is navigate to
wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php
Then find if (self::self_check($id, $ec, $ad) === true) {
Change it to: if (self::self_check($id, $ec, $ad) === false) {
Then save the changes.
Next, login to your dashboard, visit the Newspaper > Theme panel > Activate theme
Then, jump to the bottom of the page and click where it says something like “Activate the theme manually”.
After that enter whatever you want as your envato and tagdiv keys and click Activate.
This is my code. I am mr Kenobi. Please don't share my efforts as your own.You should use a workaround through this PHP file: td_ajax.php
So, in order to “activate” Newspaper theme 9.7 and up, your first step is navigate to
wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php
Then find if (self::self_check($id, $ec, $ad) === true) {
Change it to: if (self::self_check($id, $ec, $ad) === false) {
Then save the changes.
Next, login to your dashboard, visit the Newspaper > Theme panel > Activate theme
Then, jump to the bottom of the page and click where it says something like “Activate the theme manually”.
After that enter whatever you want as your envato and tagdiv keys and click Activate.