1.4.6 how to use bxSlider as a slider in a page ?

vincent3569 Member, Translator
hi
in codeBlock of a page, I have this code

`




$(document).ready(function(){
$('.bxslider').bxSlider({
auto: true,
controls: false
});
});

  • image

  • image

  • image

`
but I am unable to see my slideshow and I can't see any errors.
can you point me on the right direction (you can see the page here : http://dev.vincentbourganel.fr/pages/Test )?
thanks in advance

Comments

  • acrylian Administrator, Developer
    It has not been tried to use the slides within the codeblock at all. Note that you have to use the right paths for the scripts (best use absolute ones with hte appropiate constants).

    If you like to have aslideshow elsewhere you can use one of the slideshows. Both provide macros.
Sign In or Register to comment.