I just had a huge issue with my customers site today. The wp-admin page was completely blank. I had to manually FTP over all the theme files also including the JS Composer Plugin which I think was causing the issue.
Now the Theme Menu items does not have the button style dropdown option and it is not reading the Child Theme CSS file.
Your WP Core was likely updated by your hosting provider. You need to update the Child Theme Code and use the wp_enqueue method instead of @import in the Child Theme .
I just had a huge issue with my customers site today. The wp-admin page was completely blank. I had to manually FTP over all the theme files also including the JS Composer Plugin which I think was causing the issue.
Now the Theme Menu items does not have the button style dropdown option and it is not reading the Child Theme CSS file.
Thank you,
Brad
Hey Again,
Your WP Core was likely updated by your hosting provider. You need to update the Child Theme Code and use the wp_enqueue method instead of @import in the Child Theme .
And as for the Menu Button Style. Please see: WP 4.7 Bug | Menu Item Style not showing in Menu Options in WP Dashboard .
Best.
ThemeNectar Support Team
Add this to the Child Theme functions.php and remove the @import Line in Child Theme Style.css :
ThemeNectar Support Team