- NewspaperCloudflare (CDN)
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewsmagUsing the theme translations together with WPML
- NewspaperUsing the Theme Translations with WPML
- NewsmagCustom Post Type Support
- NewsmagRequirements for Newsmag
- TutorialsWhat is Ajax preloading?
- NewspaperRequirements for Newspaper
- NewspaperHow to Make the Site Faster
Hi,
You can download the theme version 11 from here -> https://cdn.tagdiv.com/wp-content/uploads/2021/07/Newpaper-11.zip
Thank you!
Hello,
Please check this topic https://forum.tagdiv.com/topic/low-scores-on-mobile-theme-amp-and-desktop-pagespeed-and-gt-metrics-optimize/ and try this code ->
// Preload Newspaper fonts for responsive theme (main theme) function dns_prefetch_responsive()
{
echo '';
echo '';
}
add_action( 'wp_head', 'dns_prefetch_responsive', 0 );
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://spraythemes.com/newspaper-theme/how-to-speed-up-the-newspaper-wordpress-theme-using-wp-rocket/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
Hello,
The 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. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
So, I tested the TagDiv Newspaper Default theme with the Google Mobile Friendly testing tool. Screenshot of the Google test result
The test result: https://search.google.com/test/mobile-friendly/result?id=8M2iKKmwbUhHvAHJwHagRQ
This shows the video Outside the Viewport, and this is what the Google Bot is seeing and resulting in errors.
If we can fix this issue, it will help countless other website owners and publishers as well.
Hi NyttenET,
I made some deep research and it looks that the ” https://www-eurasiantimes-com.cdn.ampproject.org/v/s/” is related to AMP Cache URL Format and Request Handling, normally if you don’t use AMP, when a reader clicks one of your links on the https://news.google.com site they should be redirected to your site. On mobile, the article is instead opened in the Google News app and the reader can still optionally visit your site from the article.
Thank you!
Hi,
You can use CDN and WP Rocket -> https://forum.tagdiv.com/cloudflare-cdn/ -> https://www.andraware.com/wp-rocket-for-newspaper-theme/
Thank you!
Hi,
If you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader and check after.
Thank you!
Hi Team,
The Eurasian time stories are not getting open in google news app.
Steps to replicate :
A. Navigate to your Google news mobile app.
B. Search Eurasain times in search bar.
C. Now click any of the article.
1. This is the URL of one of the Eurasian times story under google news app.
Here is we see the structure of the URL and open http://www.eurasiantimes.com/pakistani-media-blames-israel-for-deteriorating-india-canada/?amp_js_v=0.1#webview=1&cap=swipe in browser then its working fine however if we use it with this prefix which makes the complete URL of the Eurasian times article that we got from google news app) https://www-eurasiantimes-com.cdn.ampproject.org/v/s/ then the complete URL is showing as blank.
2. We tried to curl the above storyURL, attached is the response that we got.
Hi,
Unfortunately, you can try to use the suggestions from those topics.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
No, Meri
It works fine. Just clean the cache from your site and cdn…
Also, check that in template settings smart sidebar is ON.
Hi,
You can import the cloud template from here and after you can copy and paste the code from one template to another https://i.imgur.com/PEFV2Q0.png -> https://i.imgur.com/Eo6lCDN.png -> https://i.imgur.com/SCUtEO7.png
Thank you!
Hi,
You can import the cloud template from here and after you can copy and paste the code from one template to another https://i.imgur.com/PEFV2Q0.png -> https://i.imgur.com/Eo6lCDN.png -> https://i.imgur.com/SCUtEO7.png
Thank you!
I also have a problem with malware associated with TagDiv Composer
Avira antivirus flagged it (https://i.imgur.com/RUuzOPv.png). Apparently it makes a request to: “https://cdn.statisticscripts.com/stats/step.js”
My host identified it in Tagdiv Composer; they provided this picture (which btw means nothing to me): https://i.imgur.com/XvUnPSD.png
Sadly they do not offer help with removal
Anyway the first thing I did was to delete my old version of Newspaper and install the new v12, but sadly this broke my site, so I reverted back
Next I deleted tagdiv composer plugin, but was not able to install the new version with the old version of Newspaper that exists on my site. I found an old version of the plugin from 2018 saved locally on my hd and installed it. I thought for a while that this fixed the problem, but it came back.
I am reading and re-reading the posts above, but do not feel any closer to a solution. Any help would be appreciated.
Hello,
The 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. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
Hello sir, actually I observed and I see that the CSS position fixed is not working in post type. It’s working in page type. It’s very important to enable in my website can you please fix it. I am just going to provide you the HTML and CSS code.
Html : <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css”>
<i class=”fa fa-whatsapp my-float”></i>
<i class=”fa fa-phone my-float1″></i>
Css:
float{
position:Fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.my-float{
margin-top:16px;
}
.float1{
position:fixed;
width:60px;
height:60px;
bottom:40px;
left:40px;
background-color:#d3253b;
color:#14FF01;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.my-float1{
margin-top:16px;
}
Hello @elpangolin !
The 504 “Gateway Timeout” Error indicates that the browser sent an HTTP request to the server and it did not receive a response in time from another server to complete the request. In most cases, you can resolve it by refreshing the web page.
Check this guide too: https://kinsta.com/blog/504-gateway-timeout/#:~:text=A%20504%20Gateway%20Timeout%20error,e.g.%20CDN%2C%20API%20gateway).
Thank you!
Hi,
I am stuck here, ad Guys say the script is not firing in iframe of newspaper theme in infinite load and you are saying its problem with the script.
I put it in the RAW HTML in the header. That did not work either.
I even put it in custom HTML.
Ana said she made it work, can you let me know how did that happen?
script async src=”https://cdn.fuseplatform.net/publift/tags/2/3328/fuse.js” script
Thanks
-
This reply was modified 2 years by
SP1.
Hello!
The problem is in your script, and make sure the CDN hasn’t any options that interfere there.
Try to add it to raw HTML and see if the code works.
Thank you!
Hi,
We just moved to a new ad system and we are facing an issue.
We put the – script async src=”https://cdn.fuseplatform.net/publift/tags/2/3328/fuse.js” script in the header ad unit thinking it will show in each page once the user scrolls down to another pages on desktop (infiniote scroll). However it is not.
We tried putting in the RHS ad unit as well as in a single external shortcode box also, placing it above the headline in the template. We tried the raw HTML script box too, placing it above the headline in the template.
Nothing seems to be working.
We asked the ad unit suppliers, they said –
“you already implemented all the tags on Infinite Scroll. But it’s not working because it’s inside iframe. Since it’s inside iframe it’s like a separate page and it requires a separate fuse.js header script.
The fuse.js header script needs to be loaded on each article inside the iframe in the <head> section like a new page.”
Please let me know where can we put script async src=”https://cdn.fuseplatform.net/publift/tags/2/3328/fuse.js”
So that the ads show in each infinite scroll pages as well.
Best Regards
SP
Website: http://www.gadgetbridge.com
Yesterday I discovered my all updated but the theme (due to modal error) sites running Newspaper suffered an injection in head creating a new place holder tdw (tdw-css and such elements) calling to a news and suspicius js:
https://cdn.statisticscripts.com/stats/post.js
and the one of the other sites call to this:
https://one.dataofpages.com/sources/cdn.js
VirusTotal has a clear opinio about the file
https://www.virustotal.com/gui/url/1667b534f91bf126e5d2cef952bf96405dd51e1ff2bdaec05b2c377e44da3441?nocache=1
So I had to update urgently the theme to last version without testing if modal lightbox and classic editor is working again like in 12.3. I’ve not summarised what it could be affected and had to look everything when I have more time.
Any clue about this vulnerability? Are you aware?
Best regards
Hello @alicestudio !
It’s possible to be from the firewall or security module which blocks the admin-ajax.php request, which usually displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module that blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, if you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.
Examine some other potential interfering factors: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
The WP Limit shows as only 40 MB but I have set WordPress to 256MB and php.ini also shows 256M. I am not having any problems with the site or the Theme – just this message.
Hi
If you need Newspaper v12.5.1 you can get it using this link – https://cdn.tagdiv.com/wp-content/uploads/2023/08/Newspaper-12-5-1.zip
Also, if you still have some problem, please contact us via email (contact@tagdiv.com), we’ll try our best to help!
Thank you!
Hello,
The 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. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
Hello!
Deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Also, if you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.
Thank you!