- 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
Hello,
This is because the code does not use the image as you want to implement it. The images sizes are created like mentioned in the theme api: https://forum.tagdiv.com/td_api_thumbupdate/
If you do not have the coding skills necessary to modify the thumbs you will have to hire a freelancer to help out as we cannot offer any custom work at the moment.
Thank you!
Hi,
Thank You for reply.
Only think that i add is this in global java
// Anonymous "self-invoking" function
(function() {
// Load the script
var script = document.createElement("SCRIPT");
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js';
script.type = 'text/javascript';
document.getElementsByTagName("head")[0].appendChild(script);
// Poll for jQuery to come into existance
var checkReady = function(callback) {
if (window.jQuery) {
callback(jQuery);
}
else {
window.setTimeout(function() { checkReady(callback); }, 100);
}
};
// Start polling...
checkReady(function($) {
// Use $ here...
});
})();
jQuery(document).ready(function()
{var imavidea=false;
var imafacebookvidea=false;
//Ovdje ide facebook embed code
var facebookembedlink='<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FVideoCraftStudioProduction%2Fvideos%2F825894130902546%2F&show_text=0&width=560" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>';
//Ovdje ide youtube video link
var videolink="https://www.youtube.com/embed/tsPGxI4J4FI";
if(imavidea)
{
jQuery(".td-big-grid-post-4").html(jQuery(".td-big-grid-post-3").html());
jQuery(".td-big-grid-post-3").html(jQuery(".td-big-grid-post-2").html());
jQuery(".td-big-grid-post-2").html(jQuery(".td-big-grid-post-1").html());
jQuery(".td-big-grid-post-1").html(jQuery(".td-big-grid-post-0").html());
jQuery(".td-big-grid-post-1 img").css({"height":"100%", "width":"100%"});
if(!imafacebookvidea){
jQuery(".td-big-thumb").append('<iframe width="100%" height="100%" src="'+videolink+'?autoplay=1" frameborder="0" style="position:absolute; top:0;left:0; right:0; bottom:0; z-index:10" allowfullscreen></iframe>');}
else
{
var facebookispravljen=facebookembedlink.split('"400"').join('"100%"');
facebookispravljen=facebookispravljen.replace('overflow:hidden"','overflow:hidden;position:absolute; top:0;left:0; right:0; bottom:0; z-index:10; "');
jQuery(".td-big-thumb").append(facebookispravljen);
}
}
// jQuery("li.comment section.content").each(function(){jQuery(this).html(jQuery(this).html().replace(/<br/g, '<br/><br'))});
jQuery("body.single article header").first().append('<div class="sharedaddy sd-sharing-enabled">'+jQuery("div.sharedaddy").html()+'</div>');
setTimeout(function(){jQuery("#gk-content-top").css({"max-height":"500px","margin-bottom":"0"});},1);
setTimeout(function(){jQuery("#gk-banner-top").css({"transition":"all 1s","-webkit-transition":"all 1s","-ms-transition":"all 1s","-o-transition":"all 1s"}).css("margin-top","0");},1);
jQuery("#gk-mainbody-top #widget_gk_nsp-24 .gk-nsp-arts img").each(function(){var sors= jQuery(this).attr("src"); sors="wp-content/uploads/"+sors;jQuery(this).attr("src",sors);})
}
);
jQuery("#gk-inset").before('<div id="youtube_responsive-4" class="box widget_youtube_responsive">'+jQuery("#execphp-6").html()+'</div>');jQuery("#execphp-6").hide();
/* jQuery(document).ready(function(){
var a=jQuery("#execphp-6").html();
jQuery("#execphp-6").html("");
jQuery("#youtube_responsive-4").html(a);
})*/
Here is my system status: http://prntscr.com/h3orse
I have updated theme, and this is happend before update, i think update is not problem.
Update: Style 6, 7, 8 dsnt work.
Screens: https://imgur.com/kSkvgJv , https://imgur.com/SPsEpki
I have Newspaper updated to 8.1.1 (did that today)
About 3 weeks prior to the update and after, when visitors try to use a bookmark to visit the site, it throws an xml error and displays the xml code in the browser instead of the bookmarked page.
We are using eStore to sell products and have been for many years – this issue affects the ability of the “cookies” to properly track and display purchases.
I have tried to disable all the plugins, but when I do that, Firefox tries to create a “Live Bookmark” when any link is pressed. Any suggestions would be most welcome.
IGNORE – FIXED
Cache issue
Hi there,
We’re trying to change the category settings on a few of our categories in theme panel. We can select the new category template and posts setting we want, but when we click save, it just spins and spins and won’t update. Have tried this on numerous different categories, but same result. Using Newspaper 8, goworldtravel.com
Thanks for any insight you might have on this.
Hi!
Been using the theme for a month and it’s been great regarding functions and customization. The only thing I’ve been really fighting with is performance, as the theme generates lots and lots of inline CSS & JS instead of having main cores on files which I can compress and cache.
So far I’ve done all the optimizations recommended, using WP Cache and also Fast Minify. They work as intended, however there’s one thing they can’t fix: Inline code.
The Theme Panel puts all the custom fonts, colors and customizations in inline code instead of storing them in a file, making it impossible to compress, minify and cache those files, while also render those customizations last.
Is there a way I can easily modify the code (I’m a dev), without breaking updates, for putting those customizations on a file instead of inline?
And as a suggestion, reducing the inline code both for the Theme Panel customizations and for the Blocks would be a huge performance hit on this theme. Even on dedicated servers it’s not loading as fast.
Regards and thanks
I need to be able to include a direct playlist from YouTube, not a series of videos separated by commas, so that the update is dynamic and not manual.
This YT Playlist:
No individual videos as:
fizZahFCO40, fENktDeAwf4, 6ZQYHsgS-5c
Thanks!
Hi,
1. I will add this on our list and it will be fixed in a further update.
2. Please check this topic as reference – https://forum.tagdiv.com/topic/translate-newsmag-footer/#post-193130
3. You can do this the same using String Translation. Under td_011 you can find td_ads – https://www.screencast.com/t/ddrNSfzE – https://www.screencast.com/t/58mE8KiVq
Thanks!
Hi,
We will provide a theme update to fix the weather widget and other bug fixes in the following days.
Thank you for your understanding
-
This reply was modified 8 years by
Bogdan B..
Hi,
Please do not update your topic, we will get later to you.
I’m not sure why you get this issue, please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look. Also paste a link to this topic so we can identify you.
Thanks!
Hi,
All there is to know about the steps you should take preparing for the update, and the actual update process through different methods is mentioned in this guide
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The FTP method is the most recommended in this matter.
The theme activation is a one time action, you don’t have to activate the theme again
– https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
The activation key will be stored in the database after the theme is activated.
The tagDiv composer plugin is a required plugin and will automatically be installed and activated when the theme is installed or updated (starting with version 8 of the theme)
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Both tagDiv composer and Visual composer are provided in the theme package. If you want to use Visual composer for your pages, deactivate the tagDiv composer.
You do not have to activate Visual composer, simply disregard the messages
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Worth mentioning that future theme updates will include more features and options for the tagDiv composer only. That should be taken into consideration.
Thanks
Hi,
The Analytics code entered in the theme panel will be added to the head of the website, please enter it the there and there will be no problem. We will modify the tooltip accordingly in the next theme update. Thank you for pointing this out and sorry for the confusion.
Thanks
I feel this might be an issue with Yoast SEO latest version. Previously also Yoast plugin update had this issue.
Hello rogerarn,
Sorry for this inconvenience but please notice that it seems to be a mini-bug in our theme, sorry! I have added to our list of fixes and we will consider to solve it in future updates.
Thanks for your understanding!
Hi,
Only the latest version of the theme is available for download on themeforest. You should always use the latest theme package and WordPress, as it is constantly improved over the updates. If you use an older version of the theme, it is recommended to update it. Here is a guide presenting different update methods (by FTP is the surest method)
– https://forum.tagdiv.com/how-to-update-the-theme-2/
We could provide theme releases starting from version 7 if you absolutely require an older version. In that case please send us an email at contact@tagdiv.com and we will provide it to you.
Thanks
Hello boka003,
I have inspected your website and console and I saw that you have some js errors through it, as you can see here -> https://www.screencast.com/t/zT6gNOxA2pHt First of all, you should remove all of your untested plugins, update the theme to the latest version of it via FTP way, clear all the caches and check the results. Also, check your system status parameters to be increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/
Thanks for your understanding!
Go to this topic for the help
https://forum.tagdiv.com/topic/google-webmaster-hentry-missing-update/
or do the following:
Hi
The date is missing from hentry because is deactivated on your site. If you don’t want to display the date on posts it can be hidden with css. Enable the date from theme panel under post settings so google can find it and use below css to hide it:
.td-post-date, .td-author-line{
display: none!important;
}
Thanks!
Hello,
One more major issue just popped up. It seems that the front page is unstable that sometime the position would get shifted and looks bizzaare.
I did not do anything on changing format or setting or themes today. All I did was to upload a few articles with no selection of whatsoever. Text and images and updated.
Now, the front page looks weird again. it looks weird on google chrome on PC. Could you please let me know what might be the reason for that? How can I show them to you ?
This is the 2nd time already. Last time I think it has something to do with me changing the setting on excempts, not this time though.
Thank you.
Working for me, but my setup is highly optimized and i avoid funky plugins, dont use speedbooster, dont use multiple pagebuilders, etc.
Always remember when doing updates you seriously need to clear all caching, clear transients, and browser cache cleared. Many java issues are client side.
I am having the same issue. Deactivated plugins, php is up to date, Newspaper version is 100% up to date. Protocol is not an issue either, in fact it used to work just fine.
It seems like many users are having this issue which leads me to believe there’s some sort of compatibility issue due to an update?
1. Do I need to activate to update the Theme or
can I just download the latest Theme from Envato?
2. I have never updated the theme. If I download
from Envato and follow instructions is there a risk
the site will go down?
3. If I activate Theme in WP, as suggested, will new
updates of Theme and WPComposer be automatic then?
4. If I activate Theme in WP, as suggested, will
there be an identification between my WP-site and
my account at Envato?
5. WPComposer is a plugin that constantly, just as
activation, remind of registering and activate.
Should I delete WPComposer plugin?
Not a solution. I tried reupload the theme (after, just as I said, I updated it), and still the theme panel won’t update.
Can you take a look?
Always best to download the ‘all files’ as it includes the CHANGELOG so you know what actually changed with any major or minor update.