[Solved] Slideshow: no pictures shown

Phoca Gallery plugins - plugins for Phoca Gallery extension
walegger
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 02 Nov 2011, 16:49

[Solved] Slideshow: no pictures shown

Post 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
Last edited by walegger on 21 Nov 2011, 09:08, edited 2 times in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48416
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slideshow: no pictures shown

Post by Jan »

Hi, can I see the site live to see the html code?
If you find Phoca extensions useful, please support the project
walegger
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 02 Nov 2011, 16:49

Re: Slideshow: no pictures shown

Post 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:
guertel68
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 31 Oct 2011, 18:27

Re: Slideshow: no pictures shown

Post 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.
walegger
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 02 Nov 2011, 16:49

Re: Slideshow: no pictures shown

Post 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
adriaan
Phoca Member
Phoca Member
Posts: 18
Joined: 22 Oct 2009, 20:48
Location: Westkapelle, The Netherlands
Contact:

Re: Slideshow: no pictures shown

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48416
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slideshow: no pictures shown

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
guertel68
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 31 Oct 2011, 18:27

Re: Slideshow: no pictures shown

Post by guertel68 »

Yes, it works!! Thx!
walegger
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 02 Nov 2011, 16:49

[SOLVED] Slideshow: no pictures shown

Post by walegger »

Wonderful - it works !!!

Thank you very much.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48416
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: [Solved] Slideshow: no pictures shown

Post by Jan »

Fixed in version 3.1.2
If you find Phoca extensions useful, please support the project
Post Reply