Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript easy slider plugin not working

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27785
    magicmike06
    Member

    ok so i feel like a bit of a moron, but i cant seem to get the easy slider to work for me. I’m not sure what its deal is but jquery is loading the css file is loading yet its still not working. the site is maddesignskillz.com. any ideas what im doing wrong?

    #70362
    magicmike06
    Member

    yea but do u have any idea why. ive checked the link and im at a blank

    #70364
    TheDoc
    Member

    <script type="/wp-content/themes/starkers-html5/text/javascript" src="js/jquery.js"></script>
    <script type="/wp-content/themes/starkers-html5/text/javascript" src="js/easySlider1.7.js"></script>

    These are not proper links. They should be:

    <script type="text/javascript" src="/wp-content/themes/starkers-html5/js/jquery.js"></script>
    <script type="text/javascript" src="/wp-content/themes/starkers-html5/js/easySlider1.7.js"></script>

    You’ve probably got your little wordpress tag in the wrong spot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.