Viewing 2 replies - 1 through 2 (of 2 total)
  • Please try to edit functions.php in Alchem.
    Find
    wp_enqueue_script( 'alchem-bootstrap', get_template_directory_uri() . '/plugins/bootstrap/js/bootstrap.js' );

    Then change the code to:
    wp_enqueue_script( 'bootstrap', get_template_directory_uri() . '/plugins/bootstrap/js/bootstrap.js' , array( 'jquery' ), null, true);

    Thread Starter ONENIK

    (@onenik)

    Thanks for help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Alhem theme – don't work modal’ is closed to new replies.