You are welcome, and a nice weekend too.
You have to replace the mobile plugin with the one that came with the newer theme version 9.0.1. Just deactivate and delete it from the plugins section and upload the new one afresh.
You mean the homepage? Look inside newspaper>includes>demos>health>pages and open homepage.txt . Copy the shortcodes inside in a new page and edit with td composer.
I have also noticed this problem on my site. The feature is showing very old posts that no one is reading.
Yes! I always use chrome inspector to make style changes in WordPress. But remember the code might not work if, for example, you switch to cloud templates (the single post templates have, or allow you to insert, a WordPress comment box with similar fonts styling to those in the theme panel) https://forum.tagdiv.com/tagdiv-cloud-library-plugin/.
See this guide https://varvy.com/pagespeed/leverage-browser-caching.html.
Also, there are many topics here in the forum in terms of speed improvements and optimization.
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– 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/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
Also the theme requirements guide – https://forum.tagdiv.com/requirements-for-newspaper/
Try disabling CSS minification in w3 total cache. Better yet, use Wp Super Cache as recommended by the team. I would recommend you use wp fastest cache instead of total cache though if you don’t like super cache.
Only use this code, not the whole text!
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
See these guides: 1. https://forum.tagdiv.com/installing-demos/ 2. https://forum.tagdiv.com/tagdiv-composer-tutorial/
You might need to edit the homepage as in step 2 after step 1. (I don’t work here btw)
Try this code in the custom CSS section. Change the font name as you wish
#reply-title{font-family: Arial;}
Make sure these theme parameters are met by your server https://forum.tagdiv.com/system-status-parameters-guide/
Check under the sidebar in Appearance>widgets
Look under “Post Settings” in your WordPress post editor (below the editor). The option is there.
Then select a block which shows an excerpt. You can test that using the different screen size features in td composer or by decreasing the width of your browser.
Read this tutorial and update using the FTP method (A) https://forum.tagdiv.com/how-to-update-the-theme-2/
Change from here https://www.screencast.com/t/liuAZWEjKak
I saw it in some old posts in here, though I would not recommend it.
The box does not work with cloud templates. You can revert to default templates if you really need it.
@packcrunch your .htaccess file is inside your public_html folder on your server. See this guide https://my.bluehost.com/hosting/help/2139
Check your system status parameters and increase according to the documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/
If that does not help, set up the code below in .htaccess
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
These are the only plugins tested and recommended by the tagdiv team to work with the theme https://content.screencast.com/users/pecos_2k5/folders/Jing/media/10f42023-4362-416b-9a4f-ce94d8901ec3/2018-08-28_0945.png. The others you use outside this list are at your own risk (or volition) because they do not provide support.
Try the PJ News Ticker plugin from the WordPress repository.