Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #60026
    @nvwa

    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.

    Answers

    #60091
    @vapvarun

    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

    #60110
    @nvwa

    Thank you I will make the change and report back

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘404 error issue’ is closed to new replies.