- NewspaperRequirements for Newspaper
- NewspaperFlex Block Settings Guide
- NewspaperBig Grid Flex Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspaperBlock settings tutorial
- NewspaperInstalling Pre-built Websites
- NewspaperHow to Update the Newspaper Theme
Hi,
That is quite an an old theme version from which you are updating. Here you can find a changelog for each theme update, to see what has been modified, new features etc
– https://themeforest.net/item/newspaper/5489609 (bottom of the page).
Update guide if necessary here – https://forum.tagdiv.com/how-to-update-the-theme-2/
That error you mention is in most cases related to insufficient memory
– https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
The theme requirements guide has been updated as well, please check it carefully and if necessary ask your hosting provider to increase the values of the parameters mentioned in it
– https://forum.tagdiv.com/requirements-for-newspaper/
For the WP memory we recommend a value of 256M.
After the update, deactivate/delete all the old theme plugins and install the new ones from the theme package plugins folder.
As a side note, the tagDiv composer will be automatically installed and activated after you update the theme. This composer could interfere with specific WPBakery elements or layouts. If that is the case, please disable it.
Also update WPBakery to the latest version if you use it (theme package contains version 5.6)
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
The option to edit pages with WPBakery should appear same as before
– https://www.screencast.com/t/ag8uBzu2Hzx
– https://www.screencast.com/t/JhLAoUdzm
After you update clear all the website caches, CDN, browser cache. Let us know if you have problems.
Thanks
Hi,
In the most cases this is a plugin conflict, please try to remove all of the untested plugins, make sure if you are using the latest version of the theme, clear all the caches and check the results. I’m here to assist you.
Also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi,
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Also please make sure that you do not have any plugins that make this problem, please deactivate all non theme plugins, clear all cache and try again to see if the problem is still there.
If there is still a problem, 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. Include a link to this topic in the email.
Thanks
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Also please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, clear all cache and try again.
If there is still a problem, please provide some more details and some screenshots.
Thank you for your understanding!
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. 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 is still a problem please provide some more details and some screenshots with this problem.
Thank you for your understanding!
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
If there is still a problem, 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. Include a link to this topic in the email.
Thanks
Hi,
Could be a matter of exhausted wp-memory, try increasing it to 256M which would be enough. You can increase it in the wp-config file for example
– https://forum.tagdiv.com/requirements-for-newspaper/
Then check if the same happens.
Thanks
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule>
Also please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, clear all cache and try again.
If there is still a problem, please provide some more details and some screenshots.
Thank you for your understanding!
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Thank you for your understanding!
Hello,
Usually, this is fixed by increasing the WP memory limit:
https://forum.tagdiv.com/requirements-for-newspaper/
Please set the wp memory to 256mb in wp-config.php
Thank you!
Bogdan B
Hi,
Indeed there is a problem with the background ads and ad-blocker, this was fixed and will be implement in comping theme update.
Please open a topic o the WordPress.com forum -> https://en.forums.wordpress.com/ and ask theme for assistance to set the theme requirements – https://forum.tagdiv.com/requirements-for-newspaper/ and ask them to assist you to make speed optimization too from the moment that you can not use our guide for page speed.
Thank you fr your understanding!
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Please check if the WP-debug is set to false in the WP-config file, then check if the warnings are removed.
Thank you!
Hi,
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
That website is using the WPML plugin, this will allow the creation of a multi-language website. With it you can translate pages and posts. Some info about it here
– https://wpml.org/documentation/theme-compatibility/create-multilingual-wordpress-websites-using-the-newspaper-theme-and-wpml/
– https://wpml.org/documentation/
Using the theme translations together with WPML -> https://forum.tagdiv.com/using-theme-translations-together-wpml/
Also please check a similar topic ->https://forum.tagdiv.com/topic/wpml-plugin-with-newspaper-9-theme/
Thank you for your understanding!
So I am looking at the files and found these two:
1. themes/newspaper/includes/wp_booster/td_module_single_base.php
line #537 with function get_item_scope() THIS IS FROM WHAT YOU SHARED WITH ME.
2. themes/newspaper/includes/wp_booster/td_module.php
line #77 with function get_item_scope() has a comment above:
@deprecated – google changed the structured data requirements and we no longer use them on modules
So would my changes on #1 (themes/newspaper/includes/wp_booster/td_module_single_base.php) would still apply?
Hi,
In a few recent previous cases this was caused by using an older PHP version. Check in the theme system status to see the version you are using
– http://prntscr.com/mt0wlv
If that is the case, try to use PHP 7.1 or 7.2 if possible. Should be a setting for changing it in cPanel. For example
– https://www.pickaweb.co.uk/kb/change-php-version-and-modify-php-settings-with-cpanel/
Or ask your hosting provider to do it for you.
Also check if wp-debug is set to false in the wp-config file
– https://forum.tagdiv.com/requirements-for-newspaper/
It could also be caused by permissions
– https://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
if the problem remains we could take a look at it, please send us an email at contact@tagdiv.com and provide admin login as well as cPanel if possible. Could be a different server configuration issue. Include a link to this topic in then email.
Thanks
Hi,
Sorry for the delay, we try to reply in all topics as soon as possible, within the allocated support hours.
Also note that writing multiple times in the same topic only delays the answer. In order to get a fast response, please write once and wait for an answer. We answer from oldest to newest so if you keep posting, your post is moved to fresher ones thus receiving the answer later until we answer all posts before your last reply.
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that this is not a plugin conflict, deactivate all non theme plugins, clear all cache and check to see if this is still happen.
If there is still a problem please provide some more details and some more screenshots.
Thank you!
Hi,
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Also please check all the documentation from here -> https://www.screencast.com/t/Gt6xcJm4 -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Also please check our posts from blog were we show the last news -> https://tagdiv.com/category/blog/
For tagDiv Composer builder please make sure that you have it activate -> https://www.screencast.com/t/ht7fRg11zNy and note that this is not a builder for posts, only for pages and templates from tagDiv Cloud Library , for edit with tagDiv Composer a page you can hover the page and click on -> https://www.screencast.com/t/mB7byFuEm or open the page and click on -> https://www.screencast.com/t/3mf59Yow -> https://www.screencast.com/t/3vyXzJVMF6e
Thank you!
Hi,
If you want to have a good speed on mobile device please use the mobile theme -> https://forum.tagdiv.com/the-mobile-theme/
Also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
You should follow our useful guide in that case from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Wordpress.com Support-> https://en.support.wordpress.com/plugins/
Thanks for your understanding!
Hi,
In most cases 500 errors are caused by low WP-memory. As plugins are installed the memory will eventually get exhausted, most hosting providers are limiting it to 40M by default.
We recommend a value of 256M which would be decent for most websites. Check what is the value of the WP-memory in the theme system status panel. If needed increase it, or ask the hosting provider to increase it for you if possible
– https://forum.tagdiv.com/requirements-for-newspaper/
Check the other parameters mentioned in the guide as well.
Thank you for your understanding!
Hi,
This is the theme requirements guide – https://forum.tagdiv.com/requirements-for-newspaper/
Please check the requirements guide carefully and if needed increase the parameters mentioned in it, or ask your hosting provider to do it for you if possible.
That message you are receiving could be caused by a low max upload size value, like in this similar topic
– https://wordpress.org/support/topic/the-link-you-followed-has-expired/
Hope this helps and let us know how it goes!
I’m here to assist you!
Thanks.
Hi,
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Also please make sure that you do not have any plugins that provide this problem, please deactivate all non theme plugins, clear all cache and try again to see if the problem is still there.
Also the theme lazyload has been modified in version 9.2, could have been a caching issue. We recommend to clear all caches after updating from an older version to a newer version -> https://www.screencast.com/t/GhxXZ9lnqx
Thank you for your understanding!
Hi,
Also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Thank you for your understanding!
Hi,
First please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
Also please make sure that you do not have any plugins that provide this problem, please deactivate all non theme plugins, clear all cache and try again to see if the problem is still there.
How to Fix the Error Establishing a Database Connection in WordPress
-> https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/
-> https://websitesetup.org/error-establishing-a-database-connection/
-> https://premium.wpmudev.org/blog/repairing-corrupted-broken-missing-files-databases-wordpress/
Thank you for your understanding!
Hi,
First please make sure that this is not a plugin conflict, deactivate all non theme plugins, clear all cache and check to see if this is still happen.
Please make sure that there is not a plugin conflict, and all theme requirements are set like in our documentation https://forum.tagdiv.com/requirements-for-newspaper/
Also I think that this problems can appear from a low connection to the internet, the lazy-load have set a time to be load, if theme can not be load in that time will not appear, so in order to avoid this please disable the lazy load from theme panel -> https://www.screencast.com/t/GhxXZ9lnqx and if you are using some plugins that have lazy load, disable that option from those plugins too.
Hope this will help you!
Thanks.
Hi,
So this happens only when activating the revolution slider plugin? Try deleting it and reinstall it. Maybe the requirements of the plugin are not met
– https://www.themepunch.com/revslider-se-doc/requirements-and-recommendations/
Try increasing the memory to 256M if possible – https://forum.tagdiv.com/requirements-for-newspaper/
Also try and use this version, the latest version has some issues with Gutenberg
– http://cdn.tagdiv.com/wp-content/uploads/2019/02/revslider-1.zip
Thanks