SaleJunction Slider Not Working

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by philiptroy, Nov 12, 2013.

Thread Status:
Not open for further replies.
  1. philiptroy

    philiptroy Guest

    Joined:
    Oct 17, 2013
    Messages:
    16
    Likes Received:
    0
    Hi,
    I recently changed the slider settings files: custom.js and jquery.slitslider.js to reduce the slider speed. All I changed was the speed from7000 to 9000 and animation duration to 900. I saved this and then proceeded to the jquery.slitslider.js where I changed the time interval also. My slider is now not working - Only displaying the last slide. And it's displaying the last slide as the first slide??? I tried uploading the originals back but this doesn't fix the problem.
    my website is www.tallaghtfuels.ie/wordpress

    Please find below the code I changed;

    Thanks.

    custom.js
    jQuery.noConflict();
    jQuery("document").ready(function(){
    jQuery('.flexslider').flexslider({
    animation: "fade", //String: Select your animation type, "fade" or "slide"
    slideDirection: "horizontal", //String: Select the sliding direction, "horizontal" or "vertical"
    slideshow: false, //Boolean: Animate slider automatically
    slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds
    animationDuration: 600, //Integer: Set the speed of animations, in milliseconds
    smoothHeight: true, //Boolean: Animate the height of the slider smoothly for slides of varying height.
    directionNav: true, //Boolean: Create navigation for previous/next navigation? (true/false)
    controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls


    jquery.slitslider.js
    $.Slitslider.defaults = {
    // transitions speed
    speed : 600,
    // if true the item's slices will also animate the opacity value
    optOpacity : false,
    // amount (%) to translate both slices - adjust as necessary
    translateFactor : 230,
    // maximum possible angle
    maxAngle : 25,
    // maximum possible scale
    maxScale : 5,
    // slideshow on / off
    autoplay : true,
    // keyboard navigation
    keyboard : true,
    // time between transitions
    interval : 7000,
    // callbacks
    onBeforeChange : function( slide, idx ) { return false; },
    onAfterChange : function( slide, idx ) { return false; }
    };
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    I think you have done something wrong by mistake while customizing the theme,
    Please download the fresh copy of the Theme from the members area (http://inkthemes.com/members/member)
    and, upload and activate it in your dashboard.

    Follow the link given below for reference.
    http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/

    To change the speed of slider,
    Go to Js directory > jquery.slitslider.js file present in your theme directory and adjust the value of "interval", by increasing its value the slider speed decreases and by decreasing its value the slider speed increases.

    See the link for reference.
    http://content.screencast.com/users...b6-4878-b2e2-c1ca8f8e9290/2013-11-12_1750.png
     
  3. philiptroy

    philiptroy Guest

    Joined:
    Oct 17, 2013
    Messages:
    16
    Likes Received:
    0
    That Worked - Thanks a mill. :)
     
Thread Status:
Not open for further replies.

Share This Page