rjolley
Forum Replies Created
-
This is from the Console with just JS:
ReferenceError: jQuery is not definedI have just gone out to a hosted live site and installed 1.2.1 and it works out there. My InstantWP install may be the issue. I will investigate further.
You may mark it as resolved if you wish.
Thanks for the quick reply.
This one is a Bar Chart
There is a jQuery error in there:GET http://localhost:8080/bobtest201401/ [HTTP/1.1 200 OK 736ms]
GET http://fonts.googleapis.com/css [HTTP/1.1 200 OK 584ms]
GET http://localhost:8080/bobtest201401/wp-includes/css/dashicons.min.css [HTTP/1.1 304 Not Modified 30ms]
GET http://localhost:8080/bobtest201401/wp-includes/css/admin-bar.min.css [HTTP/1.1 304 Not Modified 45ms]
GET http://localhost:8080/bobtest201401/wp-content/themes/focus/style.css [HTTP/1.1 304 Not Modified 58ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/src/nv.d3.css [HTTP/1.1 304 Not Modified 66ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/lib/d3.v3.js [HTTP/1.1 304 Not Modified 855ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/nv.d3.min.js [HTTP/1.1 304 Not Modified 854ms]
GET http://localhost:8080/bobtest201401/wp-includes/js/admin-bar.min.js [HTTP/1.1 304 Not Modified 854ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/src/tooltip.js [HTTP/1.1 304 Not Modified 854ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/src/utils.js [HTTP/1.1 304 Not Modified 867ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/src/models/legend.js [HTTP/1.1 304 Not Modified 876ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/src/models/axis.js [HTTP/1.1 304 Not Modified 888ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/src/models/discreteBar.js [HTTP/1.1 304 Not Modified 894ms]
GET http://localhost:8080/bobtest201401/wp-content/plugins/wp-business-intelligence-lite/resources/nvd3/js/src/models/discreteBarChart.js [HTTP/1.1 304 Not Modified 898ms]
GET http://fonts.googleapis.com/css [HTTP/1.1 200 OK 337ms]
GET http://fonts.googleapis.com/css [HTTP/1.1 200 OK 789ms]
GET http://localhost:8080/bobtest201401/wp-content/themes/focus/images/bg.jpg [HTTP/1.1 304 Not Modified 32ms]
GET http://localhost:8080/bobtest201401/wp-content/themes/focus/images/wrap.png [HTTP/1.1 304 Not Modified 36ms]
GET http://localhost:8080/bobtest201401/wp-content/uploads/2014/03/cropped-TheLocalsPage.jpg [HTTP/1.1 304 Not Modified 38ms]
ReferenceError: jQuery is not defined bobtest201401:44
GET http://localhost:8080/bobtest201401/wp-content/uploads/2014/03/TheLocalsPage-280×100.jpg [HTTP/1.1 304 Not Modified 22ms]
GET http://0.gravatar.com/avatar/4d8d8f414ec464093e36a6597998af16 [HTTP/1.1 304 Not Modified 60ms]
GET http://0.gravatar.com/avatar/4d8d8f414ec464093e36a6597998af16 [HTTP/1.1 304 Not Modified 64ms]
GET http://localhost:8080/bobtest201401/wp-content/themes/focus/images/footer-top.png [HTTP/1.1 304 Not Modified 23ms]
GET http://localhost:8080/bobtest201401/wp-content/themes/focus/images/icon-comments.png [HTTP/1.1 304 Not Modified 32ms]I found an error in my shortcode:
[wpbusinessintelligence id=”2″ type=”chart” iframe=”n” ]Pushups[/[wpbusinessintelligence]. I corrected this to:
[wpbusinessintelligence id=”2″ type=”chart” iframe=”n” ]Pushups[/wpbusinessintelligence]. I don’t get the error, but it does not render in the post even though it does in the edit/test section.