Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi there! I am using the site for The University of Georgia Small Business Development Center’s BRAND NEW website (www.testgeorgiasbdc.org). Everyone loves the layout. The theme is beautiful. However, we need for the slider to have options for speed. It’s entirely too fast to read the words. Also, the testimonials feature (shown on the homepage) is also veryyyyyyy fast. I was wondering if there’s anyway you could make these changes by August 1, 2015 which is when our website is set to launch?
Thanks!
Hello,
Sorry for the late reply.
Please go to file main.js and find these lines:
$('.codeless_slider').imagesLoaded(function(){
$loading.css('display', 'none');
codelessSlider = new Swiper('.codeless_slider',{
slidesPerView: slide_per_view,
paginationAsRange: false,
loop: false,
touchRatio: 0.7,
autoplay: 5000,
speed: 800,
edit the speed value to your need.
Best regards!
You must be logged in to reply to this topic.