timdonaldson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Possible Javascript IssuesForum: Fixing WordPress
In reply to: Possible Javascript IssuesJust 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: 150Error: jQuery is not defined
Source File: http://timdonaldson.com/blogtest/wp-includes/js/thickbox/thickbox.js?ver=3.1-20111117
Line: 18Timestamp: 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: 6I’ve been trying to debug it with this article but having no luck: http://jquerybyexample.blogspot.com/2012/03/various-reasons-and-solutions-of-jquery.html
Forum: Fixing WordPress
In reply to: Possible Javascript IssuesThanks for the input guys.
I started off trying to fix the display:none problem, but then I realised that when I change the theme back to twentytwelve, that div is still set to display:none… even though the slideshow is displayed correctly.
And also, If I look at the page with firefox and delete that ‘display:none’ through firebug, the slideshow is displayed, but without any images or content.
So this is what makes me think it must be a problem with how I call the javascript.
Forum: Fixing WordPress
In reply to: Possible Javascript IssuesThe slideshow is the only activated plug-in at the moment. I’ve tried deactivating and re-activating it too.