Page 1 of 1

pgslideshow not work on the home page / pgslideshow fonction

Posted: 23 Aug 2011, 22:19
by fred-paris
J’utilise Joomla 1.5.23.

J’ai installé Phoca Gallery Component 2.8.0.
J’ai installé Phoca Gallery Plugin 2.7.7.
J’ai installé Phoca Gallery Slideshow Plugin 2.7.1.

J’utilise le paramétrage par défaut du composant.

J’ai créé un article “test” contenant ceci :

Code: Select all

{phocagallery view=categories}

{pgslideshow id=1|width=100|height=100|delay=3000|image=M}
Tout fonctionne bien mais si je place l’article sur ma page d’accueil l’instruction pgslideshow n’affiche rien.

Quelqu’un pourrait-il me dire pourquoi ?

Merci pour l’aide.

Fred le parigot

---------------------------
Google translate :

I use Joomla 1.5.23.

I installed Phoca Gallery Component 2.8.0.
I installed Phoca Gallery Plugin 2.7.7.
I installed Phoca Gallery Slideshow Plugin 2.7.1.

I use the default settings of the component.

I created an article "test" containing this:

Code: Select all

{phocagallery view=categories}

{pgslideshow id=1|width=100|height=100|delay=3000|image=M}
Everything works fine.
But if I put the article on my homepage is blank instruction pgslideshow.

Could someone tell me why?

Thank you for help.

Fred le Parigot

Re: pgslideshow not work on the home page / pgslideshow fonc

Posted: 25 Aug 2011, 17:52
by Jan
Hi, can I see the site where this occurs?

Re: pgslideshow not work on the home page / pgslideshow fonc

Posted: 21 Dec 2011, 22:56
by mika-de
i have the same problem on my joomla 1.7 ...

only on the main page there is no js code in the source like

Code: Select all

 <script src="/cms/components/com_phocagallery/assets/jquery/jquery-1.6.4.min.js" type="text/javascript"></script>
  <script src="/cms/components/com_phocagallery/assets/fadeslideshow/fadeslideshow.js" type="text/javascript"></script>
<script type="text/javascript">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
 ... ...
The Slideshow is placed in a custom position, i found the slideshow div in the generated source... only the above the javascript is missing on main page.
I think the error is caused by different rendering of the jdoc header between main page and other pages, but i dont get the error

Re: pgslideshow not work on the home page / pgslideshow fonc

Posted: 24 Dec 2011, 17:12
by Jan
Hi, I will test it, yes, there is some problem in Jooma! (seems to be a problem, or maybe this is a feature) which will ignore loading javascript with standard methods in some part of com_content views :idea:

Jan