Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
simplicity
tagDiv Member

Guys? Are you serious?

After another update I have the same issue?

I will write again:

The problem is in bad path to ads.php

/wp-content/plugins/td-composer/legacy/Newspaper/parts/header/

Some of the header-style-*.php files have a path header/ads.php instead of just ads.php

simplicity
tagDiv Member

You can find the template you’re having problem with by enabling debug in your wp-config.php file (in site root).

Change line
define(‘WP_DEBUG’, false);
to
define(‘WP_DEBUG’, true);

Reload home page and find Fatal error on the page noting the path to a template file.

Thank just use my previous comment 🙂

simplicity
tagDiv Member

Well, no I can’t, I’m not a theme support 🙂

I gave them and others insights how to solve a problem they’re facing with after upgrade.

Just open your header template file found here
/wp-content/plugins/td-composer/legacy/Newspaper/parts/header/header-style-*.php, locate a line

require_once(‘header/ads.php’);

and replace it with

require_once(‘ads.php’);

simplicity
tagDiv Member

Hi,

The problem is in bad path to ads.php

/wp-content/plugins/td-composer/legacy/Newspaper/parts/header/

Some of the header-style-*.php files have a path header/ads.php instead of just ads.php

After correcting this path everythign worked like a charm.

I just checked my templates, but the problem could be persistent in other templates too.

Hope it helps.

Viewing 4 posts - 1 through 4 (of 4 total)