fileLoadingImage: '/sites/all/modules/jlightbox/images/loading.gif',
fileBottomNavCloseImage: '/sites/all/modules/jlightbox/images/closelabel.gif',

In the installation, you say place this in the modules directory, not in the sites/all/modules directory. This is where the confusion is.

They should be as follows:
fileLoadingImage: '/modules/jlightbox/images/loading.gif',
fileBottomNavCloseImage: '/modules/jlightbox/images/closelabel.gif',

I am getting a large number of 404's because of this problem.

Comments

sun’s picture

Status: Active » Closed (duplicate)

Thanks for taking the time to report this issue.

However, marking as duplicate of #808570: loading.gif and closelabel.gif url are broken if drupal isn't at the root of the site. You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.