Slimbox not showing correctly with Gallery Plugin in article

Phoca Gallery plugins - plugins for Phoca Gallery extension
junpendon
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Aug 2011, 01:22

Slimbox not showing correctly with Gallery Plugin in article

Post 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.

Image


Jun Pendon
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48416
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slimbox not showing correctly with Gallery Plugin in art

Post by Jan »

Hi, check if you have no javascript error on your site which then break the javascript popup method.

Jan
If you find Phoca extensions useful, please support the project
junpendon
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Aug 2011, 01:22

Re: Slimbox not showing correctly with Gallery Plugin in art

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

Re: Slimbox not showing correctly with Gallery Plugin in art

Post 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?
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48416
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slimbox not showing correctly with Gallery Plugin in art

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
junpendon
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Aug 2011, 01:22

Re: Slimbox not showing correctly with Gallery Plugin in art

Post 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
cash
Phoca Member
Phoca Member
Posts: 32
Joined: 30 Mar 2011, 15:02

Re: Slimbox not showing correctly with Gallery Plugin in art

Post 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
junpendon
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Aug 2011, 01:22

Re: Slimbox not showing correctly with Gallery Plugin in art

Post by junpendon »

Hi Cash,

Thanks for the GREAT HELP! :D

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! :twisted:

Jun
cash
Phoca Member
Phoca Member
Posts: 32
Joined: 30 Mar 2011, 15:02

Re: Slimbox not showing correctly with Gallery Plugin in art

Post by cash »

no Problem,

it would be nice if Jan can check the code for the little bug.

Cash
cash
Phoca Member
Phoca Member
Posts: 32
Joined: 30 Mar 2011, 15:02

Re: Slimbox not showing correctly with Gallery Plugin in art

Post by cash »

Hello Jan,

can you please check my post above?

Cash
Post Reply