Which version are you running? for popup
@Gatsu @epicero
I would take a guess that if you edit the file Newspaper/includes/wp_booster/td_api.php and look around line 1902 (this is in v8.8.2)
Change
Code:
'require_activation' => true,
to
Code:
'require_activation' => false,
It should act like it's fully activated and you shouldn't see any messages about activation...
Well, i'm using v8.8.2. I did changed that sentence but the pop-up si still here. Good news is the other warning has dissapeared. But not the annoying pop-up XD
I think it is maybe related to the other code i showed you before:
* td_admin_popup
*/
//execute only if the admin_go_premium_popup flag is enabled and is not premium version of the ionmag theme
if (td_api_features::is_enabled('has_premium_version') && TD_DEPLOY_IS_PREMIUM === false) {
td_api_autoload::add('td_admin_popup', td_global::$get_template_directory . '/includes/wp_booster/td_admin_popup.php');
add_action('admin_footer', array('td_admin_popup', 'on_admin_footer'));
You can find that portion inside /wp-content/themes/Newspaper/Includes/wp_booster/td_wp_booster_functions.php