Dear Support,
I’m receiving the following (private section with login creds) errors on my site when debugging is enabled. I’ve searched the content and can’t find anything (like improperly closed styles) that would cause this. Do you have any ideas? Any help would be appreciated. Thanks.
Hey Audica1,
Thank you for the inquiry.
We’re not seeing the errors or notices in the dashboard. Is this occurring on your error logs? What happens when you add the following code to the functions.php file?
add_action( 'wp_enqueue_scripts', function() {
if ( ! wp_style_is( 'avia-layout', 'registered' ) ) {
wp_register_style( 'avia-layout', false );
}
}, 5 );
Make sure to create a site backup before adding the code. If the issue persists, please provide the SFTP login detail in the private field so we can check the issue further.
Best regards,
Ismael
