SlickNav icon indicating copy to clipboard operation
SlickNav copied to clipboard

Slicknav is not working with wordpress jquery

Open rx-rakib opened this issue 8 years ago • 1 comments

Hi, When the jquery file in my theme folder and it call from directory by this code then it's working. But When i call wordpress jQuery by wp_enqueue_script('jQuery'); from functions.php then it's not working............. How to solve these problem.........?

rx-rakib avatar Jun 15 '17 20:06 rx-rakib

i use this on my Theme and it's working..

`wp_enqueue_script( 'jquery-slicknav', get_template_directory_uri() . '/js/jquery.slicknav.js', array('jquery'), false );

You can check my themes using slicknav >> https://wordpress.org/themes/mahal/

dhimaskirana avatar Jul 08 '17 06:07 dhimaskirana