yard Posted October 20, 2017 Share Posted October 20, 2017 (edited) Hello I need have bx-pager in my slider. Is possible enable it? That as is on page: my page is https://autoair.sk/ theme is default bootstrap theme my code changes: /themes/default-bootstrap/js/modules/homeslider/js if (!!$.prototype.bxSlider) $('#homeslider').bxSlider({ useCSS: false, maxSlides: 1, slideWidth: homeslider_width, infiniteLoop: homeslider_loop, hideControlOnEnd: true, pager: false, autoHover: true, auto: homeslider_loop, speed: parseInt(homeslider_speed), pause: homeslider_pause, controls: false, /* vypnutie ovládacích šípiek*/ pager: true /*ovládacie bodky popod slides*/ }); }); controls are disabled pager is enabled, but is no visible I was used this manual: https://bxslider.com/options/ thx Edited October 20, 2017 by yard (see edit history) 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