murtaugh / HTML5-Reset-WordPress-Theme

A style-free WordPress theme to get you started with proper HTML5 semantics and structures.
1.1k stars 285 forks source link

Possible Javascript Issues #71

Closed timdonaldson closed 12 years ago

timdonaldson commented 12 years ago

I haven't been able to track down the source of my problems, but I'm assuming it's javascript related.

I've been trying to get multiple image galleries working at http://timdonaldson.com/blogtest/photography/ but I'm not having any luck.

If I switch the site's theme back to the default twentytwelve theme, the slideshows show up fine.

If I use your default reset theme the galleries don't load, so I've been trying to compare twentytwelve with html5 reset, but I can't seem to track down the cause of the issues.

This is the gallery I'm currently trying to work with: http://wordpress.org/extend/plugins/slideshow-gallery/

Any ideas?

timdonaldson commented 12 years ago

Just been checking the Error Consol in Firefox and I've found these 3 relating to jQuery:

Error: jQuery is not defined Source File: http://timdonaldson.com/blogtest/photography/ Line: 150

Error: jQuery is not defined Source File: http://timdonaldson.com/blogtest/wp-includes/js/thickbox/thickbox.js?ver=3.1-20111117 Line: 18

Timestamp: 7/08/12 4:28:02 PM Error: $ is not defined Source File: http://timdonaldson.com/blogtest/wp-content/themes/reset-theme/_/js/functions.js Line: 6

I've been trying to debug it with this article but I'm not getting anywhere: http://jquerybyexample.blogspot.com/2012/03/various-reasons-and-solutions-of-jquery.html

timdonaldson commented 12 years ago

Ahhh, solved here: https://github.com/murtaugh/HTML5-Reset-Wordpress-Theme/issues/56