Page 1 of 1

fadeSlideShow is not defined

Posted: 24 Apr 2023, 20:11
by martina
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!

Re: fadeSlideShow is not defined

Posted: 27 Apr 2023, 11:21
by Jan
Hi, Phoca Gallery Slideshow Plugin is not Joomla 4 plugin. For now there is no such plugin for Joomla 4. It is recommended to use Phoca Carousel module (responsive and modern slideshow extensions: https://www.phoca.cz/phoca-carousel-module ). When it should be used in article, it can be pasted per e.g. loadposition construction: https://docs.joomla.org/How_do_you_put_ ... article%3F

Jan

Re: fadeSlideShow is not defined

Posted: 01 May 2023, 19:19
by martina
Thanks for the reply. Guess I thought it's supported in Joomla 4 because of the 4.x version number. Will try the Phoca Carousel module :)

martina