fadeSlideShow is not defined
Posted: 24 Apr 2023, 20:11
Hi,
I am using Phoca Gallery Slideshow Plugin 4.4.0 in a local joomla 4.3.0 installation (I am using xampp server). So unfortunately I cannot send you a link to check yourself.
When trying to display a slide show in one of my articles I get the javascript error:
"fadeSlideShow is not defined"
I am using following to include the slide show in my article like this:
{pgslideshow id=2|width=100|height=100|delay=3000|image=S}
In browser debugger I see everything seems to be ok except that the function fadeSlideShow cannot be found. I searched in all js files but actually the function is not defined anywhere.
this is an extract of the source from the browser debugger:
...
<script>/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library ()
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at for this script and 100s more
***********************************************/
var phocagalleryplugin16823545692056315996 = new fadeSlideShow({
wrapperid: "phocaGallerySlideshowP16823545692056315996",
dimensions: ['100%', '100%'],
imagearray: [["/Joomla/images/phocagallery/PensionSchoeller/thumbs/phoca_thumb_m_img_1604.jpg", "", "", ""],
["/Joomla/images/phocagallery/PensionSchoeller/thumbs/phoca_thumb_m_img_1614.jpg", "", "", ""],
...
So there is no include of a script like "fadeslideshow.js" .. is this missing?
thanks a lot!
I am using Phoca Gallery Slideshow Plugin 4.4.0 in a local joomla 4.3.0 installation (I am using xampp server). So unfortunately I cannot send you a link to check yourself.
When trying to display a slide show in one of my articles I get the javascript error:
"fadeSlideShow is not defined"
I am using following to include the slide show in my article like this:
{pgslideshow id=2|width=100|height=100|delay=3000|image=S}
In browser debugger I see everything seems to be ok except that the function fadeSlideShow cannot be found. I searched in all js files but actually the function is not defined anywhere.
this is an extract of the source from the browser debugger:
...
<script>/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library ()
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at for this script and 100s more
***********************************************/
var phocagalleryplugin16823545692056315996 = new fadeSlideShow({
wrapperid: "phocaGallerySlideshowP16823545692056315996",
dimensions: ['100%', '100%'],
imagearray: [["/Joomla/images/phocagallery/PensionSchoeller/thumbs/phoca_thumb_m_img_1604.jpg", "", "", ""],
["/Joomla/images/phocagallery/PensionSchoeller/thumbs/phoca_thumb_m_img_1614.jpg", "", "", ""],
...
So there is no include of a script like "fadeslideshow.js" .. is this missing?
thanks a lot!