- 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
No theme update was worked.
just added “/” at the end of the id.
worked well
Hi Team
I have once faced this issue before where my TD_Composer plugin was outdated and I updated it to new version and it worked.
Issue – Please visit my homepage http://www.accountingcapital.com, it is all code and TD_Composer is misbehaving yet again, this time I updated it to the latest version 2.3 by a fresh install from themeforest, My theme is 8.8 and theme panel options are all green.
I am unable to solve this and this is killing my user interface. What is this and how can I resolve and stop it to re-occur?
Sahil
Hi,
If you were to use the page with title template, that will display breadcrumbs on the page
– https://www.screencast.com/t/biZlh6eEr
Please do not use these elements in any page
– https://www.screencast.com/t/fMxvlCDULz
Those are not supposed to be displayed there for all pages (only cloud templates), using them on normal pages may cause problems with them. This will be fixed in the coming update.
Thanks
Hi,
So you are referring to the Fashion demo, this one to be exact
– https://demo.tagdiv.com/newspaper_fashion/
This demo can be installed just like the others
– https://www.screencast.com/t/TgzPD7ltU
What exactly is happening in your case that prevents you from installing it?
Regarding the issue with the Cloud library plugin, that is currently under investigation and we will try to fix it in a future update. It was caused in a few cases by plugins, you could try as a test to deactivate them all and leave only theme plugins active, check if this has any effect.
If not, then please try and wait for a new update of the plugin and theme. Sorry for the inconvenience.
Thanks
Hello,
Unfortunately there is no option available to remove the current post from the blocks if you use the cloud library and add blocks to your post templates. Sorry for the inconvenience. I will add this to our list for future updates and pass this information on to our development team
Thank you!
It looks like the latest update fixed it. Thanks
Hi,
I have added to our list of improvements but notice that we cannot say for sure if this feature will be or not implemented in future updates. This thing will depend on our developer’s decisions.
Thanks for your understanding!
Hello,
Please provide screenshots of what code you are getting. There should be no code shown. Maybe your plugin got disabled as it was not updated. Please access the plugins section of the thee and press the update button for the theme plugins and make sure tagdiv composer is active.
Thanks
Hi,
@Ryansmccain Seems to display accurate information at the moment
– https://www.screencast.com/t/R2PynOCgdV
@medicos Twitter will probably not work if you are not using he latest theme version, there were changes made by them. Try installing this social counter plugin
– http://cdn.tagdiv.com/wp-content/uploads/2018/06/td-social-counter.zip
If it still doesn’t work, download the latest theme package 8.8.1 and update the theme and social counter (they should be automatically updated when the theme is updated however)
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks
Received an email from Alin
Acknowledging this issue .. and it will be taken in the future updates
regards,
srikanth.
Deactivating plugins doesnt help and moreover, the latest update has also taken away links of my global navigation bar!
Hello,
Featured images are no more shown either on the homepage or on the post page.
Moreover, the thumbnails of images inside media library are also not shown…
This has happened after I upgraded to the latest 8.8.1.
Website – https://bikeadvice.in/
Help..
@A.Mason The default theme post templates can be edited in a child theme, meaning all the single and loop-single files corresponding to the post templates. So for post templates you can make modifications in the child theme.
Module files can also be modified in a child theme, the general module file from the booster folder (td_module.php) cannot be however. I believe that will be the only file you cannot modify in a child theme in order to implement the co-authors.
But you can modify it in the main theme, and make a backup of it. Next time the theme is updated, check the modified files list. If that file was not modified, replace it with your modified version.
Hello,
Sorry but unfortunately we cannot test new plugins on older versions of the theme. Plugins are tested on the version they are crated on and newer versions on each theme update. We do not test backwards compatibility. Please update your theme to ensure compatibility between the theme, plugins and WordPress.
Thank you for understanding.
Hi,
Please update the theme to the latest version of it which is Newsmag 4.4, clear all the caches, remove all of the untested plugins and check the results. Before this, we strongly recommend making a full backup to your database to avoid losing all of your data.
Thanks for your understanding!
Hi,
I want to change my theme demo to Newspaper Fashion but I cannot find this theme demo on ‘install demo’ page. Please update the same.
My Predesigned Icloud Templates are also not uploading. when I try to add new it says – Invalid reply from server endpoint.
Regards,
Sophia
Hi,
If you updated all the theme plugins that should not happen. Please check if your WordPress install is up to date. Both theme and WordPress should be updated as soon as available and possible, this is most recommended. Let us know if there is still a problem.
Thanks
Hi,
Even if an update was made, none of the theme settings should be lost, all the theme panel settings made by you as well as custom code, are saved in the database of the website.
Maybe something happened to the database and reset the theme settings, you could check with the hosting and they could take a look.
Thanks
Basically, when you change themes, or do a major update to WP and to caching plugins, etc., Google might be loading your sitemap or following a link, or your sitemap might actually stop working due to plugin, etc., and briefly Google is following links to whatever it can load via the regex/rewrite rules from WP in the htaccess file, and this can cause Google to try to load the /site/wp-content/themes/theme/index.php file which it should really never do. I’ve poked the WP folks numerous times the past decade to consider changing that to default.php vs index.php as it’s NOT actually an index for that directory, and should never be loaded by anybody.
Technically, one solution — for those who have the time and patience — is to go into the folder, and rename the index.php file as a copy to all the missing ‘default’ templates that WP would normally fall back on, so that WP has no need for ever using that file; then inside the index.php file put a redirect to http://yoursite.ooo — or simply remove the file entirely.
Also keep in mind getting a server error for that URL is actually correct — it’s an internal file and should never be loaded anyway; so Google is just letting you know that it temporarily got directed there during a crawl of your sitemap while the system was updating and it couldn’t go anyplace else and generated an error.
If you get one of these errors once in a while, no biggie; mark fixed and get on with your life. If you are getting them daily, you have a serious issue with your permalinks and configuration. If you see the errors in your domain/hosting error log, it may be people trying to hack the site and you can block those IPs from ever visiting your site again.
Upshot – nobody should be trying to access files directly in that folder, nor should Google, so a 500 error is just that; it’s just like getting a 404 error when you remove a page — it doesn’t hurt anything, or ruin your rankings, or anything else. That page is not part of your site, and not part of your navigation or site links or content.
It’s really a minor flaw in WP using ‘index.php’ for something that should be ‘default.php’ as default template when no other template exists. If there were no index.php file there, you’d get a 404 instead.
Not sure that helps; but I’ve posted about this topic several times the past 4+ years on here (I don’t work here, just a webdev dinosaur). 🙂
Hello team,
thank you for your theme!
PLease help me with this little issue: for some reaseone Social counter soes not update number of subscriber for some Social networks (twitter, Google+ and youtube) but when you click to social buttun it goues correctly to subscribe page. The only page works fine is facebook.
Hello,
Is there a way to show rich snippets not only as a “Review” but also as a “recipe” with stars and photo, like in my example :https://snag.gy/DMBlVR.jpg
Would be good to have that option included so that we don`t have to use a third party plugin, if so can you add this feature in updates, and can you recommend one in the meantime?
Thank you
So I’m not seeing that TD code thingie at the top of the page any longer and I’m getting the code showing on the page under and above the slider. Anyone
know what is going on?
Hi,
since 8.5 did I have testet some Updates, but allways they are Problems with some Plugins.
The new Update to 8.8.1 runns perfect. Upload (FTP) – aktivate – ready !!!
Thank You
PS.
How can I find some Tuts about the Grid Builder?
Greetings Achimzwo
Hi. This is a feature request for the tagdiv category cloud templates. Is it possible to split the heading, date, author, comments meta from the excerpt? Maybe like how in some default blocks you can show the title and the other meta at the top of the image and the excerpt below the image? I was thinking of doing that (having title, date and comments at the top, but excerpt below the image for some category templates) but found it impossible coz the excerpt is also going above the image. Thanks.
Also, a homepage element with numbered pagination like the category templates would be a lifesaver. I would vouch for it in a future update.
Learn to export your wp database from wp panel, backup php dbase via your hosting panel, and backup entire site via ftp.
See my security guide from Simions post above.
Check the changelog when new theme version announced to see if its a security fix or just feature updates.