• Resolved ledsaja

    (@ledsaja)


    Help, Mobile menu on quark theme is not friendly by default. How to makeenu on mobile is friendly like can make drop down. Mas css php and js is not pro.
    Plesae how tutor to make drop down menu. See www.ads-software.com menu is cool if i open on mobile. But quork not cool only for mobile menu.

Viewing 1 replies (of 1 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    You can either edit functions.php and remove the comments from the beginning of the following lines (approx line 456 & 457)

    
    //wp_register_script( 'small-menu', trailingslashit( get_template_directory_uri() ) . 'js/small-menu.js', array( 'jquery' ), '20130130', true );
    //wp_enqueue_script( 'small-menu' );
    

    Or if you’re using a child theme, simply add the following lines where you are enqueueing your scripts in your own functions.php file.

    
    wp_register_script( 'small-menu', trailingslashit( get_template_directory_uri() ) . 'js/small-menu.js', array( 'jquery' ), '20130130', true );
    wp_enqueue_script( 'small-menu' );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Menu’ is closed to new replies.