Newspaper 9.7.3 website destroyed

Posted in: Newspaper
Post count: 61

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.

Post count: 13

I have the same problem.

It seems like I can’t update the “tagDiv Composer”

Please help – website is worthless now 🙁

Best
Bo

Post count: 13

Tried to do it manually without any luck.

Post count: 61

We are waiting for developers to understand what to do …

Post count: 5

Add us to the list. Plugins did not automatically update. Attempting to manually update made things worse. Attempting a backup now. Hopefully, this gets fixed soon.

Post count: 26

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.
Post count: 26

Look at the Functions.php, if you use it on Child-Ordner. The last Number has changes in the Header. Replace the Child Functions.php

add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 1001);

I hope thats helpful

  • This reply was modified 7 years by Netz.
Post count: 23

Shitty update, I downgrade to 9.7.2…

You guys create a serious problem with the Tag Div Composer…

Post count: 4

How do I do that?

Post count: 31

Add me to the list, my website is completely messed up since the update. Does anyone know how to roll it back to the previous version? I foolishly didn’t backup the site before updating it.

Post count: 17

Hi Netz, thank you very much … it works now my website is back to normal again

Post count: 20

Disable child theme to solve this problem

Post count: 8

I have same problem!

Post count: 83

Even change the 1001 to 11 still child theme does not work…

Post count: 23

You need a backup and restore with FTP the theme and the plug ins 😉

Post count: 83

Cloud Library does not initiate with Child theme even you do the 1001 to 11 change…

Post count: 200

Same here, updated everything and boom every little thing was completely broken, did not have time to investigate it more, what may have caused it. but updates should not work that way anyway. So I restored everything from morning backup.

Post count: 35449

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 !

Post count: 23

I got problems without Child Theme… It’s the first time I get so much problems with your theme update…

Post count: 23

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…

Post count: 35449

Hi @sentiersduphoenix,

Please provide some more details about the problems that you have facing using the last theme update.

Sorry for the inconvenience!

Post count: 23

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…

Post count: 35449

Hi,

This problem can appear if you have the WpBakery, please make a test deactivate the WpBakery clear all cache and try again.

Thank you!

Viewing 23 posts - 1 through 23 (of 23 total)
You must be logged in to reply to this topic.