Post counts work with WP Rocket cache plugin.
Note: You must enable Ajax view count (only if you are using any cache plugin with theme).
to enable Ajax view count.
Go to theme panel >> Post settings >>> Ajax view count (keep counting with cache plugins)
I have tested this on one of my websites, hope it will help you.
Thank you for your understanding.
It will give round shape to the author image in author box.
Make sure you purge all the cache (CDN, BROWSER CACHE, CACHE PLUGIN) to see the results.
Disabling Lazy load option in Jetpack will fix this.
Add following code to custom code >> custom CSS in the theme panel
.author-box-wrap .avatar {
border-radius: 50%;
}
We are using WP Rocket on our 3 websites with Newspaper theme without any issues.
To avoid issues you can either enable minification with plugin or cloudflare. You can exclude theme js to avoid lazy load issue or just disable lazy load from theme panel and use lazy load feature in WP Rocket plugin.
You have to repeat same procedure for the mobile theme.
For mobile theme edit /mobile/single.php file to add matched content ads.
That matched content ads do not work on AMP.
In terms of SEO, having site AMP ready is better than having mobile theme.
You must update the WP Home URL (WordPress Address (URL)) with the https:// version. This will surely solve the gallery issue.
To fix green lock issue, open theme panel, and check if the side logo, favicon, background URL has https in their URL REFER: http://prntscr.com/ljqsqt
Note: Things may break If you are using CloudFlare Free SSL on your website. You must configure it very carefully.
Hope this will help, thank you for your understanding.
To show InFeed ads in the sidebar, you don’t need to modify adsense code, just put the code you get from your AdSense dashboard in HTML widget. That’s it. Same for the Matched Content ads.
The above-mentioned code is required only if you wanna add Matched content ads in the template.
For example, if you wanna show matched content ads below the post content then you need to edit loop-single.php file (Refer screenshot: https://prnt.sc/ljqqwq)
Result:
http://prntscr.com/ljqrg1
To make post links underlined, add following code to custom CSS
/* This will make all links in the post underlined by default*/
.td-post-content a {
text-decoration: underline;
}
/*Adding this code will show an underline when you take mouse pointer over the link*/
.td-post-content a:hover {
text-decoration: underline;
}
Hope this will help, thank you for your understanding.
@zseo, what transform rules for p tag is already defined in the plugin. There is no need to define any rule for it.
For Newspaper theme rules for some elements need to be defined like SUBTITLE, SOURCE, VIA.
It’s showing your pages size 666.1 KB
https://tools.pingdom.com/#599ca99f0cc00000
@tmaghrebt for me your site loading fine check: https://tools.pingdom.com/#599ca9077f000000
Install the Cloudflare plugin to manage cache expiration.
Option- 1
Disabling author archive in Yoast SEO settings will disable author page. In this case, clicking on author name will redirect the user to the site homepage.
Option – 2
You can add redirection using regex redirect for author URL to about page.
@tmaghrebt what do you mean by stats?
@anlidiazi you can try this guide: https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
@external
CSS needs only when you are using speed booster plugin.
You can also try renaming object-cache.php to object-cache.php.off
the file is located in domain.com/wp-content/
This mostly happens when you have a database cache enabled on the server end.
It appears when you open Menu slider in the mobile header
Try disabling Minification in WP Fastest cache plugin.
Yes, you can remove it by adding custom CSS code.
/* This will remove page title */
.page-id-828 .entry-title.td-page-title {display:none;}
/* This will remove breadcrumb */
.page-id-828 .entry-crumbs {display:none;}
828 is a page ID for the page you want to hide title and breadcrumbs
Can you try disabling minify option in your cache plugin’s settings?
To remove the author from a single post, go to theme panel >> Post settings >> disable SHOW AUTHOR NAME and hit save settings button.