Home › Forums › Webzine WordPress Theme › Changing Brickslider speed?
- This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by
SeaTheme.
- AuthorPosts
- October 5, 2013 at 9:29 am #1081
contenticom
ParticipantHello,
For one of my clients I builded up the Webzine theme with the brickslider. I want to slow down the speed of the Brickslider. how can I manage that?
The options below are only for the nivoslider.
Thank you
October 6, 2013 at 2:53 am #1087Hi
You could try to change the jquery.slide.brick.js in js folder.
Best
October 23, 2013 at 10:05 am #1261contenticom
ParticipantHello,
I changed the speed, but I still have a problem with the slider. Not every slide shows op. He does 2-4-6-8, but he as to do 1-2-3–4-5-6-7-8.
After one minute he speeds up the slides and all slides are mixing.
Can you please watch at linadesign.info
Thank you
October 24, 2013 at 3:35 am #1267Hi
Please try to change the jquery.slide.brick.js in js folder. only change the number of
line 75 : timer = setInterval(‘_timer()’, 5000);
and
line 45 : timer = setInterval(‘_timer()’, 5000)If slower
change as:
line 75 : timer = setInterval(‘_timer()’, 10000);
and
line 45 : timer = setInterval(‘_timer()’, 10000)If faster
change as:
line 75 : timer = setInterval(‘_timer()’, 3000);
and
line 45 : timer = setInterval(‘_timer()’, 3000)Make sure other things of jquery.slide.brick.js was not changed.
October 28, 2013 at 9:42 am #1288contenticom
ParticipantI tried that, but it doesn’t resolve the problem. The slider skips slides. Please check it at http://linadesign.info
October 29, 2013 at 3:46 am #1297Hi, I saw that there is 2 jquery.slide.brick.js in your page. Please try to remove the line 130 as the screenshot:http://d.pr/i/ci0p
If it still does not work, please leave your wp-admin and ftp by “Set as private reply”. I’ll login to check
- AuthorPosts
- You must be logged in to reply to this topic.