bxslider not working, images all lined up vertically

Dinis Figueira

First of all I'm a newbie at Javascript/JQuery I'm trying to make a bxslider. I'm not being able to work with it, I did all the steps from bxslider website and still can't, been searching and nothing. Instead of working, it's just working as a normal ul, showing all photos vertically.

The libraries

 <!-- jQuery library (served from Google) -->
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
        <!-- bxSlider Javascript file -->
        <script language="javascript" src="css/libraries/jqueryBxslider/jquery.bxslider.js" ></script>
        <!-- bxSlider CSS file -->
        <link href="css/libraries/jqueryBxslider/jquery.bxslider.css" rel="stylesheet" type="javascript">

The ul that contains the photos.

 <div class="container">
        <ul id="slider">
            <li><img src="css/libraries/images/test1.PNG"/></li>
            <li><img src="css/libraries/images/test2.PNG"/></li>
        </ul>
    </div>

Code at my javascript file.

$(document).ready(function() {
    $('#slider').bxSlider({
        auto: true,
        autoControls: true
    });
});

Thank you.

Dinis Figueira

So the answer was to make a before the where it contained the JQuery code.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Align images vertically in jquery bxslider plugin

From Dev

bxslider is not working, it just arranges the images

From Dev

Button and Dash not lined up

From Dev

How to overlay zoom icons over images and always keep them lined up perfectly?

From Dev

How to overlay zoom icons over images and always keep them lined up perfectly?

From Dev

bxslider images with different widths

From Dev

bxslider images with different widths

From Dev

Not all images open up as a pop-up

From Dev

Why Bxslider is not working

From Dev

bxslider javascript slider not working

From Dev

Colorbox with bxslider not working

From Dev

Links on BxSlider Firefox not working

From Dev

Resizing images in jquery not working on all images

From Dev

Flexbox in Firefox: Items are not lined up properly

From Dev

Issue with jQuery bxslider: ALL images are visible when sliding/animating on Firefox Mobile

From Dev

Vertically center multi-lined text in div with a tag

From Dev

Generate thumbnail images dynamically into bxslider

From Dev

bxSlider Images Custom Height and Width

From Dev

No arrow on images when using bxslider

From Dev

bxSlider Images Custom Height and Width

From Dev

Generate thumbnail images dynamically into bxslider

From Dev

bxslider: half my images are not showing

From Dev

Why are not all images showing up in this slider?

From Dev

Image carousel slider not working bxSlider

From Dev

Bootstrap Carousel not Working (showing all images at once)

From Dev

Android:ScaleType="fitXY" not working for all images

From Dev

Arrows in CSS menu are not lined up properly, when they are floated

From Dev

Getting a footer link to the right and lined up with text that is on the left side

From Dev

Two <li> are not lined up properly even tho they are the same width

Related Related

  1. 1

    Align images vertically in jquery bxslider plugin

  2. 2

    bxslider is not working, it just arranges the images

  3. 3

    Button and Dash not lined up

  4. 4

    How to overlay zoom icons over images and always keep them lined up perfectly?

  5. 5

    How to overlay zoom icons over images and always keep them lined up perfectly?

  6. 6

    bxslider images with different widths

  7. 7

    bxslider images with different widths

  8. 8

    Not all images open up as a pop-up

  9. 9

    Why Bxslider is not working

  10. 10

    bxslider javascript slider not working

  11. 11

    Colorbox with bxslider not working

  12. 12

    Links on BxSlider Firefox not working

  13. 13

    Resizing images in jquery not working on all images

  14. 14

    Flexbox in Firefox: Items are not lined up properly

  15. 15

    Issue with jQuery bxslider: ALL images are visible when sliding/animating on Firefox Mobile

  16. 16

    Vertically center multi-lined text in div with a tag

  17. 17

    Generate thumbnail images dynamically into bxslider

  18. 18

    bxSlider Images Custom Height and Width

  19. 19

    No arrow on images when using bxslider

  20. 20

    bxSlider Images Custom Height and Width

  21. 21

    Generate thumbnail images dynamically into bxslider

  22. 22

    bxslider: half my images are not showing

  23. 23

    Why are not all images showing up in this slider?

  24. 24

    Image carousel slider not working bxSlider

  25. 25

    Bootstrap Carousel not Working (showing all images at once)

  26. 26

    Android:ScaleType="fitXY" not working for all images

  27. 27

    Arrows in CSS menu are not lined up properly, when they are floated

  28. 28

    Getting a footer link to the right and lined up with text that is on the left side

  29. 29

    Two <li> are not lined up properly even tho they are the same width

HotTag

Archive