• In editor a missing file rife-free/js/flickity.pkgd.min.js?ver=2.0.9 causes a 404 not found error.

    The missing file is registered in rife-free/advance/head-scripts-styles.php line 51

    //flickity
    wp_register_script( 'flickity', get_theme_file_uri( 'js/flickity.pkgd.min.js' ), array('jquery'), '2.0.9', true);
    

    and later added to script dependencies in certain cases (e.g. in Raven design import Home) in line 94

    //flickity needed
    $flickity_themes = array('scroller', 'scroller-parallax');
    if( ( $album || $work ) && in_array($apollo13framework_a13->get_meta( '_theme' ), $flickity_themes)){
        $script_depends[] = 'flickity';
    }

    Rife Free 2.4.16, WordPress 6.1.1

Viewing 1 replies (of 1 total)
  • Theme Author apollo13themes

    (@apollo13themes)

    Hello 🙂

    Thanks for that. I will look into it, as these are files used in the Rife Pro.

    With kind regards.
    Air.

Viewing 1 replies (of 1 total)

The topic ‘Bug, file flickity.pkgd.min.js missing’ is closed to new replies.