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?
Thanks
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
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!