Page 1 of 1

Just get spining wheel on Module Phoca Gallery Slideshow Niv

Posted: 19 Jun 2013, 17:46
by gegan99
Joomla 2.5 Website

Have a 'Module Phoca Gallery Slideshow Nivo' module that displays 3 images at top. Was working but stopped last week. Cannot see what else is changed but all I get is a spinnning circle cursor in the middle of the module area and never see any images.

Have remove the thumbnails and recreated them.

Phoca Gallery Version : Version
3.2.

Can you help>?

Thanks,

George

Re: Just get spining wheel on Module Phoca Gallery Slideshow

Posted: 20 Jun 2013, 18:04
by Jan
Hi, try to see javascript error console in your browser (e.g. in firefox, use e.g. firebug, etc.) to see if you get there some javascript error which then can prevent from successfully loading the module :idea:

Jan

Re: Just get spining wheel on Module Phoca Gallery Slideshow

Posted: 21 Jun 2013, 16:53
by gegan99
Does this mean anything to you?

ReferenceError: jQuery is not defined
... modules/mod_phocagallery_slideshow_nivo/javascript/jquery.nivo.slider.js
Line 694

ReferenceError: jQuery is not defined
...
Line 43

TypeError: box[0] is undefined
... templates/youheadline/src/styles.js
Line 56


Thanks,
George

Re: Just get spining wheel on Module Phoca Gallery Slideshow

Posted: 23 Jun 2013, 14:12
by Jan
Hi, try to recheck all the parts for javascript error, try to solve e.g. the
TypeError: box[0] is undefined, etc.

Not sure why you get jQuery is not defined but this can be because if it is not loaded ( it is not likely) but this can be because some javascript library renders an error befor this implementation. The whole site needs to be checked for javascript errors (e.g. to disable all the possible javascript sources - try to enable default template to see what happens if there will be no javascript errors like they are in your current template)

Jan