- NewsmagHow to update a plugin
- NewspaperHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperHow to Update the Newspaper Theme
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
This is my updated theme..!!
Is there a way to disable the fade effect for the background image with the latest update?
hi Tagdiv guys,
firstly, thanks for the Newspaper theme, it’s awesome!
Secondly, it appears one of the recent updates has introduced some kind of bug — on some articles there is no gap between the second and third paragraphs. You can see this hereL
https://delimiter.com.au/2015/12/16/truth-the-nbns-two-satellites-will-be-nowhere-near-enough/
Can you guys check this out and let me know what’s going on, and how to fix it?
Kind regards,
Renai
Thanks for the tip about commenting out the title and category. Here is a screen shot of the my layout in VC

and the VC code via pastbin http://pastebin.com/dVr6E25P the styling is done in custom CSS in the custom CSS section in the theme panel.
most of the design it is done via columns in visual composer, so the title is on the second column. I would still like to have the category properly updated for each post and appear just below the title on the second column, how could I do that with this layout?
-
This reply was modified 10 years by
yinako.
Good Day,
I have a developer that is making custom modifications to the theme. I’d like to get a qualified backup developer who can help maintaining theme updates since child theme support is not fully enabled.
Could you suggest a reputable and reliable developer who does contract work?
Brett
Hi,
I’m wondering, do I have to purchase the theme again to get support/updates?
It would be better for us who already purchased the theme to get a lower rate since we already purchased it.
I definitely don’t think we should ask for FREE updates as this doesn’t help you all make things better and up to date, etc. I just think it should be a lower rate for updates.
Thoughts?
Thank you,
John
Has anyone investigated how query strings in Newspaper and Cloudflare caching interact?
I currently have Newspaper and CloudFlare “Caching Level” set to “Standard” which means it does its best. My understanding is developers version files like this for cache busting purposes so when the theme is updated, browsers will see the new version in the query parameter and download the latest version. I’d much rather see the version number in the URL path, so each version is a different path, but presumably WordPress doesn’t support that.
GTMetrix and Pingdom both call out all these query strings might slow down proxy caches by keeping them from caching these files. Long story short, I’m wondering if that’s the case with CloudFlare and if anyone here has done anything to see if there’s a need to investigate further.
FWIW, I do not use Tagdiv’s speed booster plugin since it’s incompatible with several key core plugins.
Thanks Catalin,
Have you changed it with the updated theme?
in version 6.3 you had to do what you telling me
Hi Chris,
Just an update it was a speed plugin called autoptermise that was causing the issue.
Site speed is normal
Hi
I’ve checked your site and noticed that on mobile version appear some js errors in browsers console: http://screencast.com/t/xcsqbBd1f5kf This errors seams to be related with theme’s js. Try to update that theme at the latest version available on themeforest: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches and test again.
Thanks!
Hello joventu,
I have tested on my side and seems to works as expected. Please try to disable all the active plugins, except Visual Composer and WP User Avatar, clear all your caches and test it again and see how it works. Maybe you have the automatic updates for your plugins and now it could be an interference between WP User Avatar and these plugins with WP ultimate update. Please try my advice and if your problem is still there after this advice please let me know.
Thank you for the message!
Hi
Try to update the theme at the latest version available on themeforest, V 2.3.5: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hello neakriti,
In the version 6.6.4, the only file modified was the td_wp_booster_functions.php file found here: http://screencast.com/t/oNWcNnmvIh9M In this latest update, it was resolved the problem with homepage pagination that was caused by the WordPress ultimate update. Here you can see our changelog in the bottom of the page -> http://themeforest.net/item/newspaper/5489609
Hope this helps!
Thank you for the message!
Hi,
I would like to know the files changed between 6.6.3 and the 6.6.4 that it the latest.
In your list of changed files you have the updates from 6.6.2 to 6.6.4.
Thanks
i dont use demo meta. Can i remove this? i just delete demo folder.
/**
* tdStyleCustomizer.js is required
*/
if (TD_DEBUG_LIVE_THEME_STYLE) {
add_action('wp_footer', 'td_theme_style_footer');
function td_theme_style_footer() {
?>
<div id="td-theme-settings" class="td-theme-settings-small">
<div class="td-skin-header">One click demos</div>
<div class="td-skin-content">
<div class="td-set-theme-style">DEFAULT</div>
<div class="td-set-theme-style">FASHION</div>
<div class="td-set-theme-style">TECH</div>
<div class="td-set-theme-style">VIDEO</div>
<div class="td-set-theme-style">SPORT</div>
<div class="td-set-theme-style">CLASSIC BLOG</div>
<div class="td-set-theme-style">TRAVEL<span>New</span></div>
<div class="td-set-theme-style">HEALTH<span>New</span></div>
<div class="td-set-theme-style">CARS<span>New</span></div>
</div>
<div class="clearfix"></div>
<div class="td-set-hide-show">HIDE</div>
</div>
<?php
}
}
//td_util::update_option('tdx_remote_http', '');
//die;
//if (!is_admin()) {
// $result = tdx_remote_http::get_page('http://reddit.com');
// echo $result;
// die;
//}
//print_r(td_remote_video::youtube_api_get_videos_info(array('JgI8DyDCESw', 'f5qepzrQm9U', 'UGdRyPN3IRk')));
//
//print_r(td_remote_video::vimeo_api_get_videos_info(array('141710401', '135900733', '135911266')));
//die;
Thanks for the update here Bogdan – we look forward to your assistance.
Hello,
In order to properly update your theme from version 4 you will need to follow this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
The most important part is to run the update script for version 4 that can be found here: http://screencast.com/t/JfBRicct
Thank you!
Hello,
Please make sure you follow every step from page 1 and allow it a bit of time to update as it is not a live count. It makes a few request per day so it won;t be a burden. If it still will not work after following the tutorial and after a bit of time has passed then please send an email with details about the problem. And also include your username from the forum and maybe a link to this topic so we can search the spam section in case it is needed.
@dennisjpitocco we found the email now and will reply there ASAP.
Thank you!
Hello,
The methods you showed could work but you will have to try them out. Please understand that time does not allow us to offer any custom work at the moment as we are a small team and we work hard on development, updates, fixes and support. We would happily help you out but this is not an easy task to tackle. Your best bet would be to hire a freelancer to help you out. There are many sites which offer freelance work and the prices are different from one to the other.
Thank you for your understanding.
Hi
Sorry for this inconveniences!
Basically all plugins are made to work on a wp default theme but on a custom premium theme such as newspaper, which contains many customizations and specific implementation for its features, would be a chance to appear some issues with plugins functionality. The conflicts appear because plugins and themes are written in many different ways, depending by author, and one feature from a theme may conflict with some other feature from a plugin.
Regarding the images and jetpack, absolutely do not use the photon feature of jetpack. I know jetpack is tested to work with our theme but not all of it’s features work. The photon feature cause this issues because works on the same system as the theme: it create and use new images thumbs based on img element size. Jetpack has lots of features and some of these create problems with our theme. The 2 known to cause problems are the jetpack mobile theme and the photon option.
I did not recommend using photon at all. I recommended you use jetpack but NOT with the photon feature. It does not work with the theme and it will not work in future updates as well unless we change our whole image implementation.
The smart list feature it’s tested ans works fine without photon module activated: http://screencast.com/t/8b7DhIFIKC5LTry
Thanks for your understanding!
Hi
I’ve test this on my side with the latest theme version and the pagination works fin on the search page, Try to update the theme at the latest version available on themeforest, V 6.6.4: https://forum.tagdiv.com/how-to-update-the-theme-2/ deactivate all plugins except Visual Composer, clear all caches and test again.
Let us know how it goes.
Thanks.
Hello,
If you set up the envato toolkit properly then you will only have to hit the update button as it will not update on it’s own. The toolkit will announce a new release of the theme and you simply need to click the update button and the process will be done.
Thank you!
i have installed NewspaperVersion: 4.6 which is working fine but when i updated the version to NewspaperVersion: 6.6.3 manually (i.e copy and paste in the themes folder) then its not working properly it does not displaying headers properly and other contents also.
here are screenshots
screenshot(ver-4.6)
https://www.dropbox.com/s/hve8pjk355qqbly/Home%20Page%20%20%20BDI.png?dl=0
screenshot(ver-6.6.3)
https://www.dropbox.com/s/8prv74j01br0u7m/Home%20Page%20%20%20BDI_updated.png?dl=0
Hello,
Thank you for your kind words. We are happy to see our hard work is appreciated.
You can see a method to use excerpts in those modules/blocks by following this topic: https://forum.tagdiv.com/topic/block-9/
Or if you prefer not to edit the theme files and just use css in the theme panel there is also this solutioin: https://forum.tagdiv.com/topic/placeholder-image-2/
I will add your request to our list and if more people request such features, we will consider them for a next update.
Thank you!
Hello doran,
Unfortunately, as I explain you above, it is not a simple task to change this size. For more information about this, please check and our documentation, here https://forum.tagdiv.com/featured-image/ -> https://forum.tagdiv.com/td_api_thumbupdate/ As you notice in this documentation, you need to make a custom thumb with API and to achieve this is required a solid knowledge of coding…this is for advanced users. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom work for the moment, sorry!
Hope this helps!
Thank you for the message and for your understanding!