- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
Hello,
can someone tell me if it makes sense to upload the image in the size that would be optimal for Mobile?
For example:
<![]()
For Mobile the image is 726x358px.
Looks that way:
<![]()
If I upload the image to 324x160px, is it blurry on mobile devices?
Translated with http://www.DeepL.com/Translator
Dear,
Google search console warn me that all my articles own in their footer an img tag instead of amp-img tag
So I would like to convert the line
<div class="td-sub-footer-copy">
© Be'Art Magazine
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a>
<br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
To
<div class="td-sub-footer-copy">
© Be'Art Magazine
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<amp-img width="88px" height="31px" alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a>
<br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
img tag is replaced by amp-img and I added the followings attributes: amp-img width=”88px” height=”31px”
How to do it ?
should I use a:
– javascript code ?
– php code ?
The footer text was set from theme panel -> footer

Thanks for your help
Hello,
Our site is continuing to experience 503 errors when there is an increase in traffic. Our web host believes that the Newspaper theme is the cause, please see the below and advise.
the admin-ajax.php script is still being execution unusually high amount of times.
Code:
11618 http://spurs-web.com/wp-admin/admin-ajax.php /home/neilv206/public_html/wp-admin/admin-ajax.php
The admin-ajax.php call is generated by the theme from what I can tell.
Code:
admin-ajax.php?td_theme_name=Newspaper&v=7.3
Code:
176.35.25.203 – – [25/Jul/2018:08:58:02 -0500] “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=7.3 HTTP/1.0” 200 13 “https://www.spurs-web.com/spurs-news/tottenham-target-ready-to-depart-current-club/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299”
Each request towards the website generates such admin-ajax.php call, which is unusual. What I can suggest you is to contact the theme developers and ask them to check this abnormal behavior further.
Hello!
Is there the possibility of configuring two headers in the same web?
For example, a standard header and a white header for when I use the “Pagebuilder + Overlay menu” option.
Thank you!
Hi,
It doesn’t work like that. Once you enable the AMP plugin the AMP URL will be loaded in the post page source. This URL is picked by Google and the post is cached. Users will be served this AMP version from Google search only.
I believe search results are ranked by this, AMP versions will be ranked higher in the results.
Thanks
Hi there,
Currentlt AMP support is working manuelly, if I add “/amp” at the end of the URL. How can I enable AMP for the visitor coming from a smart phone automatically. What I mean is, when I visit a page on my phone, the visitor should see the AMP version of the page automatically.
Thanks..
Hey,
The link of home & let’s talk are working fine for me. I have used anchor link in the sub-menu which is redirecting me to the original location if I am on a different page but it doesn’t work on the homepage.
Hi,
AMP will work for posts mainly, check posts by adding /amp at the end of the URL. AMP post example in a theme demo
– https://demo.tagdiv.com/newspaper_crypto/td-post-ethereum-millionaires-attract-attention-from-regulators/amp/
AMP can be used on pages if enabled in the theme panel AMP settings, but with the condition that the page is created with the default WordPress editor and it’s capabilities
– https://www.screencast.com/t/1sT81I5LY
So pages built with the page builders will not work with AMP. Pages can be tested by adding /?amp after the URL.
Thanks
Hi,
You can ask as many questions as needed, we and other users will try to help you as best we can.
For that post template in order to achieve a quality result, the image should be bigger. For example the demo uses a featured image of this size
– https://demo.tagdiv.com/newspaper/wp-content/uploads/2015/04/snow.jpg
– https://demo.tagdiv.com/newspaper/td-post-the-new-screen-savers-the-show-that-launched-video-into-the-stratosphere/
If there is a background color or image set, the website will be boxed, so the post template would look like this
– http://prntscr.com/kaq0or
You could try some thumbnail cleaner plugins, make some tests with them. Maybe these one
– https://ro.wordpress.org/plugins/thumbnail-cleaner/
– https://ro.wordpress.org/plugins/force-regenerate-thumbnails/
Consider making a back-up before, in case something doesn’t work as intended, better to be safe.
You could try a third party pages widget, the default widget allows only to exclude. I believe there are also solutions online to modify WordPress files to make the pages widget include instead of exclude.
Note that our blocks can display pages as well
– https://www.screencast.com/t/CPaAjXzV8xNp
You can filter the pages by ID, adding specific IDs will only display those pages.
Thanks
Hi,
You could try a code like this for example
.home .td_block_21 .td_module_16:not(:first-child):before {
content:"";
position:absolute;
top: -20px;
width: 100%;
height: 2px;
background-color: black;
}
The result is here – https://www.screencast.com/t/UvJtju1H5
The code will affect only block 21 in the homepage. Give it a try, see if it is what you wanted.
Hi,
Maybe they could be removed with CSS only for the homepage. The same footer and it’s content will be displayed in the whole website, a setting to specify exceptions does not exist.
There is an empty page template that can be used for pages, this will not display the footer for the page where it is used, but that will not show the header as well.
A code like this will hide the whole footer only on the homepage for example
– https://www.screencast.com/t/4s1avfKH6v
.home .td-footer-wrapper {
display: none;
}
It seems to appear right below this ad – https://www.screencast.com/t/wBxKcAIO
It is invisible because of some CSS positioning it outside of the actual page, but it still loads.
From what I can find online this could be a type of malware that infected the website
– https://stackoverflow.com/questions/42901355/malicious-text-appears-in-all-pages-and-posts-how-do-i-get-rid-of-it
– https://wordpress.org/support/topic/known-javascript-malware-details-httpsucuri-netmalwareentrymwspamseos/
Users with a similar issue in those topics mention that a plugin might be the cause downloaded from various sources. You could try to deactivate them all, leave only theme plugins active. Then if you have caching, clear it. Check if the text still displays in the AMP page for example.
Good morning to you,
I am coming to you because I am currently experiencing three technical problems: ( sorry for my English I use DeepL)
My Website : https://exoportail.com/
1) My logo on the AMP pages is not displayed even though I saved it in the mobile logos. Moreover and it is strange when I move the mouse pointer to the place where should be the Amp Logo I can see that the URL of my site is displayed at the bottom left as shown in this image :

2) I tried to put a background Theme and the same thing in mobile version but it only appears on my browser where I am connected with my wordpress admin account. Indeed when I use another browser or a visitor goes to my site, the background theme is not displayed.
3) My last problem is that all my images are suddenly automatically left aligned and this even old images. I specify that this only affects my browser where I am logged in with my wordpress admin account and that just like concern number 2, visitors are not affected.
Thank you very much in advance for the help you can give me and congratulations again for the theme newspaper 8 which I like very much 🙂
and for the article url itself is valid amp.
Ex: http://www.mywebsite.com/simple-test/amp > Valid
only parts of the homepage are experiencing errors
Here I have activated the amp plugin and followed the tutorial, but when I access the web with /amp, there is a “Page Not Found” error.
http://www.mywebsite.com/amp => Page Not Found
Hello,
I noticed that the Newspaper theme allows only either a featured image or a featured video. I want to set the featured image, but also allow for the video to be put into the post under the featured image (embedded video). How do I do that with this theme? For example, in the previous theme that i was using, I could put this in the page and it would show as a youtube video in the page.
[youtube url=”https://www.youtube.com/watch?v=nJRsWg1O90g&feature=youtu.be”]
You can see the blogpost at this url: https://www.matsati.com/index.php/tehillim-psalms-146-part-1-reasons-all-the-nations-give-him-praise/
Maybe there is a plugin that would recognize this automatically as a video in the pages? Any recommendations? Problem is I used this for all my blog posts. Going back through hundreds of posts to correct this would be quite a chore. Also, when using the “Featured video” when editing the blog post, the theme replaces the featured image. With the video as the featured video, the home page (https://www.matsati.com/) shows a blank page image which is not very nice to look at. I basically would like to have the video embedded into the post. All of my posts used what is shown above, is there any way to get the Newspaper theme to recognize these as embedded videos?
Let me know, thanks
—
Duane D Miller
non amp version:- https://www.remediesone.com/aloe-vera-juice-for-hair-growth/
amp version: https://www.remediesone.com/aloe-vera-juice-for-hair-growth/amp
“Want create site? Find Free WordPress Themes and plugins.”
above code appears just above the article only in amp version, after installing amp plugin.
if you want i can create a user for you to check in my website, please help to get rid of this, thanks
Simion,
Disabling the plugins did work. I was able to get the entire site working. Thank you.
There is one additional thing I would like to modify. On the website http://www.matsati.com, I have different sections “Bits of Torah Truths”, “Science and Spirituality”, “Random Thoughts”, etc. I want to randomize only the articles that have a particular category and not from all of the blog posts in general. How can I do this? For example, in the random thoughts section, it shows posts from Psalms and Bits of Torah Truths. I want to limit that to only the random thoughts catagory. Thanks for your help
Let me know, thxs
—
Duane D Miller
Glad it worked. Regarding the AMP issue, I don’t know what that is. I can’t tell from a screenshot.
If you could provide a link to a post where it appears I could take a look at it. Does it appear in all posts? Does it appear in the desktop post version? It could be a plugin, code or shortcode entered in the post content.
The AMP plugin does not have any font settings at the moment, these might be introduced at a future date. So in order to modify the font size of the post content the only option at the moment would be to modify it in the plugin stylesheet
– https://forum.tagdiv.com/topic/how-to-change-the-font-in-tagdiv-amp-plugin/
yes, it is working now fixed, thanks,
I have 2 more problems, when I activate AMP plugin there is a spam content showing in my page here is the screenshot:- https://imgur.com/a/XuJYVIq only on AMP version
2) how can I increase font size/ or other font styles in AMP page like in my normal version which I have
Hi,
That issue is quite common with WordPress, a simple Google search for the message would be enough to see that. It is not specific to a theme, it may happen regardless of theme used. For example – https://wordpress.org/support/topic/the-link-you-followed-has-expired/
In that case the max upload size was limited, increasing it solved the problem.
Check this guide carefully and make modifications if needed
– https://forum.tagdiv.com/requirements-for-newspaper/
Contact your hosting provider if needed and ask them to make changes as the guide suggests.
Also note that the most recommended and reliable method to install a theme is by FTP
– https://forum.tagdiv.com/install-via-ftp/
This is also used to update, install plugins etc.
Thanks
Hey Catalin,
I want to add some Ads between paragraphs like inline the paragraph, for example. I want to add Ads after paragraph number 3, 6, & 9. It is must needed feature. Also the third party Ad plugins does not support this functionality in Single Post Template of TD Composer.
Please help me. Tell me anyway or plugin if you know. This is the must needed feature.
I don’t want to add Ads in the top or bottom section, because it doesnot enhance the user experience.
-
This reply was modified 8 years by
ashubais.
Hi,
Pages built with the composer will not work. Pages built with the default WordPress editor. Example of an AMP page
– http://prntscr.com/k89xpn
– http://prntscr.com/k89xyr
AMP is supposed to deliver performance based on simplified content, not display heavy elements like grids, blocks etc. Then there would be no point for it.
So if you want to have an AMP homepage the page must contain only default content, created with the WordPress editor
– https://www.screencast.com/t/D8VvbDJCJv
Thanks
Hi Catalin
Thank you. I deleted the Mobile Plugin and it reverted back.
How do I actually change how the mobile theme looks? For example I want a certain section to not show only in mobile.
Kind Regards
Kal
Hello,
I added the search & filter pro plugin in, but the search result format.
Could you please advise how can I set it up to other format?
My website is https://www.coursescentre.com/
Please assist, many thank!