How to Adjust speed for Portfolio Gallery? Too fast.

  • Posted in : Responsy
  • annschoew
    Participant

    I’d like to adjust the speed for Portfolio Galleries. The images move too fast to digest. Also, how can I have the image stop scrolling with the curser hovering on the image, so a client may study an image?

    ahmetsali
    Keymaster

    Hi,

    1-) you can change slider waiting times from; “Theme Settings > Home > Tagline/Slider > Slide Waiting time” .
    2-) Currently slider only pauses when user interacted with slider ( prev-next links or thumbs ). To make slider pause on hover, edit main.js in a text editor and find these codes about line: 153;

    $slider.addClass('ready').flexslider({
    					  animation: "slide",
    

    and replace it with that code, (actually adding one extra parameter “pauseOnHover: true,”);

    $slider.addClass('ready').flexslider({
    					  pauseOnHover: true,
    					  animation: "slide",
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy’ is closed to new topics and replies.