• Hello,
    I have the problem mentioned in the FAQ about “guess is undefined”, disabling all plugins I found that the problem is with my theme, I use the “Eduma” theme.
    How can I fix this conflict?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Deepen

    (@j_3rk)

    @craice

    Try adding following script in your functions.php file in theme and see if it fixes.

    function project_dequeue_scripts() {
    	wp_dequeue_script( 'video-conferencing-with-zoom-api-moment' );
    wp_dequeue_script('video-conferencing-with-zoom-api-moment-locales');
    	wp_dequeue_script( 'video-conferencing-with-zoom-api-moment-timezone' );
    }
    add_action( 'wp_print_styles', 'project_dequeue_scripts' );
    • This reply was modified 3 years, 10 months ago by Deepen.
    • This reply was modified 3 years, 10 months ago by Deepen.
    Thread Starter craice

    (@craice)

    Nothing = /

    consulting the console, it loads nothing but the plugin scripts, with the name “moment”.

    I tried to remove the calls from moments directly in the plugin (“includes \ class-zvc-init.php”), but it didn’t work either.

    My theme is for courses, it uses a countdown system to give some information to the student, in addition to an event system, which must be causing the conflict.

    What I did was put a script that changes my theme, only on the details page of the meeting, where the join buttons and the counter are.
    Of course it is not a solution, but at least I am managing to use it and I am sure that the problem is in the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘guess is undefined – moment.js’ is closed to new replies.