- 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!
Yes, because your website need an optimal speed that’s why you need to make some settings also to help for the improvement.
By the way, we have such a great result with this new update and with our new tool: https://www.youtube.com/watch?v=tnkVapqhIHc
We have clients which are so excited about their results ( you can check the score of this website for example:https://osaopaulo.org.br/ ) and clients who are disappointed because they just make an update and nothing else, that’s why I said if you will try to make a little effort I’m sure you can have such a great result too, of course if you want.
Also, to increase the page speed you can check these similar topics for more solutions:
– https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
– https://tagdiv.com/how-to-increase-page-loading-speed/
We are building a long term collaboration with our customers. You can see on our demos what page loading speed score can a website loaded with content can have. However, page loading speed can depend on many factors, and each website is unique from this point of view.
Let me explain some of these factors and maybe they give you some starting points for optimizing your website.
External factors: server speed, if you are using CDN or not, the external resources loaded by your website like ads, fonts, tracking scripts like Facebook Pixel, Google Analytics, Twitter analytics, Hotjar and so on.
Internal factors: the number of elements on the page, image size, image formats, if you are using mobile optimized layouts, console errors, if you are using the Standard Pack plugin on not, if you are using PRO demo or a standard one.
I hope I was more clear now and more useful!
Thank you!
After upgrading to version 10.4, my homepage lost all of its original settings and I had to completely revamp the look of the homepage. During the repair process, I encountered a very annoying error, which was a Vietnamese font error when writing HTML code
For example I have code like this
https://imgur.com/iCIyl6Q
https://imgur.com/4u2yfem
Once saved it will look like this
https://imgur.com/Whkh8si
https://imgur.com/EITqDRM
The Vietnamese characters were all error
How to handle this error?
My site: http://www.thehinh.com/
installed AMP, issue fixed, thanks
Hi.
How do I change the loading icon to a more standard one, for example, a circle?
I looked through the theme files but I couldn’t find the loading effect to replace it.
I am using cloud templates. What is the best way to change the loading icon universally?
Using Newspaper 10.4 have a column disappearing on mobile devices.
Steps to recreate. Create a new page, add a row, split row 2/3 + 1/3, add a text column entry to each column.
On mobile devices only 1/3 column is showing, 2/3 column collapses. Cannot be recreated in Chrome using dev tools and mobile toolbar with small, responsive viewport, but does happen in Chrome on Mobile device such as Samsung Galaxy.
Sample Page – https://fabtrackr.com/dynamicpage/
Ant
our site name: marathiactors.com
we are facing issue for displaying images when website URL is shared on facebook.
for example article – https://marathiactors.com/zee-marathi-devmanus-serial/ also tried short url – shorturl.at/oxGM8

Thank you for the quick response.
For others who may be here looking in the future, what I have done to work around this is to create a shortcode that produces the required PHP output and then popped that shortcode into a page using the Column Text Element.
add_shortcode('myshortcode', 'my_shortcode');
function my_shortcode($atts) {
extract(shortcode_atts(array(
'name' => FALSE
), $atts));
$name = esc_html($atts['name']);
$output = 'Hello '.$name;
return $output;
}
Then within the child theme functions.php file I have added
function my_add_rewrite_rules( $rules ) {
$new_rules = array();
$new_rules['^something/(.*)/?'] = 'index.php?pagename=dynamicpage&x=$matches[1]';
return $new_rules + $rules;
}
add_action('rewrite_rules_array', 'my_add_rewrite_rules');
All pages in the form https://mysite.com/something/xxxx gets rewritten to the page and then the shortcode can pull the x query variable to produce the correct output.
Hope this helps someone.
Ant
Hello Vlad,
We are unable to turn on Standard mode in AMP plugin. You already suggested in another topic to try disabling plugins. Unfortunately, that is not an option on a live site. I was wondering if it is possible to use Standard mode in AMP plugin with Newspaper theme at all because there were several posters mentioning they couldn’t turn Standard mode. Has it been tested before?
What we are looking for is to use the AMP version of the site for all mobile traffic. There is an option inside AMP plugin to redirect mobile users to AMP version but that does not work with Google Page Insight.
Hello @Talkbasket !
Are you having issues using AMP ? Can you let us know what the issue is ?
Thank you !
I also have the Ad Inserter plugin and some articles do not have ads in the mobile version. Installed Single Post Template – Magazine PRO
Sample article: https://bestlavka.ru/pochemu-podem-urovnja-mirovogo-okeana-jeto-realnaja-problema/
I watched this tutorial and followed the advice. At first it worked perfectly.
My goal is to use the TagDiv composer to control my mobile page.
I deleted the AMP plugin and TagDiv Mobile plugin.
Then, on my mobile device, I was able to see my mobile page theme (minty). It was beautiful.
Then, automatically, the page showed the responsive version of my web theme (pulses pro) on mobile devices. It was not beautiful.
Then, automatically, it went back to the mobile page theme on its own on mobile devices. Nice.
Now, automatically it’s back to the responsive version of the web theme on mobile devices. Not nice.
Why does it change by itself for mobile devices?
Site: theseoulite.com
Thank you for helping me with fonts!
Now about main page width layout. It’s a strange why you don’t see a difference.
Ok I made screenshots, please see attached. I want to clear, I am not upscaled nothing, this is real sizes.
My site
Prebuilt Sample
Do you see the edges distance?
-
This reply was modified 5 years by
mikevanmoonlight.
-
This reply was modified 5 years by
mikevanmoonlight.
Hello!
When you use this element and add some text for example in that WP Editor modal window you need to close it and save from the main button save: https://www.screencast.com/t/nunamPXKfq
Thank you!
Hello!
Please check this article which describes mobile pages:
https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
From what you describe it seems you have installed Mobile theme plugin. If you created the mobile pages with TagDiv Composer, then when you install Mobile Theme plugin, your pages will be overwritten by the plugin.
The Mobile Theme is a performance optimized theme included in the Newspaper main theme and it loads only for mobile devices. It comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout. For more details, please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Please note that you can not edit the AMP pages or Mobile Theme with TagDiv Composer plugin.
If you want a responsive version of your website which is looking similar like on desktop, then you need to deactivate Mobile Theme, edit the page with TagDiv Composer, click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB ; there you can see your mobile version and you can edit the elements there.
Thank you!
Hello,
We insert images on pages but they are uploaded as min 1200px height and min 800px width. As example 1275 by 850 pixels.
When you view the image on a page yes it will be resized to fit but for AMP / Google all image must be the correct size for it’s intrinsic value. Newspaper theme makes the intrinsic on that image (and all others) 1024px wide by 683px height.
Wordpress media sizes increased beyond the sizes by far like large format 2500px and still it generates 1024px X 683px images for intrinsic. If I view the image in the Media library it is the correct size but when I view where it was added on the page and inspect the intrinsic is 1024px X 683px.
Please help me fix this as we need the larger intrinsic active.
After updating to 10.4 in a test environment a number of errors occurred. For example, TD Composer was no longer working and messing up all pages with shortcodes.
I did some testing and found out that the problem seems to be the theme’s internal update process. Following the instructions for manual update given here: https://tagdiv.com/update-newspaper-theme everything works fine. It looks like the update routine is not deleting or replacing all the files.
If you are facing issues try this:
- Delete all files from theme folder (wp-content/themes/Newspaper/) via ftp or cpanel.
- Download Installable WordPress Theme from envato
- Unzip and upload the new files to theme folder via ftp or cpanel
- Login to theme panel and update and activate the required plugins
- Clear Cache
Hope that helps
Regards
Hi, i have one question
Should i activate “Mobile device support” in WP Super Cache if i use the Mobile Theme only for amp?
Hello,
This is a video about how to style the website fonts => https://www.youtube.com/watch?v=jQvA64uTLkI I hope this helps you to understand better the settings.
Also, the fonts from Theme Panel > Theme Fonts > Page, for example, “Page Title” is applied on this option from page attributes => https://www.screencast.com/t/BZCDjbqF3pv.
Thank you!
Hello,
These settings are for Standard Prebuilt Websites, create without Cloud Templates.
These changes apply for example only when you use the standard header/footer templates (and other standard templates) from Theme Panel (not a cloud template) => https://www.screencast.com/t/4gApdblBu8 -> https://www.screencast.com/t/m1vrJsvHM
Thank you!
I have now tried several category excluder plugins but none work. I conclude that there must be something that newspaper theme does that somehow overrides. For example with the Ultimate Category Excluder plugin. Please advise a plugin that actually works. Thx
Hello,
I have a problem with the mobile theme of newspaper. I set the mobile theme for the home page with composer but it always displays the amp version which is graphically chilling. Can you help me solve the problem?
https://ibb.co/NySrNtR
https://ibb.co/NySrNtR
https://ibb.co/SnfdyXD
https://ibb.co/8jd073C
Hello,
I’m trying to make my website responsive without using AMP or the tagdiv mobile plugin.
When I hide an element on mobile only using the composer, it doesn’t show the hidden element anymore but it still gets loaded from the browser, making the page quite heavy for mobile use.
Can you please help me fix this?
Hello,
This issue has been discussed already here: https://forum.tagdiv.com/topic/very-confused-with-the-newspaper-amp-setup/
Thank you!
Hello,
Our theme doesn’t have a cache for AMP, this comes from the cache plugin you use, also the theme does not control how Google indexes the links, that’s why you have to ask Google to reindex your website.
Thank you!
Hello,
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
You can add the menu on the top, only if you use the mobile responsive and mobile page.
Add a new row on the top, and in that row, you can add a mobile horizontal menu => https://www.screencast.com/t/myGxLawpd0XT and assign the menu.
Hope this helps you!
Thank you!