- NewsmagHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewsmagCategory templates
- NewsmagWhat’s included in Newsmag theme package
- NewsmagAjax view count
- NewsmagSmart Lists
- NewsmagFeatured images
- NewsmagFeatured image or video
- NewsmagModal window
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Hi,
I would like to increase padding for all of my posts. Is there a way to do it faster than manually updating each post? Thank you.
Hi,
We are on Newspaper Version 7.3 and have been concerned about the update process, because of the time required to reset all the Theme modifications.
Now we will try this on Saturday, as it will take a day to set up the site first on Dev and then our Live site.
Thank you for the response, and hopefully it will work!
Thanks
Update: I have changed all the fonts to Lato, but still in the Sidebar, there are other fonts: Open Sans and Serif
I am also seeing Roboto, Open Sans in the main part of the screen
And on the mega menu (photos) still open sans is showing
Where are these fonts coming from and how do I remove them please?
Thanks
Paul
Hello Serd,
I have inspected your source page and I saw that you are using some untested plugins which can interact with the theme core files and which might cause a lot of unknown issues. Also, you should update the theme to the latest version of it which is Newspaper 8.2 because I saw that you are using an old theme version, like 7.8. Try to switch the theme to the main theme because now you are using the child theme and it’s possible to affect some theme’s functionality. Please follow all of these useful steps, clear all the memory caches and check the results. If the problem is still there, you should try making a new fresh install from scratch via FTP way in another sub-domain and see the results. If you cannot resolve this, please send us an email at contact@tagdiv.com with your wp-admin so we can take a closer look at it. Also, provide there the link to this topic so we can quickly identify you.
Hope this helps and let us know how it goes!
Thanks for the message!
Hi,
I’ve just noticed that post layout is broken. It applies to where pictures are incerted with longer related comments.
I was not the same way some time ago, might be a result of the theme update or any other issue. Please see attached.
How do I fix it, please?
The example of post in question is http://natplant.ru/mulchirovanie.html


One more question – I returned to W3 Total cache. After the fix (or theme update) the 5 day weather forecast appears fine even with this plugin. Only problem is with page caching – the weather is not up-to-date. I know you recommend WP Super cache (which shows up-to-date weather), but the difference between those 2 plugins is 1,5s of load time and that is quite a difference.
I tried my best and tried different settings, to programatically purge cache daily (which doesn’t work for me, maybe I have used bad code) and preload cache… Fragment caching is probably enabled only for paid version of caching plugin.
I know it is not your responsibility to fix problems with plugin that you don’t support but maybe the solution is easy and obvious for someone who is familiar with the weather widget and coding. So before I have to choose between fast loading site and working weather widget I try to ask here. Thank you for understanding.
Andrea
Hello,
Please update your theme to the latest version (8.2) by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
And then test the captions again. If you still have problems with them, let us know and provide a link to your site so we can investigate.
Thank you!
Hi guys,
I’ve noticed something peculiar on the comments section. When visitors come to the site and leave comments, they do not appear in my dashboard as waiting for approval (I manually approve all comments). However, when I leave a comment when I’m logged in as the site admin, the comment appears. I found this recent post from a few days ago on the WP-dot-org site and they found it to be a theme issue: https://wordpress.org/support/topic/comments-seem-to-have-stopped-working/
1. yes comments are turned on everywhere they can be turned on (Settings>>discussion and on the post)
2. I’ve turned off Akismet and Captcha temporarily (problem still there)
I’ve been using Newspaper for a year or two with no issues re: posting comments, so this is new and all of a sudden since I upgraded to Newspaper 8.2 and WordPress 4.9.
Would welcome any tips or suggestions. Thanks in advance. Love your work.
Kind regards 😉
After last update, i noticed that widgets that are not from Tagdiv are showing black line if no title is added. I noticed this with few widgets
Thank you
I know, I posted that link in my original support request. I tried to add the code but it did not help. I am thinking maybe I did not add it correctly. HELP please on where I c=could/should add the code they suggest that might need to be added to the the themes CSS code. I also prefer the developer adds it so that future updates wont ease the updates I do to make this work going forward.
SO this is your ANSWER: “It is impossible for featured image to use external link.”
Anyway you could add this feature on your next update?
Email sent from TagDiv pertaining to this issue (it’s a bug that will be addressed in subsequent release):
Hello,
Upon further investigation I found a css that was causing this issue.
Please add this code in your theme panel-> custom css box:
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
padding-top: 0!important;
}
I will add this to our bug list for future updates.
Thank you!
Bogdan B
Hello, I tried it – Theme is updated and if I disable all plugins, there are still 9 images in gallery (really it contains only 5 images)… Any other tips please?
Hello,
@SonjaTod
Please check your theme panel and the ads section. Is there an ad in the header ad spot?
Check the logo and the footer section in the theme panel.
Maybe the update was not done properly. Please use this guide and update your theme again: https://forum.tagdiv.com/how-to-update-the-theme-2/
@l2c
Your problem is different. You mentioned your desktop shows the mobile version. How is that similar to not showing ads and the footer?
Thank you!
We just updated the theme today and are now getting this re-occurring errors that all reference wp_booster.
PHP Fatal error: require_once(): Failed opening required ‘wp-admin/panel/panel_core/td_panel_data_source.php’ (include_path=’.:/usr/share/pear/php:/usr/share/php:/usr/share/pear’) in /nas/content/live/greattaste/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 25
PHP Fatal error: require_once(): Failed opening required ‘includes/wp_booster/td_wp_booster_functions.php’ (include_path=’.:/usr/share/pear/php:/usr/share/php:/usr/share/pear’) in /nas/content/live/greattaste/wp-content/themes/Newspaper/functions.php on line 22
PHP Warning: require_once(includes/wp_booster/td_wp_booster_functions.php): failed to open stream: No such file or directory in /nas/content/live/greattaste/wp-content/themes/Newspaper/functions.php on line 22
Please help us fix this. I saw a previous post where a theme update was necessary to fix similar errors. Is there a fix that I have missed.
Thank you,
Teri
All of a sudden, in Friday, Newspaper Theme stopped working properly on my site kultivisise.rs . There is no more AdSense space, no header, no footer, and format is all messed up. I updated Newspaper Theme but nothing changed.
Hosting Provider told me that the problem is the Newspaper Theme.
How to fix this?
In the custom HTML widget I use PHP to fill the info from the forms. Here is what I do:
I add following code to the functions.php:
add_filter('widget_text','execute_php',100);
function execute_php($html){
if(strpos($html,"<"."?php")!==false){
ob_start();
eval("?".">".$html);
$html=ob_get_contents();
ob_end_clean();
}
return $html;
}
Than I use Advanced Custom Fields plugin to gather data in forms and I add these to HTML widget with this code:
<?php global $wp_query;
if(is_object($wp_query->queried_object) && $wp_query->queried_object->ID)
{
echo get_post_meta($wp_query->queried_object->ID, 'gtelefonnummer', true);
}
?>
My problem is: Since the last theme update I cannot save this code in HTML widget anymore because there are errors (which are not errors but PHP code).
So where I already saved this code everything works well but I cant save any new code because system doesn’t let me to do this. Here is screenshot:

Since widgets are theme related I presume you changed something so that I cant save this. Can this be disabled and how?
Hi Catalin I just reistalled the them with the new update using the FTP but that setting isn’t present in the inline ad box…
Everything else was done. Everything went before the update to 8.2
Hello,
Please use ftp to update as it seems wordpress did not remove all of the folders. Choose the ftp method provided here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
I have inspected your website and I saw that you are using a very deprecated theme version, as you can see here -> https://www.screencast.com/t/PmxV5K5wOiF Please keep in mind that if you will not keep in touch with the latest updates, you will not bring best theme results. I saw that you want to use WordPress 4.9, which is the latest version of the CMS (WordPress) but the theme you will not want to update, why? Notice that it will not work in that way. Everything will have to be updated, sorry!
Seems that your theme’s version is too old and the only way, in this case, is to update the theme to that latest version of it.
For more information about this case, you can check here -> https://forum.tagdiv.com/topic/upgrading-v4-to-v8/
Thanks for your understanding!
Thank you for your suggestions. I will add them to our list for future updates and if this request becomes more popular, we will consider implementing such features.
Thank you!
Hello zirzy,
Notice that the update for this kind of version of Revolution Slider will be made in near future update.
Thanks.
Hello jupigo,
I have inspected your website and I saw that your TagDiv gallery and I saw that your images are not working well on the lightbox. Please try to update the theme to the latest version of it, remove all of the untested plugins, clear all the caches and check the results. The default theme’s behavior for tagDiv Gallery can be seen here -> https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/ in our demo preview.
Thanks for the message!
I confirm : errors after update TO 8.2
it broke my HP display, changing Blocks display, and not recognizing Columns and Row Shortcodes > Sidebar disappears, … reverting to 8.1.1