Jump to content

Is possible enable bx-pager in homepage slider


yard

Recommended Posts

Hello

I need have bx-pager in my slider. Is possible enable it?

That as is on page:

2017-10-20_22-18-57.png

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 by yard (see edit history)
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...