Enqueue custom styles.
-
If WP_DEBUG is set to true in the wp-config.php file, it creates an error message with the theme.
Our fix, edit the function.php so that
wp_add_inline_style( 'bfastmag-style', bfastmag_inline_style() );becomesbfastmag_inline_style();then save.
You must be logged in to reply to this topic.
