To whom it may concern:
Once I upgraded to joomla 4, the module stopped working, then I commented line No. 278 and 282 without commenting setTimeout function in media/mod_phocagallery_slideshow_bxslider/javascript/jquery.bxslider.js, It is working in joomla 4 now, I have not tried all features but highly likely there won't be a problem. Hope this could help developers.
Kian William
Slideshow bxslider
-
- Phoca Member
- Posts: 18
- Joined: 01 Jul 2017, 12:21
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slideshow bxslider
Hi, thank you very much for this info.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 01 Nov 2018, 16:47
Re: Slideshow bxslider
Hello,
Thanks for this post. It helps me after my recent migration to Joomla 4.
On my side, with the latest version of Phoca Gallery V4.5, I've commented the lines 276 and 280 as follow :
//$(this).load(function(){
setTimeout(function(){
if(++count == total) callback();
}, 0)
//});
Regards,
Sylvain
Thanks for this post. It helps me after my recent migration to Joomla 4.
On my side, with the latest version of Phoca Gallery V4.5, I've commented the lines 276 and 280 as follow :
//$(this).load(function(){
setTimeout(function(){
if(++count == total) callback();
}, 0)
//});
Regards,
Sylvain
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slideshow bxslider
Hi, thank you for the info.
Jan
Jan
If you find Phoca extensions useful, please support the project
- myrtus
- Phoca Enthusiast
- Posts: 74
- Joined: 29 Jul 2009, 18:16
- Contact:
Re: Slideshow bxslider
Thanks to Sylvain and Kian William.
To Jan: Will there be a version for J4 soon?
Thanks, Myrtus
To Jan: Will there be a version for J4 soon?
Thanks, Myrtus
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slideshow bxslider
Hi, I have added it to front but really no idea when I will be able to release it.
jan
jan
If you find Phoca extensions useful, please support the project
- robcinoz
- Phoca Newbie
- Posts: 2
- Joined: 29 Mar 2019, 07:11
Re: Slideshow bxslider
I too commented out those lines and now I can get the module to appear. But I cannot get it working like it was in J3. I have about a dozen images that should appear ons at a time and progress through the slideshow. Instead, they all appear at once under each other lined up down the page. Frustrating that I've had to turn it off until a working version is available for J4.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slideshow bxslider
Hi, an alernative could be this modern carousel module:
https://www.phoca.cz/phoca-carousel-module
Jan
https://www.phoca.cz/phoca-carousel-module
Jan
If you find Phoca extensions useful, please support the project
- myrtus
- Phoca Enthusiast
- Posts: 74
- Joined: 29 Jul 2009, 18:16
- Contact:
Re: Slideshow bxslider
Hello,
in which file does this change need to be made?
Thanks, Myrtus
in which file does this change need to be made?
Thanks, Myrtus
- myrtus
- Phoca Enthusiast
- Posts: 74
- Joined: 29 Jul 2009, 18:16
- Contact:
Re: Slideshow bxslider
Ok, I found it and it works. But only if the heading is turned on in the module. The heading isn't displayed, but the slide show is running.