Page 1 of 2
Slimbox not showing correctly with Gallery Plugin in article
Posted: 28 Aug 2011, 01:41
by junpendon
Slimbox not showing correctly with Gallery Plugin in article. Please help.
{phocagallery view=category|categoryid=1|limitstart=0|limitcount=0|imageshadow=none|detail=8}
Using Joomla 1.7, Phoca Gallery Plugin 3.0.3, Phoca Gallery Component 3.0.2.
Jun Pendon
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 31 Aug 2011, 18:58
by Jan
Hi, check if you have no javascript error on your site which then break the javascript popup method.
Jan
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 31 Aug 2011, 20:12
by junpendon
Hi Jan,
Thanks for the response. I think it has something to do with Javascript error on my site. I'll just try to figure it out.
I got some javascript errors.
Warning: reference to undefined property v
Source File: http://mysite/media/system/js/mootools-core.js
Line: 40
Appreciate your help.
Jun
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 31 Aug 2011, 20:40
by Jan
Hmm, not sure what can be wrong there, the mootools is upgraded to latest, do you get the error, if you will disable all different modules and test it with other standard template?
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 31 Aug 2011, 21:28
by Jan
Ok
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 31 Aug 2011, 21:39
by junpendon
Hi Jan,
So sorry I had edited my post.
I added an Image Module on the same page and the Image Plugin works. Otherwise it won't.
Jun
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 02 Sep 2011, 08:50
by cash
Sorry i have the same problem.
My solution is to add this to the index.php
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/components/com_phocagallery/assets/js/slimbox/css/slimbox.css" type="text/css" />
because in the error log file i see this:
File does not exist: /is/htdocs/wp1033385_2VFJFO1HSY/cms/components/com_phocagallery/assets/js/slimbox/slimbox.css,
I think this i a little bug because in diretory slimbox isnĀ“t a slimbox.css. The file is in subdireytoy css
Cash
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 02 Sep 2011, 11:40
by junpendon
Hi Cash,
Thanks for the GREAT HELP!
Added this line <link rel="stylesheet" href="<?php echo $this->baseurl ?>/components/com_phocagallery/assets/js/slimbox/css/slimbox.css" type="text/css" /> on my template's index.php <head>...
... and IT WORKS!
Jun
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 02 Sep 2011, 11:48
by cash
no Problem,
it would be nice if Jan can check the code for the little bug.
Cash
Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 08 Sep 2011, 20:24
by cash
Hello Jan,
can you please check my post above?
Cash