I created this html page:
http://kie2o5brie.thelostmenu.com/
and converted it to this wordpress theme:
http://prie5pledr.thelostmenu.com/
But the slideshow does not work. I cannot find the reason? It is really frustrating.
Thanks.
I created this html page:
http://kie2o5brie.thelostmenu.com/
and converted it to this wordpress theme:
http://prie5pledr.thelostmenu.com/
But the slideshow does not work. I cannot find the reason? It is really frustrating.
Thanks.
Well, you are loading two different versions of jQuery and looks like you are using the '$' alias. So pick a jQuery version, first. Second, you can't use the '$' in WordPress. Because a number of different libraries use the same '$' alias, WordPress loads jQuery in no conflict mode. Instead of '$', use 'jQuery'. You can also 'wrap' your code if you really must use the '$' alias.
Thanks for the help. I did not realize that wp_head() was installing its own version of jquery.
This topic has been closed to new replies.