kashifkhan112 Posted July 19, 2012 Share Posted July 19, 2012 I want to enable prev-next indicator. i has found some css: .bx-next { display:none; position:absolute; top:40%; right:-50px; z-index:999; width: 30px; height: 30px; text-indent: -999999px; background: url(gray_next.png) no-repeat 0 -30px; } /*previous button*/ .bx-prev { display:none; position:absolute; top:40%; left:-50px; z-index:999; width: 30px; height: 30px; text-indent: -999999px; background: url(gray_prev.png) no-repeat 0 -30px; } I has removed display:none, but nothing is showing. Can anyone suggest me something. Link to comment Share on other sites More sharing options...
Promokit Posted July 19, 2012 Share Posted July 19, 2012 Try to change "controls: false" to "controls: true" in homeslider.js file 2 Link to comment Share on other sites More sharing options...
kashifkhan112 Posted July 19, 2012 Author Share Posted July 19, 2012 A lot of thanks, it's working now Link to comment Share on other sites More sharing options...
HH Services Limited Posted July 23, 2014 Share Posted July 23, 2014 What if want to move up these buttons so that they appear on top instead of showing up on the bottom left corner? Link to comment Share on other sites More sharing options...
Recommended Posts