Newspaper 7.3 update

Posted in: Newspaper
Post count: 15

I think the following code in 7.3 in the file td_module_single_base.php is a bit of an issue.
Line 69 :
$buffy .= '<div class="td-post-author-name"><div class="td-author-by">' . __td('By', TD_THEME_NAME) . '</div> ';
has a </div> tag that I don’t think should be there.

I’ve reverted back to 7.2. Home page disappeared for me with this upgrade.

//$show_stars_on_review - not used
function get_author() {
$buffy = '';
if (td_util::get_option('tds_p_show_author_name') != 'hide') {
$buffy .= '<div class="td-post-author-name"><div class="td-author-by">' . __td('By', TD_THEME_NAME) . '</div> ';
$buffy .= 'post->post_author) . '">' . get_the_author_meta('display_name', $this->post->post_author) . '' ;

if (td_util::get_option('tds_p_show_author_name') != 'hide' and td_util::get_option('tds_p_show_date') != 'hide') {
$buffy .= '<div class="td-author-line"> - </div> ';
}
$buffy .= '</div>';
}
return $buffy;
}

Post count: 15

Ignore earlier post… I thought there was an extra Div but it’s not there.

Post count: 90

Hello, I am not sure about this but after updating my stats on Google Analytics dropped, can someone check this out. Please check and confirm…

Post count: 90

I activated the Mobile theme, mobile stats are not displaying I get most visitors on mobile.

Post count: 90

Just Deactivated the mobile plugin

I had activated the mobile plugin since I had some Banners which only displayed on Mobile I have header banner (not responsive) Does not display on Mobile when I deactivate mobile plugin.

I need the Doubleclick Ads to display both on Desktop and Mobile.

Post count: 22421

Hello,


@thelastpoet
google doubleclick ads are not supported by our theme. Our theme was designed to work with standard adsense. We have no reports of the analytics going down so please test this without plugins as maybe the new theme version is not compatible with one of your plugins. Disable all of them exceot visual composer. clear cache and reset cdn files. If you have any further questions, please open a new topic as this one will be closed for replies.

Thank you!

Post count: 15

Hi User Name Bettor,

I am facing exactly the same problem on my newspaper 8 theme. Would highly appreciate if you can tell us what needs to be done in order to resolve this.

Thanks for your support in advance.

Regards
Rahul Arora

Post count: 15

Hey, i have installed demo newspaper theme by tag div. And after intalling the smae i am facing the below problems. Please suggest what needs to be done.

It seems that some of the icons are missing form the version i doanloaded. My theme version is 8.1.

– Social media icons are not showing up
– Search icon is not showing up
– Dropdown arrows are not showing not showing up
– Back to top button is not showing an arrow
– Views “eye” icon is missing and miss aligned
– Mobile theme does not allow edits or respond to edits from the theme panel!
– Hamburgr menu button is “invisible” on mobile theme
– “<” & “>” arrows not showing in under articles or pagination.

Request your help on priority.

Post count: 22421

Replied in the other topic. No need to post the same message in multiple topics as we answer everybody.
Thank you!

Viewing 9 posts - 26 through 34 (of 34 total)
You must be logged in to reply to this topic.