Page 1 of 1

[Solved] Slideshow: no pictures shown

Posted: 02 Nov 2011, 17:08
by walegger
I´ve the problem, that i don´t see slideshows in articles.
The plugin was successfully installed and activated (newest version). Also the pictures are activated and authorized. I´m using Joomla 1.7.2.

An interesting thing is that there might be also a problem with jsocial comments extension. When slideshow plugin is activated i don´t see button icons of the jsocial comments plugin in the article. When deactivated, the buttons are shown.

EDIT:
Additional Informations
o Template: JA Purity II
o The Website is not in the root directory of the webserver

Re: Slideshow: no pictures shown

Posted: 10 Nov 2011, 00:05
by Jan
Hi, can I see the site live to see the html code?

Re: Slideshow: no pictures shown

Posted: 10 Nov 2011, 21:50
by walegger
http://www.sv-breitenbach.at/_atdb1/ind ... arsch-2011

The slideshow should come after the article (in a table). On the top you see, that the plugin jsocial is not working correctly, when the slideshow plugin is activated.

Sorry for my english.
I´m looking forward of your answer.
By the way - your joomla components are very very good. :twisted:

Re: Slideshow: no pictures shown

Posted: 12 Nov 2011, 11:16
by guertel68
I have the same Problem:

http://kolp.square7.ch/joomla/index.php/berichte

Testing slideshow over the text of "Wanderung nach Frickenhausen". - No image. The same Picutres under the text are ok.

Re: Slideshow: no pictures shown

Posted: 15 Nov 2011, 16:33
by walegger
Another information:

When i open the site with IE8, following web page errors occur:
Message: 'jQuery' is undefined
Line: 503
Char: 1
Code: 0
URI: http://www.sv-breitenbach.at/_atdb1/ind ... 597.js?v=2


Message: Object expected
Line: 526
Char: 1
Code: 0
URI: http://www.sv-breitenbach.at/_atdb1/ind ... 597.js?v=2


Message: 'LazyLoad' is undefined
Line: 111
Char: 28
Code: 0
URI: http://www.sv-breitenbach.at/_atdb1/ind ... arsch-2011


Message: 'LazyLoad' is undefined
Line: 112
Char: 1
Code: 0
URI: http://www.sv-breitenbach.at/_atdb1/ind ... arsch-2011


Message: 'LazyLoad' is undefined
Line: 113
Char: 1
Code: 0
URI: http://www.sv-breitenbach.at/_atdb1/ind ... arsch-2011

Re: Slideshow: no pictures shown

Posted: 17 Nov 2011, 12:25
by adriaan
Hi Jan,

The wrong JQuery js file is called in phocagalleryslideshow.php

The JQuery version in Phoca Gallery 3.1.1 is 1.6.4.

Line 212 of release 3.0.3 phocagalleryslideshow.php:

Code: Select all

$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/jquery/jquery-1.4.2.min.js');
Should be:

Code: Select all

$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/jquery/jquery-1.6.4.min.js');
I changed the code and slideshow works well.

Regards Adriaan

Re: Slideshow: no pictures shown

Posted: 17 Nov 2011, 23:25
by Jan
Ok

Re: Slideshow: no pictures shown

Posted: 18 Nov 2011, 11:19
by guertel68
Yes, it works!! Thx!

[SOLVED] Slideshow: no pictures shown

Posted: 21 Nov 2011, 09:07
by walegger
Wonderful - it works !!!

Thank you very much.

Re: [Solved] Slideshow: no pictures shown

Posted: 31 Dec 2011, 15:15
by Jan
Fixed in version 3.1.2