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
[Solved] Slideshow: no pictures shown
-
- Phoca Newbie
- Posts: 4
- Joined: 02 Nov 2011, 16:49
[Solved] Slideshow: no pictures shown
Last edited by walegger on 21 Nov 2011, 09:08, edited 2 times in total.
- Jan
- Phoca Hero
- Posts: 48416
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slideshow: no pictures shown
Hi, can I see the site live to see the html code?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 4
- Joined: 02 Nov 2011, 16:49
Re: Slideshow: no pictures shown
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.
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.
-
- Phoca Newbie
- Posts: 5
- Joined: 31 Oct 2011, 18:27
Re: Slideshow: no pictures shown
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.
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.
-
- Phoca Newbie
- Posts: 4
- Joined: 02 Nov 2011, 16:49
Re: Slideshow: no pictures shown
Another information:
When i open the site with IE8, following web page errors occur:
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
-
- Phoca Member
- Posts: 18
- Joined: 22 Oct 2009, 20:48
- Location: Westkapelle, The Netherlands
- Contact:
Re: Slideshow: no pictures shown
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:
Should be:
I changed the code and slideshow works well.
Regards Adriaan
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');
Code: Select all
$document->addScript(JURI::base(true).'/components/com_phocagallery/assets/jquery/jquery-1.6.4.min.js');
Regards Adriaan
- Jan
- Phoca Hero
- Posts: 48416
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
-
- Phoca Newbie
- Posts: 5
- Joined: 31 Oct 2011, 18:27
Re: Slideshow: no pictures shown
Yes, it works!! Thx!
-
- Phoca Newbie
- Posts: 4
- Joined: 02 Nov 2011, 16:49
[SOLVED] Slideshow: no pictures shown
Wonderful - it works !!!
Thank you very much.
Thank you very much.
- Jan
- Phoca Hero
- Posts: 48416
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: [Solved] Slideshow: no pictures shown
Fixed in version 3.1.2
If you find Phoca extensions useful, please support the project