- 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
Update:
I accessed the site files from cPanel’s file manager and deleted all plugins. This removed the error and I was able to log into the admin panel.
From there I installed Newspaper’s plugins one by one. The tagDiv Standard Pack is the plugin causing the error.
Hi curemek and madweb1,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
Please make sure that you install it as in our guide from here also, please make sure that all the settings are like in our requirements, please follow the guide carefully – https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
If there it is a problem or you have some questions related to our theme, just let us know!
Thank you!
Same here. Please let us know how to create and use the good old template files. I don’t need a composer, and I don’t need the cloud library. I just want to put a php file in my child theme folder and done! Version 9 worked like a charm. In version 10 none of my templates are working anymore. Yes, I updated the code. But the templates only work if put in the parent theme folder. Which is not what I want, of course.
Hi,
I’ve recently updated a site from version 8 to 10. It was a mess of epic dimensions. Took me more than 10 hours to migrate the modified templates, and still they are not working in the child theme (see this post here).
Now I’ve found out that my page templates are not working anymore in the child theme. For test purposes, I copied the default page template and changed to a new test template:
/* Template Name: Test Template */
I tried:
/child-theme-folder/test.php > not working
/plugins/td-composer/legacy/Newspaper/test.php > not working
/plugins/td-standard-pack/Newspaper/test.php > not working
/theme-folder/test.php > working
What now? I have to use my page template in the original theme folder? Seriously?
Thanks, Mike
Hi,
I’ve updated a site from 8 to 9 and then to 10. Besides, it was a nightmare. The worst update I have made (in the WordPress world) in more than 10 years. Took me more than 10 hours to migrate the modified templates to the new system. Not funny, really not funny.
For now, I would prefer to use the child theme, since migrating to the cloud library would be even more time-consuming. Unfortunately, nothing works (according to your tutorial).
I use the following modified template files:
TD-STANDARD-PACK plugin
/td-standard-pack/Newspaper/parts/header/header-menu.php
/td-standard-pack/Newspaper/parts/header/header-style-1.php
/td-standard-pack/Newspaper/parts/page-author-box.php
/td-standard-pack/Newspaper/includes/modules/td_module_4.php
/td-standard-pack/Newspaper/loop.php
/td-standard-pack/Newspaper/single-loop.php
/td-standard-pack/Newspaper/header.php
TD-COMPOSER plugin
/legacy/common/wp_booster/wp_booster/td_module_single_base.php
/legacy/Newspaper/includes/modules/td_module_slide.php
Why are two files not available in the standard pack?
These files are not working in my child theme. I tried:
/child-theme-folder/single-loop.php
/child-theme-folder/header.php
/child-theme-folder/header/header-menu.php
/child-theme-folder/header/header-style-1.php
/child-theme-folder/parts/page-author-box.php
/child-theme-folder/includes/modules/td_module_4.php
/child-theme-folder/includes/modules/td_module_slide.php
/child-theme-folder/includes/wp_booster/td_module_single_base.php
It simply uses the files in the plugin folders.
What am I missing?
Thanks, Mike
Hi,
I’ve just updated a site from version 8 to version 10. It was a nightmare. We all know: it’s a terrible idea to put template files in a plugin folder. However, I know that this was necessary due to the crazy Envato conditions. Having said this, is it now possible to apply the mods update-safe? And why are files still in the theme folder that are now loaded from the plugin folder? For example: /parts/header/header-menu.php.
Thanks, Mike
I UPGRADED TO NEWSPAPER 10 (V 10.2 )
I decided that there were too many issues with the last install and things were clearly not working as described (or) shown in the video tutorials.
This has caused me to update to the latest version of your template. V 10.2
EXAMPLE 1: https://screencast-o-matic.com/watch/cYVY2evKsB
EXAMPLE 2: https://screencast-o-matic.com/watch/cYVY2YvKM5
1) Please review the videos and try to explain why the category templates (cloud library templates) are not “working properly”
NOTE: When I say “Not working properly”
– I specifically mean that they are not acting or responding as they do in your instructional videos.
2) Notice that I can now see the template in the category, but —-All the template elements are not showing up
Hi,
The theme plugin can be update normally like before -> https://i.imgur.com/6S6iDXk.png -> https://i.imgur.com/EY5A1KI.png -> https://i.imgur.com/OicdsbT.png
How to install and update plugins -> https://tagdiv.com/how-to-install-plugins-and-update-plugins/
Hope this will help you!
Thank you!
Hi,
Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.
Thank you for your understanding!
Hello !
If you follow carefully all the steps nothing will be lost because all the data is stored in the database not in the theme files. Please make sure to update the Newspaper Theme and activate the plugins after.
Please note that we answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2 So multiple replies to your topic will only make us to get harder to your topic.
Thank you !
Hello !
Please make sure that all the system requirements are accomplished as you can see it here:https://forum.tagdiv.com/requirements-for-newspaper/
Also make sure that you follow our tutorial in order to learn how to update: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you !
I strongly agree, in contrast to my blog which still uses blogspot and AMP support and has very good speed.
this is just a comparison, I hope this newspaper theme will get an update as soon as possible.
if I couldn’t update my plugin directly through theme panel in future after support. Where can i get updated plugins so that I can manually install them.
I am getting connection timeout error in wordpress while updating newspaper theme plugins
Hi,
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email, also please provide some details about the way you’ve made the update.
Thank you!
I want to use php Version 7.3.13
Its working with php Version 7.2.x
Again the mobile theme 😉
The site says
Uncaught Error: Class ‘AMP_Theme_Support’ not found in /mysite/htdocs/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php:326 Stack trace: #0 /mysite/htdocs/wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php(70): td_mobile_theme::set_the_theme() #1 /mysite/htdocs/wp-settings.php(360):
Bzw. Email von WordPress:
Fehler-Details
==============
Ein Fehler vom Typ E_ERROR wurde in der Zeile 291 der Datei /mysite/htdocs/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php verursacht. Fehlermeldung: Uncaught Error: Class ‘AMP_Theme_Support’ not found in /mysite/htdocs/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php:291
Stack trace:
I have lose everything!!!
My translations and………
Thats is not good!
Why you give possibility to update through admin?
You crash my hole work 🙁
Sorry, BUT I have NO backup!
I have update through link “theme update” into my my admin panel.
How can fix my theme?
Hi, after theme update my site changed theme.
I have use your yellow theme (Scandal magazine).
NOW my site show deffault blue theme.
How I can changed?
Thanks in advance.
Hello !
That option is available only from Newspaper 10 and we currently are at Newspaper 10.2.
In order to update please follow our tutorial here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you !
Hi Vlad
I’ll follow your direction and update here.
Is this a main css issue with newspaper? What is causing that? Will there be full fix in the next update?
How do I update the theme? I just purchased the latest version of Newspaper but am not being prompted with an update in WordPress for the theme.
Hi,
1. I think that you are using header style 6 or multipurpose style 3.
Now the css code that you have in Theme panel is not for the menu background, this is set from theme panel> theme colors -> https://www.screencast.com/t/FPN29npU also now you can use cloud headers from tagDiv Cloud library and you can edit them using the theme builder, tagDiv Composer.
2. So in order to have the grid stretch on full width you’ll need to use the tagDiv Composer, edit the page and set a Big Grid Full -> https://i.imgur.com/1wvFEnc.jpg
Big Grid Flex Settings -> https://forum.tagdiv.com/big-grid-flex-settings/
Block settings tutorial -> https://forum.tagdiv.com/block-settings-tutorial/
3. The Visual composer that you are using is an old version, now the update version is WPBakery, but we recommend to use it with our theme only if you do not use cloud templates ( using cloud templates with WPBakery can create conflicts).
Also you can check more in our documentation from here(new documentation) -> https://tagdiv.com/category/documentation/ and from here( old documentation ) -> https://forum.tagdiv.com/newspaper-theme-documentation/
Hope this will help you!
Thank you!