CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
prettyPhoto/lightbox for Wordpress
chrisburton
Permalink to comment
#
February 2011
Solved
clokey2k
Permalink to comment
#
February 2011
jquery is loaded
after
the plugin is loaded, which destroys the original jQuery objects. You also load 2 copies of jquery.
Also the link to the prettyPhoto js is not valid (Loads a 404). Try an absolute path, or use the 'theme_url' constant in Wordpress.
chrisburton
Permalink to comment
#
February 2011
Thanks
@clokey2k
. I rearranged it correctly and used google's jquery api. Simple mistake.
Add a Comment
Also the link to the prettyPhoto js is not valid (Loads a 404). Try an absolute path, or use the 'theme_url' constant in Wordpress.