Hello Sir,
I’m still using older version of newspaper theme (v9.5) with old amp plugin that comes with the theme.
I have tested your latest version theme on localhost. and I have few concern.
1. if i will update my theme to latest version and if i follow your amp tutorial (mobile theme + amp plugin).
my url amp will change from https://website.com/post-url/amp/ to https://website.com/post-url/?amp
so my Question is, will it hurt my SEO? (that i am already ranking for)
2. smart list is not working fine with mobile theme, as it supposed to work.
if i goes to smart list post on mobile, Text before list start always remains on top on every page.
see this = http://bit.ly/2ukZNxa
with amp page everything looks fine. see this http://bit.ly/2Ok7Ymd
3. on amp pages Comment field name is not showing up, how will people understand where to fill what.
see this = http://bit.ly/2JDy19E
overwise your product is unbeatable. I hope you will understand my broken bad English. Have a nice day
Hi,
1. The amp url will be https://website.com/post-url/?amp this will not affect the seo, but is possible to be some changes because the google need to index the new link.
2. The smart list will change only the content from smart list and nothing more, that is way that text remain there.
3. For this please use a custom css
.comments .comment-form .td-warning-comment, .comments .comment-form .td-warning-author, .comments .comment-form .td-warning-email{
display: block;
text-align: center;
font-size: 11px;
opacity: .65;
}
.comments .td-form-url{
display: none;
}
-> https://www.screencast.com/t/xyMzVQZZcJug
Please set the code in Newspaper>Mobile theme > Custom code
Thank you!
1. i don’t want to change my amp url [“/?amp”]. do you have any idea to keep it same as it is now [/amp/]. otherwise i won’t be able to update your theme.
3. i understand your answer 3 and it works but please make Comment field name visible in next update as it was before.
-
This reply was modified 7 years by
Umashankar Thakur.
There are couple of screw ups with the new update. First why there is a need to use different ad codes on the cloud template and the template you have selected otherwise in the theme.
The Auto Ads are not working with the cloud template.
Non of the Ad inserter plugin is working with the cloud template.
It is not possible to add more inline ads in any of the template.
Theme has become more heavy and slow – despite all the optimizations the speed is poor for everyone.
Guys wake up and do something about these issues before you see people jump ship
Hi,
The auto ads need to be set in Newspaper > Theme panel> Analytics/Js Codes -> https://www.screencast.com/t/76QOyEIy
Why you need to set ads different in single post template?
In this way you can use the same single post template from tagDiv Cloud Library with out ads on post were you do not want to have ads and make a copy of this template and set ads in it for the post were you want to have ads ( the ads in single post template can be set using tagDiv Composer -> https://www.screencast.com/t/dYEh4nIv you can set as many ads you want using the ad box -> https://www.screencast.com/t/IiAlsDAT -> https://www.screencast.com/t/7ua8g3oti).
Check these articles:
-> https://support.google.com/webmasters/answer/6065812?hl=en
-> https://support.google.com/adsense/answer/99376?hl=en&visit_id=636899528577815021-1600586895&rd=1
Thank you for your understanding!
Dear Calin,
Have tried this to insert the Auto Ads, but it is not working – The auto ads need to be set in Newspaper > Theme panel> Analytics/Js Codes -> https://www.screencast.com/t/76QOyEIy
Have added the code like this – http://prntscr.com/n79j10
Why do you need to set ads different in single post template?
If we are using 2 or more single post templates, the Ads need to be added to them again using the tag div composer. Ads code added to one single post template will not show up on the 2nd or 3rd template.
Also, the issue is we can’t add more inline article ads there is only 1 ad spot given. Problem with long articles (say 3000 words). We need to place 4-5 inline ads after every 5-6 paragraphs. This is not possible currently.
It can be done easily with a plugin like Ads Inserter by just defining the paragraphs number where we need ads. Unfortunately, the Ad Inserter is not able to ingest with the single post cloud template.
It works with the pre-built single post templates in the theme. Earlier we were using that but there is no infinite scroll feature with the prebuilt templates. For infinite scroll, we need to use the cloud template.
This is hurting our daily Adsense revenue and many other publishers would also be having this issue.
Any way to insert more inline ads in the cloud template and also how to make the Auto Ads work with the cloud template.
Hi,
Please make a test and let the auto code only in header.
Also I checked your website and is look like you have and error in console for auto ads
-> https://www.screencast.com/t/Lz967KGe
it’s appear that you have multiple page-level ad codes in your site.
Unfortunately there was no option in our theme to have possibility to set more then one inline ads in post content, maybe this will be implement in coming updates.
Thank you for your understanding!
Thanks a lot, Calin, yes the code was inserted twice. I have rectified it.
Auto Ads are still not showing in the cloud template but show in the standard pre-built theme template.
The Auto Ad Code is getting loaded in the page source but Ads are not showing.
Have Setup a test :
Single Post Cloud Template 1 – https://candytech.in/oneplus-7/
Single Post Cloud Template 6 – https://candytech.in/android-go-smartphones/ (Auto Ads are not working, the Ads are custom ads inserted using the tag div composer)
Pre-Built Theme Template – Auto Ads are working – https://candytech.in/realme-2-pro-review/
Please guide how to either insert more inline ads in the cloud template or how to make the Auto Ads work with it.
Adsense text/display/in-article/in-display ads will not work with the Cloud Template based on my testing.
This is really essential to have either more inline ads or to add auto ads to the template. Kindly help solving this we are losing revenue due to this issue.
I will be even happy to edit the code if required.
By the way, the theme is great for publishers and have tons of features that are not present on many other themes.
Keep Up the Good Work…
Regards
Kanuj
Hi,
In order to add some more inline ads in single post template you can make some changes in theme files in wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php -> https://www.screencast.com/t/qHrIZSlTzF and replace with this code like this -> https://www.screencast.com/t/xqNC2PPabM9q
if ( ($inline_ad_paragraph == $p_open_tag_count) || ( 5== $p_open_tag_count) || ( 12== $p_open_tag_count) ) {
And change the 5 and 12 number with the number of paragraphs you want to show the inline ads.
Hope this will help you!
Thank you for your understanding!
Calin, I assume you can keep adding ( X== $p_open_tag_count) if you want to add more than just three inline ads in the page?
Hi @mparlevliet,
Yes, adding multiple conditions should work if there are enough paragraphs in post content.
Thank you!
Hi the above solution has stopped working with the recent theme update to 9.7. Above mentioned code is removed from the theme files in wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php ->
Can you please share where is this code located so can add 1-2 more inline ads.
Thanks
Kanuj
Update on the above, the code is present but somehow it is not working have added the following – if ( ($inline_ad_paragraph == $p_open_tag_count) || ( 5== $p_open_tag_count) || ( 18== $p_open_tag_count) {
$show_inline_ad_at_bottom = true;
$content_buffer .= $this->build_post_content_ad_spot( $inline_ad, ‘inline_ad’, $inline_ad_title, $inline_ad_align);
Hi @Kanuj,
I’ve checked the above solution and is still working, after you made those changes in files, do not forget that you need to set the inline ad in a single post template plugin
-> https://www.screencast.com/t/NpetWD9Wg
Thank you!
Kanuj, i see, today your site is fix this problem, many ads display on you single page post, could you tell me how i fix it??? the step by step…
I use the cloud template to, and auto ads its not working.
Thanks for you helping…
-
This reply was modified 6 years by
irfanjs.
Hi,
Now the single post template from tagDiv Composer have more ad places -> http://prntscr.com/pyiedx
The auto ads need to be add in head file, with our theme you can set the code in that place by setting the code in Theme panel> Analytics -> http://prntscr.com/pyif7t
Thank you!
Hai Calin…
How can i fix it? It require to update to newspapers X? Or can i make itu in old version???
Auto ads until now can’t display in single post by using cloud template. I use tech pro single post template.
The auto ads just display on standart or default theme not in cloud template. How u can fix it…
Hi,
Is look that the ads are load in the website and the place for it is reserved, nut is not displaying the ads, please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
