In WordPress dashboard, Go to Appearance >> Menu
You can remove the Purchase Now menu from there.
After enabling tagDiv AMP plugin, you need to go to Permalink settings and hit save button. This will fix 404 error.
You can change Related Article or any text in the theme using theme panel >> translation
Hey @akhilshipmethis
It will greatly help to all tagDiv members if you post those tweaks here.
Thank you!
Disabling theme page views counter from theme panel will solve ajax issue.
I have updated the guide.
Disabling Stylesheet added by the Multipurpose plugin.
//Remove Multi Purpose Style
add_action( 'wp_enqueue_scripts', 'infophilic_remove_multi_purpose', 20 );
function infophilic_remove_multi_purpose() {
wp_dequeue_style( 'td-plugin-multi-purpose' );
}
Hahaha,
that’s true
You can post it here or let me contact you on your Facebook page.
@marijnvdgruiter
I would like to see the code in your htaccess file
@marijnvdgruiter
For me, your site showing ads on another browser except for Chrome.
Mozilla Firefox – http://prntscr.com/k2t2uy
Google Chrome – http://prntscr.com/k2t3tq
This is interesting.
Even we are facing this problem on our all sites using Newspaper theme.
Earlier we thought it’s happening because of cache so we discussed this with our host team on investigation they found nothing that affecting ads.
They suggest me to contact Adsense team, and I got the same reply (code is modified) from AdSense team.
But more interesting thing is, we are facing this only on Google Chrome browser.
It seems you’re using list 6 template use this
/* Smart List Number Box Colors */
.td_smart_list_6 .td-sml-current-item-nr {
background-color:#dd3333;
}
If you wanna change color for all list templates then use
/* Smart List Number Box Colors */
.td-sml-current-item-nr {
background-color:#dd3333;
}
Thank you for your understanding.
Hello @krysteleal
Pages build with page builder like (td composer or js composer) won’t work with mobile theme.
You can either user mobile editor on edit page screen ( http://prntscr.com/jpum6a ) to add content to show on mobile or deactivate mobile theme plugin.
Thank you for your understanding.
Hello @m2sahin
Yes, you can. You must add <meta name="robots" content="noindex,follow"/> to the header. This will take some weeks to completely deindex AMP.
Refer: https://www.infophilic.com/how-to-disable-google-amp/
Hello @tmaghrebt
It’s showing server response time of 2.6 seconds. Try to fix it. You can also try:
-
Adding proper Expiry headers.
Reducing the number of requests per page.
Also, I can see you are using Autoptimize plugin on your site to minify the scripts. If you found it helpful use it but make sure you disable minification at CloudFlare’s end.
Hope this will help you.
Hello @edowney
Here are the logo pixel details for the Newspaper theme.
For Desktop
Normal logo size: 272 x 90px
Retina logo size: 544 x 180px
For Mobile
Normal logo size: 140 x 48px
Retina logo size: 280 x 96px
Hello @amitjugran
To show author archive pages, just go to Yoast >> Search Appearance >>> Archive >>> enable Auther archive
Refer: http://prntscr.com/jnjw7e
Result: http://prntscr.com/jnjx2q
Welcome @benti
Yea, It is super flexible and I am loving it ❤️
Do you want a full guide to install the theme?
Hello @benti
You can modify Homepage latest articles setting by editing the homepage.
Refer: http://prntscr.com/jnggzq Use any of them to show excerpts.
Under the same settings, you can increase the number posts to be shown on the homepage.
Refer: http://prntscr.com/jngi1d
Thank you for your understanding.
Welcome @fpetrov8906
Hello @fquiquet
Make sure you have checked Mobile device support option in the Advanced setting tab of WP super cache.
Refer: http://prntscr.com/jngfmc
Thank you for your understanding.