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
Slimbox not showing correctly with Gallery Plugin in article
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Aug 2011, 01:22
- Jan
- Phoca Hero
- Posts: 48416
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slimbox not showing correctly with Gallery Plugin in art
Hi, check if you have no javascript error on your site which then break the javascript popup method.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Aug 2011, 01:22
Re: Slimbox not showing correctly with Gallery Plugin in art
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
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
- Jan
- Phoca Hero
- Posts: 48416
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slimbox not showing correctly with Gallery Plugin in art
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?
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48416
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Slimbox not showing correctly with Gallery Plugin in art
Ok
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Aug 2011, 01:22
Re: Slimbox not showing correctly with Gallery Plugin in art
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
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
-
- Phoca Member
- Posts: 32
- Joined: 30 Mar 2011, 15:02
Re: Slimbox not showing correctly with Gallery Plugin in art
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
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
-
- Phoca Newbie
- Posts: 5
- Joined: 28 Aug 2011, 01:22
Re: Slimbox not showing correctly with Gallery Plugin in art
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
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
-
- Phoca Member
- Posts: 32
- Joined: 30 Mar 2011, 15:02
Re: Slimbox not showing correctly with Gallery Plugin in art
no Problem,
it would be nice if Jan can check the code for the little bug.
Cash
it would be nice if Jan can check the code for the little bug.
Cash
-
- Phoca Member
- Posts: 32
- Joined: 30 Mar 2011, 15:02
Re: Slimbox not showing correctly with Gallery Plugin in art
Hello Jan,
can you please check my post above?
Cash
can you please check my post above?
Cash