Reply To: remove sticky menu in guru

Homepage Community Forums Guru Theme Support remove sticky menu in guru Reply To: remove sticky menu in guru

#18905
Wes
Moderator

    Take a look in your functions file for this –

    wp_enqueue_script( 'guru-global', get_bloginfo( 'stylesheet_directory' ) . '/js/global.js', array( 'jquery' ), '1.0.0' );

    You can comment it out, or remove the code entirely and it should work.