Problems loading Floatbox fbOptions.js, path issue?

Page: 1

Author Post
Member
Registered: Apr 2009
Posts: 81
Sample page:
https://beta.bibismv.com/products-sample-1.htm

Floatbox is not loading properly. Correct path to Floatbox is:

/js/floatbox_741/floatbox.js
/js/floatbox_741/floatbox.css
/js/floatbox_741/fbOptions.js

for some reason, it is looking in the "js" folder but ignoring "floatbox_741"?
Member
Registered: Apr 2009
Posts: 81
I was using CodeKit to compile all my CSS and JS. When I put Floatbox CSS and JS references in separate files, the problem went away. So maybe it was related to CodeKit and not Floatbox.
Administrator
Registered: Aug 2008
Posts: 3382
One quick way to narrow in on the cause of problems like this is to 'view source' from a browser to see exactly what is sent to the browser instead of dwelling on the back-end code that is generating the page source.

Page: 1