- This topic has 2 replies, 2 contibutors, and was last updated 8 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Question
Answers
Viewing 3 posts - 1 through 3 (of 3 total)
- The question ‘404 error issue’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › 404 error issue
the social learner them is creating a HUGHE amount of 404 errors in our log see attached image. It appears to have to do with the following /wp-content/themes/social-learner/learndash/learndash_template_style.css
Please advise.
Hi @nvwa
You can use following function inside your child theme functions.php
function sl_child_dequeue_styles() {
wp_deregister_style( 'sfwd_template_css' );
}
add_action( 'wp_enqueue_scripts', 'sl_child_dequeue_styles', 9999 );
We will push an update for it within next couple of days
Regards
Thank you I will make the change and report back