Upgrade to Joomla 3.2 - Slideshow stop working

Phoca Gallery plugins - plugins for Phoca Gallery extension
rodfarrell
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 17 Dec 2013, 08:04

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by rodfarrell »

I have the same problem. What jquery module are you referring to?
maumart
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 24 Nov 2013, 19:20

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by maumart »

i don't know the jquery module that comes with the Phoca, i don't find it but i've solved with this plugin: System - jQuery Easy
ofinet
Phoca Member
Phoca Member
Posts: 30
Joined: 15 Jul 2011, 15:21
Location: UK
Contact:

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by ofinet »

dr20 wrote:I have this issue as well. I have the following errors in the Firefox console when inserting a slideshow
TypeError: e(...).on is not a function bootstrap.min.js:8
00:14:44.687 TypeError: jQuery(...).on is not a function

Update ....
OK,so disabling the jquery module that comes with the Phoca fixes the issue on Joomla 3.2. I'm not sure if this breaks anything else.
How do you disable the jQuery? Please explain step-by-step
rodfarrell
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 17 Dec 2013, 08:04

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by rodfarrell »

maumart wrote:i don't know the jquery module that comes with the Phoca, i don't find it but i've solved with this plugin: System - jQuery Easy
Again, can you provide more details. What settings did you use in jquery Easy? I've instyalled and activated it but with no result.
ofinet
Phoca Member
Phoca Member
Posts: 30
Joined: 15 Jul 2011, 15:21
Location: UK
Contact:

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by ofinet »

dr20 wrote:I have this issue as well. I have the following errors in the Firefox console when inserting a slideshow
TypeError: e(...).on is not a function bootstrap.min.js:8
00:14:44.687 TypeError: jQuery(...).on is not a function

Update ....
OK,so disabling the jquery module that comes with the Phoca fixes the issue on Joomla 3.2. I'm not sure if this breaks anything else.

Disabling the jquery module that comes with the Phoca does not fix the issue on Joomla 3.2. I have tried it and few people in the forum did tried it as well.
Can you kindly help others if you really resolved your problem by step-by-step how you went about it:
1. where is this "jQuery module" located and how can it be located to enable or disable?
2. Is this "jQuery" related to Phoca slideshow plugin only?

Thank you
maumart
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 24 Nov 2013, 19:20

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by maumart »

After update to J 3.2, my slideshow stop working. i've ask and read other thread and nothing solved it, then i've search into the Joomla plugin for a jquery, i've found Plugin System -jQuery Easy disabled and i've abled it and my slideshow is coming to work right. i've only do it.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by Jan »

Hi, Phoca does not use own jquery or mootools library, they are loaded by Joomla! system - sometimes it is needed e.g. if there is a conflict between jquery and mootools, to load mootools first and then jquery with jquery nonconflict method - this mostly helps to solve the problems.

E.g. in Phoca Gallery, there is jquery plupload multiple upload feature, to run it correctly, first the mootools needs to be loaded and then the jquery and int works without conflicts (if it is not loaded in this order, then there is a conflict). Both libraries are loaded by Joomla! system:

Code: Select all

//First load mootools, then jquery and set noConflict
JHtml::_('behavior.framework', true);// Load it here to be sure, it is loaded before jquery
JHtml::_('jquery.framework', false);// Load it here because of own nonConflict method (nonconflict is set below)
If you find Phoca extensions useful, please support the project
dopi
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 15 Jan 2014, 09:33

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by dopi »

Hi,

I had installed phoca gallery 4.0.4 and phoca slideshow under Joomla 3.0.3. I know this is not recomended, but it worked well. It also worked well under Joomla 3.1.5. I wrote the string {slideshow id= ... in an modul (typ "own content/empty modul) an placed it in a modul-position on my main-site. Now after updating to Joomla 3.2.1 and installing gallery 4.1.0 (slideshow still 4.0.2) the string is no more interpreted. If I write the string in an single article the slideshoe works. Also it doesn`t solve the problem if i put a link to this article in the empty-typ modul.

Hoping for answer!

Dopi
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by Jan »

Hi, did you enable prepare content parameter in module, see:
https://www.phoca.cz/documents/16-joomla ... t-articles

Jan
If you find Phoca extensions useful, please support the project
dopi
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 15 Jan 2014, 09:33

Re: Upgrade to Joomla 3.2 - Slideshow stop working

Post by dopi »

Hi Jan,
I didn`t activate the "prepare content" yet. If I do so and set the prepare-content-botton to YES, nothing happens. On the contrary my module slideshow bxslider which I had installad instead of the slideshow-plugin stoped working an pictures are no longer shown. Not even the string {pgslideshow id=1|width=200|height=280|delay=3000|image=L} is shown in the frontend.

Dopi
Post Reply