Page 2 of 3
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 17 Dec 2013, 08:06
by rodfarrell
I have the same problem. What jquery module are you referring to?
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 18 Dec 2013, 17:49
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
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 18 Dec 2013, 18:28
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
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 19 Dec 2013, 02:03
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.
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 20 Dec 2013, 12:40
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
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 20 Dec 2013, 21:06
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.
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 25 Dec 2013, 03:52
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)
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 21 Jan 2014, 11:12
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
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 23 Jan 2014, 18:33
by Jan
Hi, did you enable prepare content parameter in module, see:
https://www.phoca.cz/documents/16-joomla ... t-articles
Jan
Re: Upgrade to Joomla 3.2 - Slideshow stop working
Posted: 24 Jan 2014, 11:49
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