- NewsmagRequirements for Newsmag
- NewsmagHow to update the theme
- NewsmagtagDiv Social Counter tutorial
- NewsmagTop bar templates
- NewsmagAjax view count
Hello,
The post settings should appear below the editor, not cover it up.
This could be a plugin conflict so please disable all plugins except the page builder, 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 functionality of the theme.
Thank you!
Hi,
Is possible that you gave some plugins that already have lazyload activate and is make conflict with lazyload from theme, you can try this by deactivate all non theme plugins, clear all cache and see if the problem is still there.
Thank you for your understanding!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, clear all cache and try again!
Also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
-> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thank you for your understanding!
Hi,
This custom css should do the trick, please replace the above custom css for menu with this one, after that clear alll cache and try with other browsers too.
.td-header-style-10 .td-header-gradient::before {
height: 5px;
position: absolute;
bottom: 0;
background-color: #339990!important;
}
.td-header-style-10 .sf-menu > li > a::after {
height: 100%;
z-index: -1;
background-color: black;
}
.td-header-style-10 .sf-menu > .td-menu-item > a {
margin-bottom: 5px;
}
.sf-menu a:active, .sf-menu a:hover, .sf-menu > li > a {
color: white!important;
}
.sf-menu ul .td-menu-item > a {
color: black!important;
}
.td-header-wrap .td-header-menu-wrap-full {
background-color: #303030;
}
.td-header-style-10 .header-search-wrap .td-icon-search {
color: white;
}
.td-header-style-10 .header-search-wrap .td-drop-down-search {
border-color: #e9e9e9;
border-width: 0 1px 1px;
border-style: solid;
box-shadow: none;
}
.td-header-style-10 .header-search-wrap .td-drop-down-search:before {
border-color: transparent transparent #009688;
}
.td-header-style-10 .header-search-wrap .td-drop-down-search:after {
top: -5px;
height: 5px;
background-color: #009688;
}
https://www.screencast.com/t/ybH4nFJN
Hope this will help you achieve what you need!
Thanks!
Hi,
I check your website and now the thumbs for images are working-> https://www.screencast.com/t/xCTdFbBi9s maybe was some cache problem or some plugin conflict.
Thank you!
Hi,
Try to force refresh the page in the browser, should be Ctrl+Shift+R. Could be the browser cache. Let us know if the problem remains.
Thanks
Hi,
The most important thing is to make a backup before updating
– https://codex.wordpress.org/WordPress_Backups
Do it by your preferred method. having a backup is most recommend in case something wrong happens, or there are complications.
As for the update itself, the most recommended and reliable method is by FTP
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The theme panel settings, ad codes, custom code are saved by the theme in the database for the purpose of not being lost after an update. So there should be no problem in this matter.
If you use a child theme be sure to check the list of modified files for each update, if there are files that have been modified in an update by us, serving the old files from a child theme may cause problems. For example in the latest update the header.php was one of the modified files
– https://tagdiv.com/td_deploy/Newspaper/changed_files_9.2.1_9.5.html
So serving the old file from the child theme may cause problems, there were some cases. You would need to copy the new file in the child theme and redo the modifications/additions that are needed. The same for other files that have been modified by us.
After you update, clear all caches, CDN if used.
Thanks
Hi,
Did you test the ads on a default WordPress theme ???
Also please make sure that is not a plugin conflict, please deactivate all non theme plugins, clear all cache and try again!
Also please check the error from console and check this article: ADSENSE
AdSense Showing 403 Forbidden Error: Here’s How to solve it!
https://www.shoutmeloud.com/adsense-403-forbidden-error.html
Thank you for your understanding!
Hi,
Unfortunately we did not test those WordPress services, and we can not say if this will work properly or not.
Regarding WP Rocket cache plugin if you can configure the settings to work property with the theme you can use it.
Thank you for your understanding!
Hi,
Please make sure that there is no cache or plugin conflicts, please deactivate all non theme plugins and clear all cache.
If the problem is still there please provide me a link were I can inspect the problem.
Thank you for your understanding!
Hi,
Please make this changes in wp-content/themes/Newspaper/editor-style.css
-> https://www.screencast.com/t/VcI9mOczlg
-> https://www.screencast.com/t/01McYwhFMhnk
After that clear all cache and look to see if there are some changes, if not please check with other browsers.
Thank you!
The recommended settings for WP Super Cache are very out of date.
Please update for WP Super Cache version 1.6.4
Hi
I have installed and configured WP Super Cache as per the configuration guide but in the theme system panel there is still the yellow alert “no cache plugin detected”.
I tried to deactivate all plugins but WP Super Cache but the issue is still there.
Could you please help?
Thanks
I tried to change my menu color but it didn’t work. I have a site which is tuongmenh.net. And when I changed the theme setting of the menu background into red but it’s still blue. Please help me out.
I cleared cache and everything
Hello~
How to insert shortcode in
https://papacurator.com/wp-admin/post.php?post=3659&action=edit
I tried this shortcode ‘<h3>My Favorites</h3>
[user_favorites]’
I tried ‘column text’ for this.
But there is unlimited waiting error.
(https://imgur.com/a/38rrgaj)
So I found that the same case for this.
step 1. I checked
– https://forum.tagdiv.com/requirements-for-newspaper/
the result is below image
https://papacurator.com/wp-content/uploads/2019/02/newpapertheme-system-status-1.png
step2. Please add this code in the .htaccess file:
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_vars 5000
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
STEP3. Also make sure that all theme plugins are updated and activated, clear all cache and try again.
but error is the same
Hello Calin
Thanks for helping me!
I’ve checked the system and there’re only 2 things don’t fit with the requirements guide. One of them is the max_execution_time, mine is 30. The other one is Caching plugin, mine is W3 total cache – you recommend WP super cache.
Also, I want your help with this operation “ adds this code in the .htaccess” Please add it for me.
Thank you.
Hugo Chan
https://www.screencast.com/t/XR45KoEIz
-
This reply was modified 7 years by
Hugo Chan.
Due to the recent error: Image size smaller than recommended size AMP issue (which has already been posted about several times) I am attempted to fix this issue. I have over 240 pages I need to fix. So, I was wondering about the best approach. Can I replace the images with stock photos of each image (ie 4368 x 2912px) and Newsmag will resize the images automatically or will this ruin site performance?
I already use image compression tools via shortpixel, web caching via WP Supercache and CDN via cloudflare.
Newspaper system status
Here you can check the system status. Yellow status means that the site will work as expected on the front end but it may cause problems in wp-admin. Memory notice: – the theme is well tested with a limit of 40MB/request but plugins may require more, for example woocommerce requires 64MB.
Theme config
Registration key i 16d19bde – **** – **** – **** – 79a4fadb9c74 Reset key
Theme name i Newspaper
Theme version i 9.5
Theme database version i 9.5
HTTP channel test wordpress
php.ini configuration
Server software i Apache
PHP Version i 7.2.15
post_max_size i 8M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 0
max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP Home URL i http://tcsury.com
WP Site URL i http://tcsury.com
WP version i 5.0.3
WP multisite enabled i No
WP Language i fr_FR
WP Memory Limit 40 MB/request – We recommend setting memory to at least 128MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.
Yes, i check.
Status :
Newspaper system status
Here you can check the system status. Yellow status means that the site will work as expected on the front end but it may cause problems in wp-admin. Memory notice: – the theme is well tested with a limit of 40MB/request but plugins may require more, for example woocommerce requires 64MB.
Theme config
Registration key i 16d19bde – **** – **** – **** – 79a4fadb9c74 Reset key
Theme name i Newspaper
Theme version i 9.0.1
Theme database version i 9.0.1
HTTP channel test wordpress
php.ini configuration
Server software i Apache
PHP Version i 7.2.15
post_max_size i 8M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 0
max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP Home URL i http://tcsury.com
WP Site URL i http://tcsury.com
WP version i 5.0.3
WP multisite enabled i No
WP Language i fr_FR
WP Memory Limit 40 MB/request – We recommend setting memory to at least 64MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.
I am new to this theme and the builder. I have my site set up pretty well but I noticed that when I access the home page on an iPhone the default header from the template shows up. On all o the other pages my own header shows up. I can’t figure out where to set the mobile header for the front page. If I use the header manager in the builder it shows the page correctly, but on the phone it always shows the default header. I’ve used both chrome and safari and cleared the cache.
[Solved] I cleared Varnish Cache
Hi Calin,
I checked from my end but I am not finding the error and ways to resolve it.
But what I observe here, when We were using newspaper 9.2 version there is a section where user can select the Font size as medium which might be creating a class but with the updates that section is not showing medium size font .Instead of that ,it is showing the small. regular fonts.please help me in resolving the issue. I am using premium wp rocket cache plugin and cleared the cache multiple times but it is still showing the same error.
Issue with the Font
Updated the theme from version 8.5 to 9.5 and now on the homepage all my images have gone, just a gray box. My site is wee2wowwellness.com. I am running WordPress version 5.0.3. I have tried to clear my cache and turn on/off thumbnail. It didn’t help. Can please help? Thanks. I also notice TagDiv composer also seems to disppear 2 in this version.
Hi Calin,
I deactivated all plugin except tagdiv composer and speed booster. I celaned all cached before deactivate wp super cache. Result ise better now. But still there is a problem. Ads are still apperaing late. I am about to die because of these problems :)). My adsense revenue decreased dramatically.
Thank you.
After updating to 9.5 version, any change I make using “Live Css Editor’ disappears after updating. Like if it does not update at all. I tried cleaning hosting cache, plugin cache, Cloudflare cache and browser cache.
Could you help me?