Hi Daniel-
Thanks for reaching out, and thanks for using the Crio WordPress Theme. I’m sorry to hear about the errors being displayed on your live site.
I’m currently working with the developers to find out how to resolve the actual error, but in the meantime you should disable Debug Display on your website.
To do this, you’ll need to edit your wp-config.php
file. You can use your web host’s file manager in cPanel or FTP. Once you’re editing the file, locate the following line:
/* That's all, stop editing! Happy publishing. */
Just above that line, paste this line:
define( 'WP_DEBUG_DISPLAY', false );
I’ll post another update here in this forum topic once we’ve discovered the cause of the warning itself.