• Your plugin showing JS error.

    GET
    http://vdp-brand.test/wp-content/plugins/bh-custom-preloader/assets/js/scripts.js?ver=54895
    wp_enqueue_script( 'bh-preloader', BH_CUSTOM_PRELOADER_WORDPRESS . '/assets/js/scripts.js', array('jquery'), '54895', true );

    The file scripts.js doesn’t exist, and also the URL is not valid.

    wp_enqueue_script( 'bh-preloader', BH_CUSTOM_PRELOADER_WORDPRESS . 'options/assets/js/scripts.js', array('jquery'), '54895', true );

    I hope you will link it to the proper JS file.

The topic ‘JS file does not exist’ is closed to new replies.