Hi,
I have recently upgraded my system from newsletter 8.8 to 9.0 and after that I also upgraded the td composer as well. But for some reason I get the error
“tagDiv Composer were disabled because they are incompatible with this version of Newspaper”
I tried to overwrite all the files from plugins folder of td-composer, I tried to manually install the theme from newspaper plugins section… tried to delete theme and re-install from the files downloaded from your systen but nothing worked… I just can’t activate the plugin… same also applies to td-social counter.
My version of td-composer is 2.3… please help.
regards
So I was looking at my webconsole and found that I had some issues in my structured data
Structured Data > hentry (markup: microformats.org) (Missing: updated)
So I looked around and found that Yoast has something to do with this. However, they recommend to contact you guys?
https://kb.yoast.com/kb/fixing-hcard-author-error/
Missing: updated / entry-title / other
The requested tag is not present in your theme or is incomplete. Please contact your theme developer for assistance.
Please advise for a fix. They did have an option to remove hentry by adding a code to the functions.php but I’m not sure if that is the way to go.
Please advise and thank you.
I’m curious but I would like to show the date I last updated an article instead showing when it was published.
I have an article over 5 years old and I have been updating it with content at least once a week.
From an SEO perspective, wouldn’t showing when the article was last updated better?
Thanks.
Hi, in the plugin section there are the revolution slider and the visual composer like optional to install, i’ve read how to install revolution slider and ive installed but in the revolution slider folder ther’arent other file like in the descricption and i cant register and update the revolution slider. The vj_composer file ther’arent in the theme pack download.
Thanks
I have the same problem. My main shop page (with woocommerce products) got broken after the most recent theme update.
I never had a sidebar on this page, but now there’s a place reserved for a sidebar.
Good morning ,
I recently purchased newsmag theme, what is best way to update from 3 to 4th.
thank you
Alex
Thanks this worked.
However with the latest update to the theme, i.e in Newspaper version 9, this trick does not work with posts loop block. Can you please help me with the corresponding php file to remove the reference of video-small.png, ico-video-large.png?
Any updates on this? DISQUS comments are essential for our site (we have been using it for many years), but so are some of the customizations to the post page only available in the cloud templates.
I have an older version of Newspaper & visual composer. I didn’t update to the latest composer because it said they were deprecated. I have many relevant pages with these tabs. So I just checked on these pages and the tabs aren’t working. A few days ago I hit “update Visual Composer” just ’cause I figured it’d be ok, but it didn’t update, needed activation key, etc. So I dont know if that triggered it. My question is, if I update both Newspaper and VC to the latest update, will that fix this problem or will the tabs remain “deprecated” or dysfunctional.
Hi Bogdon,
1) Do I need to run this plug every time I create a post and upload/new images? When am I supposed to use this? Is there any risk that I will lose all my images? When you say it deletes old images and regenerates, does that mean the newly regenerated images are saved in the Media Library?
2) If you visit my website or see the screenshot (http://www.screencast.com/t/2bdHvdRJ), as I’m scrolling down the homepage, it’s only the images that are delayed in displaying, except the first article. The article posts and text look to be loaded immediately. Is this behavior or infinite scrolling or lazy loading? Or is this a performance issue?
3) Simion mentioned above that embed would look best if it was forced to display as auto size and maybe centered
– https://www.screencast.com/t/vPobOmY3L
.td-post-content iframe.instagram-media {
width:auto!important;
margin: auto!important;
}
Where do I update this code?
Thanks
-
This reply was modified 8 years by
mchammy75.
Hi,
Please note that Instagram needs some time to update data. Try to change your instagram id with another one, see if it works and then revert to your id. This should refresh it.
If the issue persist please contact us via 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!
Hello,
My Instagram widgets and elements aren’t showing the pictures.
I’ve updated everything and it still happens. I’d really appreciate some help.
The site is https://villacerrocastillo.com
Thanks!!
Hello,
Automatic updates are never the better choice. The order for the best choices are FTP first, then WordPress update and the least safe – Envato market.
Thank you!
Hello,
A theme update will always replace the old files with the new ones so basically your old files will get deleted and the new ones put in their place. Your customization will be lost. Functions.php can be re-written from the child theme though:
https://code.tutsplus.com/tutorials/a-guide-to-overriding-parent-theme-functions-in-your-child-theme–cms-22623
Thank you!
I’ve been getting Missing: updated errors in my Google search console. I’ve been trying various options such as :
1) https://forum.tagdiv.com/topic/error-with-microformats-can-i-repair-this/
2) https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
But, both could not help me. Instead when I added the code as described (https://thomas.vanhoutte.be/miniblog/missing-updated-wordpress/) and added the following code in functions.php, the error is completely resolved
function add_atom_data($content) {
$t = get_the_modified_time(‘F jS, Y’);
$author = get_the_author();
$title = get_the_title();
if (is_home() || is_singular() || is_archive() ) {
$content .= ‘<div class=”hatom-extra” style=”display:none;visibility:hidden;”><span class=”entry-title”>’.$title.'</span> was last modified: <span class=”updated”> ‘.$t.'</span> by <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_atom_data’);
But, whenever the newspaper theme is updated, this code is getting deleted automatically. Is there any way so that the above code which is in my theme functions.php is retained while updating the newspaper theme.
Kindly suggest.
Hello ADMSKILER,
Thanks for your suggestion but we cannot say for sure if it will be or not implemented in near future update, sorry!
Thanks.
Thank god!
Finally, after a long time, you guy’s fixed my problem.
Thanks a lot, #TD team.
I want to ask, did you find out the main problem? Can I update my theme next time without having any issue?
Thanks!
Rohit S
Hi,
First, please create a full back-up of your install and then follow this guide to properly update the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
make sure to follow every step of the guide properly.
Thank you!
Hello Alex,
This happens when you update the theme or change themes temporarily. This is a common issue with all WP themes/installs. Not theme specific. Also, I will recommend you to check with your hosting provider as to where the error log is. 500 error means site crashed on ping/visit — could be overload — did you assign enough memory to your install? Please also check your system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/requirements-for-newspaper/
If you use a child theme, that means you have custom code implementation (otherwise the child theme is pointless). Please restore the theme to its default state and test without any customization. That means, activating the main theme and removing all custom code. If your child theme has not been updated properly, all sorts of issues can occur. Please update your theme to the latest version and test without a child theme. if the problem goes away then you need to re-create your child thebe by using the one that comes bundled in our theme package.
Thanks for your understanding!
Hi again! I unninstall the plugin and I install again… At the section of Newspaper plugin I have a button with “read more” that takes me to instruction to install the plugin. Nothing more.

Hello,
The plugin needs to be updated. Please read the error message and update your plugin as instructed: https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/
Thank you!
Hello,
Thank you for pointing this out. I will pass this information on to our development team and we will fix this for the next theme update. We will post the temporary solution once it is found. Sorry for the inconvenience.
Thank you!
Same issue here… lots of issues with this update. Almost all of my plugins are not working and can only edit website when I turn all of them off (woo commerce for example).
Hello,
Here are a few possible fixes for the error you are receiving:
1. Your cURL is outdated. Get in touch with your host’s support team with the request to update their cURL library to the latest version.
2. There is no open incoming connection available on your server. To resolve the issue, request your host’s support to allow open incoming connection for your website.
3. Your WordPress Address (URL) and Site Address (URL) do not match. Make sure they are the same as your current domain name (WP Dashboard => Settings => General).
If all else fails, you can install the plugin via FTP: https://www.wpbeginner.com/beginners-guide/how-to-manually-update-wordpress-plugins-via-ftp/
Thank you!
Hello,
I’m very unhappy with your expert service because from Saturday I’m facing problem on my site.
I said I’m unable to update my theme. Then you ask my login details & then you uninstall my theme from my site.
Are you guy’s are kidding me?
I mean how you can do that, I have no Newspaper theme since last Saturday till now.
It is not a small mistake, it’s a very big mistake. The way you guys are treating is not right.
I request you to install Newspaper theme on my site with the latest version ASAP.
Please check your mail I already sent my login details there.
I do not get any kind of mail from your side. If you need anything else please let me know so I can provide you with that info.
Site: https://www.rsviral.com/
Thanks!
Rohit S