Jump to content

Prestashop slider dont loop


INFOIT

Recommended Posts

Hy

I have installed latest 1.6.1.5  and the prestashop home slider wont loop pictures.

I follow the steps for full-width-homeslider and it works but the pictures dont slide.

 

In homeslider.js is writed that loop is ok 

 

$(document).ready(function(){
 
if (typeof(homeslider_speed) == 'undefined')
homeslider_speed = 500;
if (typeof(homeslider_pause) == 'undefined')
homeslider_pause = 3000;
if (typeof(homeslider_loop) == 'undefined')
homeslider_loop = true;
    if (typeof(homeslider_width) == 'undefined')
        homeslider_width = 1170;
 
 
if (!!$.prototype.bxSlider)
$('#homeslider').bxSlider({
useCSS: false,
maxSlides: 3,
slideWidth: homeslider_width,
infiniteLoop: homeslider_loop,
hideControlOnEnd: true,
pager: false,
autoHover: true,
auto: homeslider_loop,
speed: parseInt(homeslider_speed),
pause: homeslider_pause,
controls: true
});
 

 

 

 

http://top-zabava.com/si/

 

Any idea?

 

Thank you

 

Tadej

Link to comment
Share on other sites

There seems some javascript errors occurring on your page. I guess this might be affected the slider.

You can use browser debugger tool to see those errors. Press F12 key to start debugger tool and then go to Console tab

 

 

ads?client=ca-pub-2111458626265714&format=1200x90&output=html&h=90&slotname=9700216781&adk=20660818…:1 GET https://encrypted-tbn2.gstatic.com/favicon?q=tbn:ANd9GcS2p--Ye1jLcVzGgj2YNI…Pp_Dvppn0ra8v_w8dtMeKpc7dO0uTGzaQojj4BnBpoCj6Wp3Pg4U-3uiVbkh__4obxEWZiRa8k 404 ()
ping?client_id=334341610034299&domain=top-zabava.com&origin=1&redirect_uri=http%3A%2F%2Fstaticxx.fa…:1 Application Error: There was a problem getting data for the application you requested. The application may not be valid, or there may be a temporary glitch. Please try again later.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...