• Resolved abacoin

    (@abacoin)


    Hi
    In Studen Dashboard i have this error:
    Uncaught Error: Syntax error, unrecognized expression: .
    at HTMLDocument.<anonymous> (tutor-course-builder.js?ver=1.9.11:1)

    What can i do to FIX IT?
    THanks Advance

Viewing 1 replies (of 1 total)
  • Hello

    Please go to wp-content/plugins/tutor/assets/react/course-builder/index.js file and replace the whole code with this bellow code:

    window.jQuery(document).ready(function($) {
        $('.tutor-certificate-template-tab [data-tutor-tab-target]').click(function(){
            $(this).addClass('is-active').siblings().removeClass('is-active');
            $('#'+$(this).data('tutor-tab-target')).show().siblings().hide();
        });
    });

    Kind Regards.

Viewing 1 replies (of 1 total)

The topic ‘Uncaught Error: Syntax error, unrecognized expression: .’ is closed to new replies.