JOANNA S

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: JavaScript Conflicts Causing Resizing Issues #1299821
    JOANNA S
    Participant

    Unfortunately, the script is still enqueued after using this. Any further suggestions?

    in reply to: JavaScript Conflicts Causing Resizing Issues #1298910
    JOANNA S
    Participant

    Hi Shelby,

    I’ve attempted dequeuing using the suggested hook, but the file is still present.

    Can you please confirm if this hook is still valid?

    function tribe_dequeue_script() {
       wp_dequeue_script( 'tribe-events-jquery-resize' );
    }
    add_action( 'wp_print_scripts', 'tribe_dequeue_script', 100 );
    in reply to: JavaScript Conflicts Causing Resizing Issues #1298264
    JOANNA S
    Participant

    Thanks Shelby.

    Unfortunately, this does not target the file causing the conflict. Could you please provide the dequeue hook for jquery.ba-resize.js and I will add this to functions.php directly.

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