Newspaper - News & WooCommerce WordPress Theme

Newspaper - News & WooCommerce WordPress Theme v12.7

No permission to download

epicero

New member
Jun 30, 2018
21
8
3
Hi Tomz, i just can't find that line of code to solve the "registration" problem. And now theres a pop up that's driving me crazy. It's executing like every 30 seconds, do you have any idea of what can i do?
I mean, that line doen't exist inside /wp-content/themes/Newspaper/Includes/wp_booster/td_wp_booster_functions.php
 

epicero

New member
Jun 30, 2018
21
8
3
Does it have anything to do with the issue?

* 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'));
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,721
120
Hi Tomz, i just can't find that line of code to solve the "registration" problem. And now theres a pop up that's driving me crazy. It's executing like every 30 seconds, do you have any idea of what can i do?
I mean, that line doen't exist inside /wp-content/themes/Newspaper/Includes/wp_booster/td_wp_booster_functions.php
hey im using this theme with out nulling, why you wanna check code ? this theme work good with out any nulling believe me
just ignore activation error
 

epicero

New member
Jun 30, 2018
21
8
3
Yes, i believe you, the only problem is the pop-up wich makes almost impossible to write three words in a row my friend :)
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,721
120
Of course Tomz, and thank you so much!!!
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...
 

Gatsu

Member
Jun 22, 2018
41
13
8
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...

Thank you Tomz.
Unfortunately, I cannot use Newspaper, I got a fatal error about memory, I think to have much plugins (35 plugins active).
 

Attachments

  • fatal.png
    fatal.png
    7.8 KB · Views: 128

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,721
120
Thank you Tomz.
Unfortunately, I cannot use Newspaper, I got a fatal error about memory, I think to have much plugins (35 plugins active).
deactive or delet unnecessary plugins
wow :D 35 plugins active :cry::cry:
 

epicero

New member
Jun 30, 2018
21
8
3
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...
Great!!! I'll try it as soon as i get home!! thanks!!!
 

epicero

New member
Jun 30, 2018
21
8
3
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
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,721
120
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
remove this code and check it again
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu