Same Problem i m facing | HELP!
http://www.khabarsatta.com
after update theme showing blank full website
Hi,
Replied via FB and our blog page. Please check the solution from there and if the problem persists, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) and CPanel access so we can further investigate it closer your setup page.
Thank you!
Alrdy. Provide you login details via email please check it now and solve my problem
Please reply…… I lost my visitors facing probl3m more then 24 hrs after updating theme
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.
I provided you my admin login details please can u fix it
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’);
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 🙂
Hi,
Unfortunately, this issue happens due when you are using a single template default, sorry! It seems that we forget to add shortcode “<?php echo $td_mod_single
-> get_social_sharing_bottom();?>” in “loop-single.php”. For example, you have style1 then you can add your custom shortcode at wp-content/plugins/td-composer/legacy/Newspaper/parts/single/loop-single-1.php
We consider fixing this issue in our future updates as soon as possible.
Hope this helps!
Sorry for the inconvenience!
@calin please note also facing problem in post…”social media sharing botton not showing”
added php code in single loop-1 but not fixed my issue social sahring botton in post
One more issue facing after updating goto post to other related post showing only ads not post show please check your official facebook page i sended recorder video of problem
Hi,
I check your website and seams to be all good, the related articles look normal -> https://www.screencast.com/t/bg9empEhw
Please provide me a link were I can inspect this problem.
Thank you!
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
