Reply To: Delay on hover over menu item

Home Forums Support Delay on hover over menu item Reply To: Delay on hover over menu item

Home Forums Support Delay on hover over menu item Reply To: Delay on hover over menu item

#193704
Marco

Hi Tom,

same issue here but the code doesn’t work for me, i think.

plugins/generate-simple-php/custom.php

<?php
/**
 * All of your custom PHP can go in this file below this commented area
 * Caution: Be sure to have access to your server via File Manager or FTP in case an error occurs
 * Happy editing!
 */

add_action( 'wp_print_scripts', 'generate_dequeue_scripts', 1 );
function generate_dequeue_scripts() {
	wp_dequeue_script( 'hoverIntent' );
}

But the delay is still there, set to 500.

Best,
Marco