• Hello.

    I installed the bxSlider on worpress, and tried to make it work with this simple short code, typed in a page content:

    
    [slider auto_start=1]
        This is my first slide. I can contain any html you like.
    [next-slide]
        And the shortcode above has made this text be the second slider.
    [next-slide]
        And thus we are now having the third slide of this slider. Below we close the initial shortcode to notify the end 
        of the slider. Simple, isn't it?
    [/slider]
    

    In result, the markup is replaced, as expected, but the slider doesn’t launch. The basic css and js files are correctly linked, and no error appears in the console.

    Do you have any idea on the origin of the problem, or at least, can you tell me how can I debug this ?

  • The topic ‘BxSlider not launching’ is closed to new replies.