• Hello,

    Just installed Front Slider 2.2 and it is not working. Checking Firebug I can see that there are a couple of issues:

    1. “NetworkError: 404 Not Found – http://www.driveways-resin-bonded.co.uk/wp-content/plugins/front-slider/scripts/slider.js?ver=1.3”

    I cannot see where this is defined. The only ref I can find is in front.php lines 20-22:

    if ( !is_admin() ) {
    wp_register_script(‘jquery.slider’, WP_PLUGIN_URL . ‘/front-slider/scripts/slider.js’, array(‘jquery’), ‘1.3’ );
    wp_enqueue_script(‘jquery.slider’);

    2. “$ is not a function
    [Break On This Error] $(‘slideshow’).style.display=’none’; “

    I would like to get this working so any help would be just great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • //$(“slideshow”).style.display=”none”;
    $(“slideshow”).css(“display”,”none”);
    //$(“image-wrapper”).style.display=”block”;
    $(“image-wrapper”).css(“display”,”block”);

    Better use the last version of Front Slider – actually 2.4

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Front Slider 2.2 not working – Script..slider.js?ver=1.3 404’ is closed to new replies.