- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- 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
Sorry for the delay, we try to reply in all topics as soon as possible, within the allocated support hours.
Also as a note, please try not to reply in your own topic multiple times, this will only delay the response from us. So for example this topic would have been among the first in priority without that last reply.
1. The cloud smart list templates display only the smart list itself, the post content element is or should not be present in the template
– https://www.screencast.com/t/PtSK5cwMYM
If you edit a smart list post template you can see that the post content is missing, only the smart list element is there.
So if the post contains other content besides the smart list, it will not be displayed. if that is the case, it would be better to use default post templates.
But that means that in order to display a block in the post page, after the content, you would have to maybe edit the post template files and enter it there, or in the content directly
– https://forum.tagdiv.com/topic/how-to-ad-block-under-the-post/
2. With no AMP and mobile theme plugin, the same smart list template from desktop will be displayed at all times and for all devices.
3. A code like this will do that – https://www.screencast.com/t/9qSmvpF4w
.td-smart-list-pagination .td-icon-right,
.td-smart-list-pagination .td-icon-left {
display: none;
}
4. Maybe like this, with CSS is easiest – https://www.screencast.com/t/6JPPg5La
.td-smart-list-pagination .td-smart-back {
display: none;
}
Thanks
Hi,
Post template 7 have set as feature image the full size of image, and is set on full with of screen.
Here is an example
https://www.screencast.com/t/X1Czb9h82
https://www.screencast.com/t/Jt7tLO7g
Thank you.
Hi,
That error comes because the server can’t load the font woff .
I checked your amp url and now is all good.
https://www.screencast.com/t/VQL2C3rM
https://www.screencast.com/t/xlpQGnLYi
Thank you.
Hello,
I’m using AMP pages for my blog and observe that Google Analytics doesn’t count the traffic came to the AMP pages. Traffic to non AMP pages is counted and showing correctly. I put the same GA tracking script in AMP section of Theme Panel but doesn’t work.
Please guide me how to put the GA tracking code for amp pages in Newspaper theme, I video tutorial will be much helpful as I don’t know much about coding and WordPress.
Thanks!
Umar
Hi,
Please check the permissions on your upload folder as suggested. More information here
– https://codex.wordpress.org/Changing_File_Permissions
– http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
The second step is to make modifications to these parameters if needed, according to the guide
– https://forum.tagdiv.com/system-status-parameters-guide/
Hosting providers can do this for you, most do.
Also check what PHP version are you using (should be higher than 5.6), check in the theme system status panel for example. There was a similar case before when using an older PHP version caused problems when installing a demo.
The last step if you have made all the above mentioned changes and the result is the same, is to contact us at the mentioned email address and provide all the necessary information (admin login, FTP access or cPanel if possible).
Also paste a link to this topic so we can identify you.
Thanks
Hi,
I think this can be done with some plugins, for messenger example you can try this plugin -> https://wordpress.org/plugins/wp-facebook-messenger/
Thank you.
Here are some tips that may help you to use Newspaper theme with WordPress 5.0
1. Image lazy load
You can try purging all cache (browser cache, CDN cache, Cache plugin cache). Disabling JavaScript minification will help as a theme by default serves a minified version of the JavaScript. If this doesn’t help you can disable Lazy load option from theme panel. Refer: https://i.imgur.com/zhUFavs.png
2. Enable Classic Editor
Not ready for Gutenberg?
You can easily enable Classic editor by installing Classic Editor Plugin by WordPress Contributors. The plugin also allows you to switch between both editors. Refer: https://i.imgur.com/VBYzo1t.png and https://i.imgur.com/viBr9eR.png
3. AMP images and embedd size fix
The post composed using new editors adds extra padding layer to the images and embedded in the AMP version of the Newspaper theme. It looks like this – https://i.imgur.com/BmulTEJ.png
You can fix it by adding these lines to custom CSS for your AMP pages.
figure {
margin-inline-start: auto;
margin-inline-end: auto;
}
Result: https://i.imgur.com/1lWfq4L.png
That’s it for now. Hope this will help you all.
Hi,
Here is an example
https://www.screencast.com/t/Wm64UnvdQUo
Please provide me a link to your website were I can inspect the problem.
Thank you.
Hi,
Unfortunately, the theme does not have any such an option for this section, sorry! If you want to make some changes over this, you need to edit the AMP core files and change the code for this. Also, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hi,
Please provide some examples of this CSS you are referring to, also a link to the website would be helpful as well. We will take a look.
Thanks
Hi,
If you want the AMP version 1.2 please send an email at contact@tagdiv.com and as for the AMP 1.2v but notice that this version will not work with the latest theme version, only with 9.1v
Thank you.
Hi,
I’ve checked your website on AMP and it seems to work as expected, as you can see here -> https://www.screencast.com/t/rhANiF2yh
Thanks.
How to center align the text of Block Header 10, in block setting menu currently its left align, can you provide custom css so that the custom title which I add from TD composer looks centered
Currently my site is on testing once everything looks fine will implement on main site
http://kuwaittimes.net/sample
Because the element displays a post loop – https://codex.wordpress.org/The_Loop
– https://www.wpbeginner.com/glossary/loop/
Loops have no filtering options, they can be placed in pages, cloud category templates, cloud tag templates etc.
For example while creating a category template, place a loop element in it. The template can be applied to multiple categories, the loop will be filtered automatically to display posts only from the respective category.
This is useful to have, blocks for example will always display the same posts regardless of where they are places, according to the filtering you set, but the loop will display posts according to where it s placed.
Hi,
A class can indeed be added to blocks, this will allow more precise targeting by CSS. If you want to remove the post title for a specific block, you could do it like this
– https://www.screencast.com/t/9m2PFe6R
– https://www.screencast.com/t/XGIyrOa9
Code used in example here
.myclass .entry-title {
display: none;
}
If this is not what you wanted, please mention what exactly you want to, some examples with links or screenshots will be helpful.
Thanks
Hi Guys,
AMP is not working. Error- This page isn’t working, HTTP ERROR 500
Example url- insidecryptocoins[dot]com/tezos-xtz-what-is-it/amp/
Hello,
I am running WordPress 4.1 for multiple sites. I installed the Newspaper theme and its included plugins:
tagDiv Cloud Library
tagDiv Composer
tagDiv Mobile Theme
tagDiv Newsletter
tagDiv Social Counter
tagDiv Speed Booster
When I activate tagDiv AMP, I get this error message:
PHP Fatal error: Call to undefined function wp_parse_url() in /usr/share/wordpress/wp-content/plugins/td-amp/includes/amp-helper-functions.php on line 35
So I removed it.
Then I tried to activate the theme, I get:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1385
My memory limit is at 256MB so I tried commenting those lines in td_util.php:
foreach ( td_fonts::$font_names_google_list as $font_id => $font_name ) {
$list[$font_id] = $font_name;
}
if ( $flip ) {
$list = array_flip( $list );
}
I am able to get to the “You are previewing Newspaper” sidebar with a blank page and the following message in the logs:
PHP Warning: Illegal offset type in /usr/share/wordpress/wp-includes/widgets.php on line 560
[…37 times…]
PHP Warning: Cannot modify header information – headers already sent by (output started at /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:974) in /usr/share/wordpress/wp-includes/option.php on line 748
PHP Warning: Cannot modify header information – headers already sent by (output started at /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:974) in /usr/share/wordpress/wp-includes/option.php on line 749
PHP Fatal error: Call to undefined function wp_scripts() in /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 528
I am wondering if I got the right version of Newspaper for WP 4.1. What am I missing?
Thanks!
Maxime
hi, i am burak,
i have big problem. i didn’t see social media share icon on the theme panel.There is problem for 2 mouth. just i can show fb icon on web site. i couldn’t fix this? How can i fix this problem. i upload new theme and wordpress version 5.0.
for example: http://sevilayinmutfagi.com/besamel-soslu-karnabahar/
I wrote 4 posts in my site but none of them had the full slug/(permalinks) which I set to post name. It seems links are getting broken. How can I get rid of this problem?

I want to change the links that “Sign in” and “Join” refer to. What should I do? Thank you.
For example, I want to click “Sign in” to get to the page https://www.dsez.org.cn/login/
I click “Join” to get to the page https://www.dsez.org.cn/register/
Hi,
In the amp tester I get a 404 error on the icon fonts. See screenshot

Full size screenshot: https://ibb.co/HpqQRW2
I used the Google Amp Test where Icons are also not showing: https://search.google.com/test/amp
Used url to test: https://www.mensenzijnmedia.be/universele-verklaring-van-de-rechten-van-de-mens/amp/
-
This reply was modified 7 years by
JohanTD.
Hello,
I have been working for a long time on the optimization of my web pages, trying new things, looking at every corner, installing and uninstalling….
Finally, I got a good optimization, thanks to my work and the help of the tagDiv team (I made many queries here).
I have created a complete tutorial, explained step by step, so that all of you can optimize your web pages too (FREE TUTORIAL).
It’s written in Spanish, but if you’re interested, you can use the Chrome browser to read it in English. The Chrome browser automatically translates texts (right click – translate).
I’ve invested a lot of time in this. I hope you like it.
https://beseomyfriend.com/optimizar-newspaper-pagespeed/
Newspaper theme optimization helps to have a higher loading speed, mainly on mobile devices.
This is very good for improving the user experience and reducing the percentage of rebound. Speed is a key factor in SEO, because Google values it more and more.
Here I also leave an example of optimization, even using Adsense blocks:


Do you Want to see your current score? Use Google PageSpeed Insights (free)
https://developers.google.com/speed/pagespeed/insights/?hl=es
I download a autor page from your cloud library but i am unable to edit the content. can you provide me the details to edit it ?
for eg in your template is shown ” sample author name” but there is no option to edit it
In my country, ‘fb messenger’ & ‘imo’ users are huge and people are like to share news by these media. But in sharing options (theme panel>post settings>sharing), there are no ‘Messenger’ & ‘IMO’ options. Can I incorporate them?
I’m not sure now that i cannot add new post & edit post,
TD composer button also not appear
and cannot customize in appearance.
Please help me with this.
Thank you for your reply.