INFOIT Posted June 5, 2016 Share Posted June 5, 2016 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 More sharing options...
shokinro Posted June 6, 2016 Share Posted June 6, 2016 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 GET http://top-zabava.com/-home_default/.jpg 404 (Not Found) 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 More sharing options...
NemoPS Posted June 6, 2016 Share Posted June 6, 2016 What is supposed to slide? The first image? There is just one image there actually, so it can't slide Link to comment Share on other sites More sharing options...
INFOIT Posted June 6, 2016 Author Share Posted June 6, 2016 Hy, I tested some in meanwhile, so now im fixing 3 pictures and they wont slide..? http://top-zabava.com/si/ Thank you BR Tadej Link to comment Share on other sites More sharing options...
shokinro Posted June 7, 2016 Share Posted June 7, 2016 The slider seems working fine when I checked it right now. I guess you have fixed it? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now