Demo content not rendering

Posted in: Newspaper
Post count: 6

Upgraded Newspaper to 9.7.3 | Running Child Theme 9.2
Default Demo with content is installed, however the site is not rendering correctly as if the css is not applied.
How can I fix this?

http://prntscr.com/nwe113

Thanks

Post count: 6

Edited the functions.php in child theme and everything is back to normal.

Post count: 45

I did it too.

The difference is in functions.php, line 22

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

new code
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 11);

But I’m still having some problems.
The theme does not recognize the tagdiv composer in posts (single) and they appear like this:
https://www.screencast.com/t/mKCr75Rr

Post count: 23312

Hi cahpolli,

Switch to the main theme from Child Theme, if you are using some untested plugins, disable all of them, clear all the caches, purge CDN files and check the results.

Hope this helps and let us know!

Thanks.

Post count: 45

Hi Catalin!

I did all that and unfortunately, it is still not working for me.

Thanks

Post count: 35449

Hi,

Regarding the issue, note that the old API plugin will not work anymore. You can use the new creative plugin for this purpose – https://forum.tagdiv.com/developer-info/

After the 9.7 update many of the theme files were moved in the tagDiv composer, due to the new Envato requirements
https://tagdiv.com/updating-the-core-of-tagdiv-themes/
As a consequence the child theme is quite limited now, only a few theme files can still be used in it ( functions.php and style.css ).

Also please make sure that you do not overwrite the theme when you make the update, please delete the current theme and only after that install the new version of theme.

Please make sure that all the settings are as in our requirements, please follow the guide carefully
https://tagdiv.com/newspaper-theme-requirements/
and please increase all requirements that are lower, and follow all steps.

Also please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Thank you for your understanding!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.