- NewsmagRequirements for Newsmag
- NewsmagHow to update the theme
- NewsmagtagDiv Social Counter tutorial
- NewsmagTop bar templates
- NewsmagAjax view count
Hello mradamrothwell,
I have checked your website on mobile and it seems to work as expected but on Google Page Speed Insights I saw some warnings. Try to make a new install to another sub-domain for testing with a fresh install, use only the theme’s required plugins, clear all the caches and check the results.
Hope this helps!
Thanks for your understanding!
Hello jessejin,
It could be a temporary problem with your opacity. Maybe your images are stuck in opacity 0. This usually happens on a js error caused by plugins or customization or other external optimization tools. Please disable all plugins except visual composer, clear cache and reset CDN files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functioning of the theme.
We recommend using our TD COmposer because all of the major improvements in the future will be made on this plugin.
Hope this helps and let us know how it goes!
Thanks for the message!
Hello jessejin,
It could be a temporary problem with your opacity. Maybe your images are stuck in opacity 0. This usually happens on a js error caused by plugins or customization or other external optimization tools. Please disable all plugins except visual composer, clear cache and reset CDN files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functioning of the theme.
We recommend using our TD COmposer because all of the major improvements in the future will be made on this plugin.
Hope this helps and let us know how it goes!
Thanks for the message!
Hello michalknapik,
Please update the theme to the latest version of it, clear all the caches and check the results. This problem has been fixed at the latest version.
Thanks for your understanding!
Hello,
I’m having some issues regarding the TD Composer. When I try to add a Block 4 in preview mode it works properly but as soon as I update and save the changes it breaks. I’ve added a screenshot so you can see what’s going on. I also tried to clear cache on server and browser but the error persists.
The second issue is when I try to set under Block 11 -> Filter -> Sort order -> Popular (last 7 days). It won’t show only the post from the last 7 days instead, it shows me posts from 2 months ago.
The URL is: https://www.inspireme.hr/
Hi,
We officially recommend the WP Super Cache, that would be the only cache plugin we tested with the theme, which also works with the mobile theme plugin. Other cache plugins or implementations may work as well, but we simply did not make any tests.
The Total cache plugin caused similar issues like the ones you mention, with the mobile theme plugin. Some users reported these.
The mobile theme however is optional, you could not use it in case there are conflicts with the cache you are using.
Hi i’m working through the speed optimisations and have put the following code in my ht access but i still get this error on gtmetrix
Enable compression for the following resources to reduce their transfer size by 1008.4KiB (89% reduction).
Compressing https://seekpretty.com/wp-content/themes/Newspaper/style.css?ver=8.7.4 could save 1008.4KiB (89% reduction).
please let me know what I need to do, On my last site I made a lot of changes and i cant remmeber what exactly i did. thanks
# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# END NON_LSCACHE
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN WP Rocket v2.6.11
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>
# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
# Since we’re sending far-future expires, we don’t need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None
<IfModule mod_alias.c>
<FilesMatch “\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml)$”>
<IfModule mod_headers.c>
Header set X-Powered-By “WP Rocket/2.6.11”
Header unset Pragma
Header append Cache-Control “public”
Header unset Last-Modified
</IfModule>
</FilesMatch>
<FilesMatch “\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$”>
<IfModule mod_headers.c>
Header unset Pragma
Header append Cache-Control “public”
</IfModule>
</FilesMatch>
</IfModule>
# Expires headers (for better cache control)
<IfModule mod_expires.c>
ExpiresActive on
# Perhaps better to whitelist expires rules? Perhaps.
ExpiresDefault “access plus 1 month”
# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
ExpiresByType text/cache-manifest “access plus 0 seconds”
# Your document html
ExpiresByType text/html “access plus 0 seconds”
# Data
ExpiresByType text/xml “access plus 0 seconds”
ExpiresByType application/xml “access plus 0 seconds”
ExpiresByType application/json “access plus 0 seconds”
# Feed
ExpiresByType application/rss+xml “access plus 1 hour”
ExpiresByType application/atom+xml “access plus 1 hour”
# Favicon (cannot be renamed)
ExpiresByType image/x-icon “access plus 1 week”
# Media: images, video, audio
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType video/ogg “access plus 1 month”
ExpiresByType audio/ogg “access plus 1 month”
ExpiresByType video/mp4 “access plus 1 month”
ExpiresByType video/webm “access plus 1 month”
# HTC files (css3pie)
ExpiresByType text/x-component “access plus 1 month”
# Webfonts
ExpiresByType application/x-font-ttf “access plus 1 month”
ExpiresByType font/opentype “access plus 1 month”
ExpiresByType application/x-font-woff “access plus 1 month”
ExpiresByType application/x-font-woff2 “access plus 1 month”
ExpiresByType image/svg+xml “access plus 1 month”
ExpiresByType application/vnd.ms-fontobject “access plus 1 month”
# CSS and JavaScript
ExpiresByType text/css “access plus 1 year”
ExpiresByType application/javascript “access plus 1 year”
</IfModule>
# Gzip compression
<IfModule mod_deflate.c>
# Active compression
SetOutputFilter DEFLATE
# Force deflate for mangled headers
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding “gzip,deflate” env=HAVE_Accept-Encoding
# Don’t compress images and other uncompressible content
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g)$ no-gzip dont-vary
</IfModule>
</IfModule>
# Compress all output labeled with one of the following MIME-types
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
<IfModule mod_headers.c>
Header append Vary: Accept-Encoding
</IfModule>
</IfModule>
<IfModule mod_mime.c>
AddType text/html .html_gzip
AddEncoding gzip .html_gzip
</IfModule>
<IfModule mod_setenvif.c>
SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} on
RewriteRule .* – [E=WPR_SSL:-https]
RewriteCond %{SERVER_PORT} ^443$
RewriteRule .* – [E=WPR_SSL:-https]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* – [E=WPR_ENC:_gzip]
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{QUERY_STRING} =””
RewriteCond %{HTTP:Cookie} !(wordpress_logged_in_|wp-postpass_|wptouch_switch_toggle|comment_author_|comment_author_email_) [NC]
RewriteCond %{REQUEST_URI} !^(.*/feed/?)$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^(facebookexternalhit).* [NC]
RewriteCond “%{DOCUMENT_ROOT}/wp/wp-content/cache/wp-rocket/%{HTTP_HOST}%{REQUEST_URI}/index%{ENV:WPR_SSL}.html%{ENV:WPR_ENC}” -f
RewriteRule .* “/wp/wp-content/cache/wp-rocket/%{HTTP_HOST}%{REQUEST_URI}/index%{ENV:WPR_SSL}.html%{ENV:WPR_ENC}” [L]
</IfModule>
# END WP Rocket
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
ExpiresByType font/truetype “access plus 604800 seconds”
ExpiresByType font/opentype “access plus 604800 seconds”
ExpiresByType application/x-font-woff “access plus 604800 seconds”
ExpiresByType image/svg+xml “access plus 604800 seconds”
ExpiresByType application/vnd.ms-fontobject “access plus 604800 seconds”
ExpiresByType text/html “access plus 600 seconds”
ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|woff|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
Hi, I’ve got the same problem. Updated to the latest version 8.7.4, updated the site and cleared all caches. Instagram works for the first time. Facebook counter still 0 FANS. Solution? Thanks
Hi,
That would be unusual, the previous theme version 8.7.3 contained the Instagram issue fix. All the problems that were mentioned after updating were caused by a form of cache, CDN, even browser cache. We could take a look if you could provide a link to your website.
There was an update released today, which also provides some more fixes including Facebook social counter (changelog here)
– https://themeforest.net/item/newspaper/5489609
Thanks
Hello,
Please check the following useful guide from here -> https://forum.tagdiv.com/facebook-share/ and ensure that you have followed all the steps from there. Remove all of the untested plugins, clear all the caches and check the results.
Thanks.
Hello all,
Please ensure that you are using the latest version of the theme installed via FTP way, remove all of the untested plugins, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Provide there the link to this topic so we can quickly identify you.
Thanks.
Hello infoillv,
Make sure that you are using the latest version of the theme, remove all of the untested plugins, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Provide there the link to this topic so we can quickly identify you.
Thanks for the message!
I also tested with the latest version of the theme. Maybe it is a conflict between plugins, deactivate theme all as a quick test, leave only theme plugins and tinymce. Clear all caching as well as browser cache. Check if this has any effect.
Hello Marco D’Elia,
It seems to be strange. Do you have tried to add some TD Composer elements to your homepage? Ensure that your theme has been correctly installed via FTP way, clear all the caches and check the results. If the problem is still there, you should send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page.
Thanks.
This happened with latest version of WP Fastest Cache. I’m back to WP Super Cache and have a tons of problems with the site. Trying W3 Total Cache and Comet Cache, but the situation is the same, posts looks like mobile version.
For me WP Super Cache is a total garbage and I don’t understand why one of the most famous wordpress theme and best selling only support this plugin and there are no support for other cache plugins
P.S. Sorry for my bad english
Hi
I have updated the theme to the latest version.I cleared all the caches and checked the results.
And still, nothing works
Can you help ?
Thanks
For few day now, I face this strange issue. I create a post to my site and looks ok, then the same post after a few minutes shown as a mobile version despite the fact that I check it from my PC. I have test it with several PCs and the issue remains and the only way to “fix” this is to clear the cache (i use the WP Fastest Cache plugin).
Have you face any issue like this one ? Can you suggest me any permanent solution ?
Thanks in Advance,
George
Hello deniz,
Please update the theme to the latest version of it, clear all the caches and check the results.
Thanks.
Hello VADAVO,
Try to remove all of the untested plugins, clear all the caches, purge CDN files and check the results. If the problem is still there after you have disabled these, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can take a closer look at your setup page. Provide there the link to this topic so we can quickly identify you. I asked you to disable all of the untested plugins because this is the first step for WordPress debugging.
Thanks for your understanding!
Yes.. I guess some cache fooled me.. thanks again 🙂
Please check again, for me that is not happening anymore (clear the browser cache or test with a different browser). The initial color is not seen at the moment, basically this removes that transition that happened before.
Hi Simon, thank you for a very well explained feedback!
I did change the style.css in two location to set the color “correct” to avoid this shift from blue to red. But I still get it. I cleared cache etc.
Can you take a second look please.
K
Hi, we are using the latest version: Newspaper – Version: 8.7
We have cleared all the caches and the problem stills appearing. Even deactivated cache plugins.
I have attached three images, one of categories list with number of post associated. Where you can see that this categorie has many post.
And other screenshot shows how in the first second of the loading page appears the category “Actualidad” but one second later disappears.
And the other screenshot shows the menu without “Actualidad” item.
How we can solve this problem?
Image 1: https://ibb.co/ni079S
Image 2: https://ibb.co/chvJG7
Image 3: https://ibb.co/iNcFw7
Thanks.
Hello infoillv,
Please try using only this tag from here -> https://forum.tagdiv.com/posts-with-pagination/ Clear all the caches and check the results.
Thanks for your understanding!
Hello VADAVO,
Please update the theme to the latest version of it via FTP way, clear all the caches, purge CDN files and check the results. Also, you can make some useful screenshots and provide here.
Hope this helps and let us know how it goes!
Thanks for your understanding!