- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagInstalling pre-built websites
- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagNewsmag theme support
- NewsmagCustom Post Type Support
- NewsmagImport / Export theme settings
- NewsmagHow to add icons in the menu
- NewsmagRequirements for Newsmag
- NewsmagNewsmag documentation
- NewsmagHow to update the theme
- NewsmagBlock settings tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagFeatured image or video
- NewsmagAuthor card
Hi Calin,
I have followed your guide to the best of my abilities and from what I can tell, I have everything required.
I did test changing the Frontpage to another page and it seemed to allow me to edit and save changes.
I am beginning to think the issue is with caching. You recommend WP Super Cache, which I have been unable to successfully activate. After speaking with WP Tech Support, they informed me WP Super Cache is a incompatible plugin (https://wordpress.com/support/incompatible-plugins/). When I have installed alternative Cache plugins, Newspaper does not acknowledge them under the theme settings.
I am growing very frustrated with this theme as it was so highly popular, but has quirk after quirk that continues to be a pain point. Please help.
Hello !
In order to install a demo please follow our guide here: https://forum.tagdiv.com/installing-demos/
Thank you !
Hi Topfgartenwelt,
What cache plugin do you use? also if you are using more cache plugin make sure that is not one of theme that is causing the problem.
Usually using WP Super cache as in our guide from here everything should work correctly -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thank you!
Hi jakubz,
Please note that we tested only WP Super Cache Plugin , there are users that are using other cache plugins, but we tested only the above one and we know that the settings from our guide will work, using other cache plugin you’ll need to find the right settings, also we can not provide support for them.
Thank you for your understanding!
Hi tedted,
Our theme have “dummy sites”, we call them demos, you can install them and check how the theme is working -> https://forum.tagdiv.com/newsmag-installing-demos/ but please note that we recommend do make your own posts, categories and pages, in this way if you change the demo you’ll not lose the content that you’ve made -> https://i.imgur.com/KkmeeDz.png
Also I see that your posts is in history category -> https://i.imgur.com/siQSZjC.png
Main menu -> https://forum.tagdiv.com/newsmag-main-menu/
How category settings work -> https://forum.tagdiv.com/newsmag-how-category-settings-work/
Thank you!
Hello support team,
My website is https://www.noobietech.com . My site score is very poor on GTMetrix. Any suggestions on how can I improve it?
I am using the wp-rocket cache plugin and CloudFront CDN at the moment.
Currently, my .htaccess looks like:
`
# BEGIN WP Rocket v3.6.2.1
# 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
# Send CORS headers if browsers request them; enabled by default for images.
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(cur|gif|png|jpe?g|svgz?|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# Allow access to web fonts from all domains.
<FilesMatch “\.(eot|otf|tt[cf]|woff2?)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
<IfModule mod_alias.c>
<FilesMatch “\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$”>
<IfModule mod_headers.c>
Header set X-Powered-By “WP Rocket/3.6.2.1”
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
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 4 months”
ExpiresByType image/png “access plus 4 months”
ExpiresByType image/jpeg “access plus 4 months”
ExpiresByType image/webp “access plus 4 months”
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 font/ttf “access plus 4 months”
ExpiresByType font/otf “access plus 4 months”
ExpiresByType font/woff “access plus 4 months”
ExpiresByType font/woff2 “access plus 4 months”
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|mp4|webm|webp|pdf)$ 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>
# END WP Rocket
# BEGIN YOAST REDIRECTS
<IfModule mod_rewrite.c>
RewriteEngine On
Redirect 301 “/how-to-install-laravel-6-on-windows” “/how-to-install-laravel-on-windows”
Redirect 301 “/top-10-best-free-web-hosting” “/best-free-web-hosting-sites”
Redirect 410 “/tdb_templates/review-template-4-gaming”
</IfModule>
# END YOAST REDIRECTS
<FilesMatch “.(eot|otf|ttf|woff|woff2)”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
#BEGIN GZIP COMPRESSION
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
#END GZIP COMPRESSION
# BEGIN WordPress
# The directives (lines) between <code>BEGIN WordPressandEND WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<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
# php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not edit
# Start CloudFlare:noobietech.com rewrite. Do not Edit
RewriteEngine On
RewriteCond %{HTTP_HOST} ^noobietech.com
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
# End CloudFlare rewrite
`
and functions.php of child theme (I have added some stuff from the internet to make it faster.)
`
// Load Essential Fonts Awesome
add_filter( ‘noobietech_fontawesome_essentials’,’noobietech_fontawesome_essentials’ );
function noobietech_fontawesome_essentials()
{
return true;
}
// Removing Emojis
add_action( ‘init’, ‘noobietech_disable_wp_emojicons’ );
function noobietech_disable_wp_emojicons()
{
// all actions related to emojis
remove_action( ‘admin_print_styles’, ‘print_emoji_styles’ );
remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 );
remove_action( ‘admin_print_scripts’, ‘print_emoji_detection_script’ );
remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ );
remove_filter( ‘wp_mail’, ‘wp_staticize_emoji_for_email’ );
remove_filter( ‘the_content_feed’, ‘wp_staticize_emoji’ );
remove_filter( ‘comment_text_rss’, ‘wp_staticize_emoji’ );
}
// Remove WP embed script
function noobietech_stop_loading_wp_embed() {
if (!is_admin()) {
wp_deregister_script(‘wp-embed’);
}
}
add_action(‘init’, ‘noobietech_stop_loading_wp_embed’);
// Preload Newspaper fonts for responsive theme (main theme)
function dns_prefetch_responsive() {
echo “<link href=’https://www.noobietech.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?17′ rel=’preload’ as=’font’ type=’font/woff’ crossorigin>”;
}
add_action( ‘wp_head’, ‘dns_prefetch_responsive’, 0 );
`
hello Team,
I want to know.How to Install NewsPaper Pro Version?
Check the screenshot:https://imgur.com/oFOmJkL
First question – Is there any way to set Same tag previous or Same tag next?
Second question – Im using table of content plugin. After installing Newspaper theme. Table of content is appear sidewise like shown in the screenshot.
I want to know, is there any way to move Paragraph down and use Table of Conent in different block?
I have read and installed again the rev slider but I get the same error when I try to import the demo sliders. What can I do now?
Hi, I have the following issue: I want to install tagDiv Mobile Theme. The problem is that when I click install, it redirects me to a page with this message Sorry, you do not have permission to access this page.
What solution does this problem have? What’s going on?
https://www.radiomarcabarcelona.com/
Thank you
Hi,
The think is that the plugins seems to not be installed because the them is missing a file -> https://i.imgur.com/rNU742Y.jpg -> https://herothemes.com/support/knowledge-base/theme-is-missing-the-style-css-stylesheet/
Or if you want, we can take a look in this problem, it will be better because we can check from where is the problem, please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel and credentials. We will take a look to this problem and we’ll try to fix it. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Please check our documentation for here:
How to install Revolution Slider v5-> https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Import Revolution Sliders on demos -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Please note that Revolution Slider that we provide is a Bundled Plugins in our theme. No need to activate it, simply ignore the activation messages and you can use it for the sliders that our theme is providing -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/. It is a bundled plugin, you can use it fully without the need of a activation key.
– https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins
If you want to have full access to this plugin, then you’ll need to buy a licence key for it, the licence key that you get to activate the theme is working only for our theme, you can not activate other theme or plugins with it.
Here you can get the documentation for this plugin -> https://revolution.themepunch.com/joomla/documentation/
Here you can check the full guide for Revolution slider -> https://www.wpexplorer.com/revolution-slider-review-guide/
Thank you for your understanding!
I have installed the cov-19 theme and it works nicely with the single post template which can be edited in the TD composer.
But when I add a custom post type, the posts are narrower than the rest of the theme and and I cannot expand the width because the template used for custom post types cannot be edited in the composer.
Is there any solution for this so the custom post types can have the same width as the rest of the theme?
Sir
Theme has been installed successfully. Only two plugins plugins js_composer and revslider not installed and showing error. Kindly give resolution for this
Thank you
I have installed the plugin as per the instructions but when I try and install any of the demo sliders I get an error message
!
Import Report
newspaper-politics.zip (8kb)
I notice also that the plugin says it is not registered. When I use the Envato purchase code for the newspaper theme it says it is invalid
Hi,
Thank you for your kind words!
1. The theme activation will be available after you install the theme and theme plugins -> https://i.imgur.com/8Du20rL.png
2. For this problem, please make sure that you are using the last version of WordPress (v5.4.2) and you set the them requirement as in our guide -> https://forum.tagdiv.com/requirements-for-newspaper/
Let me know the results!
Thank you!
after I run & install demo Pulses Pro and activate Query monitor, there is an error message like this https://prnt.sc/tn2dc4
Does it not interfere with the performance of the themes pulses pro that I use?
what’s the solution?
Please advise
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Please do not use WPBakery with tagDiv Cloud Library, this will not work correctly. Please deactivate WPBakery and import some demos from tagDiv cloud Library -> https://tagdiv.com/what-is-the-cloud-library/ or install a pro demo.
If there is still a problem, please provide me a link where I can inspect it.
Let me know the results!
Hi,
When the mobile version or amp is displaying on desktop is a cache problem, we recommend to use WP Super Cache plugin, this is a free plugin and tested with our theme, also we have a guide for the settings you should do -> https://forum.tagdiv.com/cache-plugin-install-and-configure/ also if you are using other cache plugins please deactivate them and make a test.
Thank you!
Hi Calin,
I’ve been A/B testing the theme with and without the Mobile Theme Plugin activated. I’ve just reinstalled it and the LCP is still taking 4.8 seconds to load – at dozens of different resolutions – and the PageSpeed score is still only 66.
I’ve read a load of your articles about what to do, but nothing seems to fix the issue.
D
Hi,
The Newsmag theme is very possible to not work correctly on wordpress.com, I remember that some users had some similar problems, they said that this platform is limited and is not allow you to install any plugins -> http://prntscr.com/q4x1j4 -> https://ithemes.com/tutorials/wordpress-com-vs-wordpress-org/ then you can get even this “problem”-> https://i.imgur.com/oQEFpBd.png
At the end the problem can be caused by a plugin from the platform that you can not disable, the only way to find out is to test only with theme plugins. If you want you can try on localhost and in this way you’ll know if the problem is from untested plugin or platform.
Also if we login and we can not disable the plugins, then we still can not investigate this problem.
Thank you!
https://imgur.com/tyMo6AF
Mobile theme is missing even after installing amp plugin according to site instructions.
I bought the newspaper theme on July 20 and today I installed it on my website and it is not saving the activation key. I enter the activation section but when I click the activate button nothing happens and it doesn’t save the activation key.
if you could help me I would appreciate it.
I have installed Yoast Seo plugin.
and still, I don’t have image preview of my post when I share the link on WhatsApp
https://newsgurucg.com/
Hi,
We recently installed the newspaper x theme on our site. Once we activated the theme and tried to change the logo, colors, and other settings, the theme panel just keeps loading and loading, nothing changing or gets updated. Can you please provide a solution to it. Thanks