Slider Transition Effect

Discussion in 'Harrington- A WordPress Business Theme.' started by sotb0rlando, Mar 11, 2014.

  1. sotb0rlando

    sotb0rlando Member

    Joined:
    Dec 9, 2012
    Messages:
    76
    Likes Received:
    1
    Location:
    Orlando
    Hello,

    I followed the advice of another post for a different template to change the transition effect for the slider by changing the custom.js transition field. however this caused my slide show to move to the right. How can I get the slideshow to line up correctly with the fade effect? Please see attached shot for example.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .slider_container li{
    margin-left:0;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. Piyush

    Piyush Support Staff

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

    Go to js > custom.js present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]


    After that paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sy-slide {
    margin-left: 0px;
    }
    .sy-slide > a > img {
    height: 495px;
    }
    
    This will solve your issue.
     

Share This Page