I just updated my amazing Newsmag Theme from 4.8 to 4.9 via FTP way and… it’s a drama!
It seems that the backend works fine… and the homepage too…
But the rest of the site has some problems (menu problem, column not shown, Banner Google ADS not shown)! (Screenshot here: https://www.sgommo.it/vari/sgommo_problems.png)
The site is in the Maintenance Mode at the moment!
I have only Newsmag theme installed.
I hope you can help me!
Thanks so much!
Giovanni
I solved by changing in functions.php of my child theme at line 16:
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001);
with:
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 11);
-
This reply was modified 7 years by
calciotime.
-
This reply was modified 7 years by
calciotime.
-
This reply was modified 7 years by
calciotime.
-
This reply was modified 7 years by
calciotime.
Hi,
Please send us an email at contat@tagdiv.com with your log-in information (wp-admin) and leave the latest version of the theme active so I can see the problem. Also, provide the CPanel access for more investigation.
Thank you!
Hello,
I have same problems with the function.php of the Child-Theme after updating to Newsmag 4.9.
I changed the number in 11 too and it works for now.
Without the change it looks like this:
https://screenshots.firefox.com/6bkaoBm01276Djq5/lau-rammstein.de
Hello,
I also noticed that I can’t change the post template and for example the weight of the post title in theme panel.
It keeps the settings for the template that I had before the update to 4.9 and the weight of the title is now the default one.
I deleted the cache and tried different browsers.
Thanks,
Laura
-
This reply was modified 7 years by
Laura.
Tengo problemas con las galerías, no cargan me aparece error al cargar la imagen, por ahora estoy usando la versión 4.7, pienso que es la más estable.
Yes, this is interesting, the file on my server had “1001” but the new download of the child theme packaged with the 4.9 version had “11”. Changing it to 11 fixed the issue.