Remove Slider Animation?

Discussion in 'Harrington- A WordPress Business Theme.' started by lkodsmann, Apr 8, 2015.

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

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    I'd really like to make the slider static (I don't like the pan/zoom on each of the images, it's too busy)... How can I do this?

    Thanks!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Ikodsmann!

    Please follow the screenshot given below.
    harrington_remove_slider_transition_property.png
    Now,paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-slides-crop ul li a img {
      margin-left: -30px;
    }
    Thanks,
    Praveen
     
  3. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    hello, I to would like to remove the kenburns... However my editor looks very different from your screen shot. see attached.

    Thanks
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Ikodsmann!

    We are using "WP-editor" plugin to edit files of theme.
    So, I will recommend you to download and activate this plugin from the link :- https://wordpress.org/plugins/wp-editor/

    After activation this plugin, you will also get the same screen as shown in the screenshot provided earlier.

    Thanks,
    Praveen
     
    jezbellkid likes this.
  5. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
  6. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    This worked great. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page