treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] problems with anythingslider

  • Hi, im not new to anythingslider, but i am new to having problems with it. I have successfully implemented it on several sites, but this one for some reason I am having problems with it rendering properly. I have checked and re-checked all my links to javascript and css files, no problems there, and i even downloaded a local copy of jquery to my computer - nothing. I am running out of ideas and I am turning to those who are smarter than me. The website is live, www.phonesystemadvisor.com

    the slider is on the homepage.

    relevant css files are as follows: www.phonesystemadvisor.com/css/theme-metallic.css www.phonesystemadvisor.com/css/homepage.css

    my main css file, while it doesnt link to anything relevant to the slider, may have something in it that is preventing it from working. the url for that is

    www.phonesystemadvisor.com/css/articles.css

    I have all the proper javascript files and haven't edited or changed them at all.

    Any help would be greatly appreciated. Thanks!

  •   <script type="text/javascript" src="javascript/jquery.anythingslider.js"></script>
      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
    

    You have to load jQuery before jquery.anythingslider.js, hope that fixes it :)

    Ugh, I fail at getting the html to work but you know what I mean.

  • Hi bossythecow1924!

    It is as CrocoDillon says, load jQuery first.

    Also, IE might choke on this trailing comma, so just remove it ;)

      hashTags : false,});
    
  • jiminy cricket, are you kidding me??!!!??? wow, thank you very much guys. I can't believe that's all it was. I probably should have tried messing with the order of things a long time ago.

    Again, thanks for the help.