The website is not loading at all – https://www.screencast.com/t/B9A5retNiRj9
Please reinstall the theme properly – https://forum.tagdiv.com/how-to-update-the-theme-2/
Reinstall the version you were using or download the latest theme version. If you install the latest theme version update the theme plugins as well.
Check the theme requirements and system status recommended values
– https://forum.tagdiv.com/requirements-for-newspaper/
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources if needed. Let us know if there still is a problem.
The articles are saved in the server database, they will not be removed when the theme is updated/reinstalled/switched/deleted.
So reinstall the theme, do not make any code modifications to the theme files. There should not be any problem. Check the guide and install by FTP if possible.
i updated the theme via them forest plug in but site is real slow with dash board is too slow and while adding to google adscence code to theam header its not saving ! this is the header.php file’s code: <!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap” class=”td-theme-wrap”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
I have inspected the website again, for me it is loading properly
– https://www.screencast.com/t/gEy7ZTAd
– https://www.screencast.com/t/gR3ZwHzTMtS
– https://www.screencast.com/t/l4OuIfyoJlI
Do not make any modifications to the them files, maybe that is what is causing the issues. If you want to add Adsense code to the header, you could add it in the theme panel analytics section. That will add it between the head tags.
The error message that you are getting is happening for other users as well
– https://wordpress.org/support/topic/cant-edit-main-theme-php-files-after-upgrading-to-4-9/
