- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Check text of your articles in the tiny mce editor in text mode, not in visual mode and remove any unnecessary formatting codes.
The text of the article is inserted by copying / pasting from the MS Word editor or a website for example?
When release a new update your theme, you replace files or rewrite?
What I means, for example, if I have a custom change in file module1.php and you released update for this file, my changes be replaced and be disappeare or not?
How I can saved my changes after update your theme?
Hello!
My English is not so good
SO,hope you can understand
Q1: smart-list in AMP
see the pictures


It’s no problem on PC,
But on AMP,The picture is above the Title,it’s bad for the User Experience
What should i do?
Q2: The url is wrong
See the picture



What can i do to let the url become “/3451/2/” and “/3451/1/”
Or
Let all the smart-list part on http://www.easthulk.com/3451(I prefer this,because the top.The AMP page must have issue)
Thanks!
Bonjour,
Google Search Console m’indique les erreurs suivantes :
– L’attribut “style” intégré n’est pas autorisé dans les documents AMP. Utilisez plutôt la balise “style amp-custom”.
– Attribut non autorisé dans la balise HTML “col”
Comment résoudre ces problèmes ?
Merci de l’attention portée à ma demande.
Cordialement
Hello team,
I want to add an adsense code only on my AMP pages.
To do this, I think I should use the editor (in plugins) and select AMP tagdiv
But…. what do I do next?
The code must be between the <head> tags on all my amp (post) pages.
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>>
<script>>
(adsbygoogle = window.adsbygoogle ||| []).push({
google_ad_client: “ca-pub-xxxxxxxxxxxxxxxxxxxxxxxxx”,
enable_page_page_level_ads: barter
});
</script>>>
Which file should I edit and where do I implement it to avoid causing errors?
Hi there,
I think I recall reading somewhere on the Newspaper theme documents to be careful if you have a sticky sidebar ad on your posts & use Google Adsense. Is that true? Do Google Adsense not like the sticky sidebar ad, or am I ok?
RE. https://catholica.co.uk/sola-scriptura/
To see my sticky sidebar ad click on the above link to see what I mean.
Thanks so much!
Chris
Hi, just to give an update on this issue.
The @media queries work but the pixel widths are not right. They tend to be out of sync by about 30-150px.
So, for example, in coding a design change I will put “@media screen and (max-width: 350px) and (min-width: 300px)” which actually has the effect of, “@media screen and (max-width: 290px) and (min-width: 240px), for example.
Thanks,
Chris
Hi, We are getting a trouble when we try to open the page on desktop. Page loads fine but the image doesn’t show up. We turned off the lazy load, but still getting the issue. But its working on mobile during AMP.
Hi,
I not able to change the fonts below;
1. My widget font

2. font in a table

3. H2 and H3 fonts
Kindly advise how to go about it.
Thank you.
Regards,
Stephen.
Hello all,
I’ve been using Newspaper theme for a few months now, and I’m experiencing issues with both the « Social Counter » and the footer instagram section.
My problem with the social counter :
– I never managed to configure the facebook button. Even though I got the ID right, it stills shows “0 likes” and an error page when clicking.
– The Instagram followers count is stuck on 83, even though I have more now.
My problem with the footer instagram section:
– The last photo it shows is from 4 months ago, which is annoying since I’ve published more since.
Here’s my website: http://www.misteur-mercato.fr
Could anyone help me with this?
Thanks in advance!
Alexandre
Hi,
as I always got an error I updated the TagDiv-AMP plugin to 1.1.. But even after that update it doesn´t change.
The error Message: AMP Test failed – Inline-Attribut “Style” not allowed
In another post I saw a Screenshot of V 1.2.. Is it solved in this one.
If Yes, where to find it? I downloaded the latest bundle on envato but that doesn´t seem up to date.
Thanks for help!
Hi there,
I don’t know what the issue is with these theme at the moment but my media queries are really messed up. My “max-width:” and “min-width” commands do not line up with my specified pixel width.
E.g. I could put “@media only screen and (max-width: 319px) and (min-width: 309px) {”
Yet, for example, the code will kick in at 340px and stop at 320px even though I have clearly stated “(max-width: 319px) and (min-width: 309px)”.
It was working before and has only recently started to bug out so much. Any ideas what’s wrong? (The issues arises with .td-sub-footer-container , .td-g-rec-id-custom_ad_1, .td-g-rec-id-sidebar, and other elements etc.)
Thanks,
Chris
According to the Sucuri site scanner the Spam SEO content is the following:
Code:
<body class=”archive category category-reward category-71 global-block-template-1 td-blog-travel td_category_template_4 td_category_top_posts_style_5 wpb-js-composer js-comp-ver-4.11.2 vc_responsive td-animation-stack-type0 td-full-layout” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”><div style=”position:absolute;top:0;left:-9999px;”>
All for Joomla
All for Webmasters
</div>
You can verify that opening the page https://www.luxurylifestyle.co/category/reward/ for example and inspect the code via Chrome or FireFox:
The theme template Newspaper is loading the malicious SEO script. You will need to check all the theme files or reinstall it.
the website URL is: http://www.seventies-soul-report.com
I would like to know if it is possible to remove the “Featured” article from the bottom half of the page. For example, “JUNE IS BLACK HISTORY MONTH” is the featured article, however it also appears 4 rows beneath the Feature at the bottom of the page. Is it possible that an article can only be featured once when identified as the feature?
Hello, I could already remove the author frome some parts of my website usind that CSS-code:
.td-category-author-name, .td-post-author-box {
display: none;
}
But how can I remove all the other author names? I guess the names are displayed on my start page and on category / tag pages.
Furthermore I changed the sub-footer content, but only on some pages I can see the new content “Coin-Dragon .. Impressum .. Datenschutz”. On many other pages i can still see the sub-footer content of the demo-theme.
Screenshots of the issues: https://drive.google.com/open?id=1vXQ80QACx0OXyAiPh_unq_7qlMivjVGd
Hope you can help me.
Regards
Florian
I have inserted below mentioned code for Google Analytics in Newspaper Theme panel > AMP > Analytics.
<amp-analytics type=”googleanalytics”>
<script type=”application/json”>
{
“vars”: {
“account”: “UA-XXXXXX-X”
},
“triggers”: {
“trackPageview”: {
“on”: “visible”,
“request”: “pageview”
}
}
}
</script>
</amp-analytics>
But still I am unable to track AMP traffic in Google Analytics.
So I am using WP Engine & have checked with them & all my setting meet the required link that you sent me.
Brian
So near the title you mean position the category tag a little bit up, like this
– https://www.screencast.com/t/PVTu9N9GqU
Modify the margin from the code above to a smaller value for that result. But note that if you should use a longer post title for example or even shorter, there could be problems with all these modifications.
Hi,
Please follow the link below, the revolution slider examples are too big to include in the theme package. You can download them here
– https://www.dropbox.com/s/mtczc43qdg96ca5/examples.zip
Thanks
Can the Read More button be placed in the page to shorten the long content. I’m not talking about the post. I’m talking about shortening long row. With all the contents. How do I do it using TD composer.
If this is not possible, do you have such a plan in the future?
exampe: https://www.lonelyplanet.com/france/paris
https://drive.google.com/open?id=1XT9oy7OVlZ6dz4xpSTmeL3s7_3QpMNGV
I’m sorry, my English is not good.
Hi, can you tell me how to put twitter or FB cards centered in the middle of the post. I can’t get to make it happen even if i clic on centring button.
example : https://themaghrebtimes.com/05/18/ramadan-gift-christian-businessman-builds-mosque-for-muslim-workers/
thank you
Hello emssp,
I have checked your website on Google Insights and I got this -> https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=http%3A%2F%2Fotelders.org%2F&tab=desktop For more refferances in this case, please check the following topic rom here -> https://forum.tagdiv.com/topic/how-can-i-speed-up-my-site/
Thanks for the message!
Hello Mercuriel,
I saw that you are using the Page Template+Latest Articles+Pagination. You should change this page template to Default, for example, if you want to create your all homepage with TD Composer.
Thanks for your understanding!
Hi,
You could upload the image to a free image upload service, then post the link here. We will take a look at the problem you mention. Use these for example
– https://imgur.com/upload
– https://imgbb.com/
Thanks
Hi,
Depending on the social counter location it can either be configured by editing the page with the composer, or in the Appearance->Widgets section.
So either by editing the page and entering your own information
– https://www.screencast.com/t/hcuG7TaS
Or in the widgets section
– https://www.screencast.com/t/8XzsCtet
Note that each instance of the counter has to be configured, configure it in one location will not affect the others. So for example if you place one in a page with the tagDiv composer and configure it, then place one in a sidebar as an widget, there will be no relation between them.
Let us know if you have further questions.
Thanks