- This topic has 1 reply, 2 voices, and was last updated 8 years ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- November 25, 2016 at 11:33 pm #1223sh_ustParticipant
I want to know that how can i change the image sliding time..
December 23, 2016 at 8:33 pm #1468HashKeymasterHi,
To change the sliding time, you need to edit js/hashone-custom.js file
The code you need to modify is
if($('#hs-bx-slider .hs-slide').length > 0){ $('#hs-bx-slider').bxSlider({ 'pager': false, 'auto' : true, 'mode' : 'fade', 'pause' : 6000, }); }
Increase the value of 6000
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.