Hi, after upgrading to version 9.7.3 successfully completed, the site is destroyed in all its graphics as well as being slow, something that has never happened until version 9.7.2.
What should I do?
Marco.
We are waiting for developers to understand what to do …
If u use a Child theme, then look at the the functions.php
<?php
/* ----------------------------------------------------------------------------
Newspaper V9.0+ Child theme - Please do not use this child theme with older versions of Newspaper Theme
What can be overwritten via the child theme:
- everything from /parts folder
- all the loops (loop.php loop-single-1.php) etc
- please read the child theme documentation: http://forum.tagdiv.com/the-child-theme-support-tutorial/
- the rest of the theme has to be modified via the theme api:
http://forum.tagdiv.com/the-theme-api/
*/
/* ----------------------------------------------------------------------------
add the parent style + style.css from this folder
*/
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 11);
function theme_enqueue_styles() {
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION, 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), TD_THEME_VERSION . 'c', 'all' );
}
Look at the number at line 22: and change 1001 to to 11
only if u use the new version of Theme
-
This reply was modified 7 years by
Netz.
Shitty update, I downgrade to 9.7.2…
You guys create a serious problem with the Tag Div Composer…
Hi Netz, thank you very much … it works now my website is back to normal again
You need a backup and restore with FTP the theme and the plug ins đ
Hello !
If you are using child theme, you need to replace the child theme that you are using with the one that came with Newspaper v9.7.3, or you can edit the functions.php from 1001 to 11 and it should work: https://image.prntscr.com/image/LJgOPaseQeWx88hn-pSKGQ.png just make sure that you clear all cache after you make those changes.
If the problem persist with plugin activation, you need to go in Plugins and delete the current theme plugins, after that please go in Newspaper > Plugins and update and activate the plugins from there -> https://www.screencast.com/t/AxzxIUxMgGS
Thank you !
I got problems without Child Theme… It’s the first time I get so much problems with your theme update…
I re testes the update and delete the plugin and re installed it. It doesn’t work at all.. Tagdiv composer seems to make a mess…
Please provide some more details about the problems that you have facing using the last theme update.
Sorry for the inconvenience!
My website isn’t realy broken (hopefully) but I got some trouble with Tag div composer. For instance, my Newsletter section don’t appear correctly the images I put in it. The instagram module doesn’t work anymore. When I open my Home Page in tag div composer some “code” appear (images, sections, etc…).
Hope it will help you to identy the problem…
