Page 2 of 2

Re: Slimbox not showing correctly with Gallery Plugin in art

Posted: 09 Sep 2011, 16:33
by adriaan
Hi all,
I am using release 3.03 of the Phoca Gallery plugin and i have the same poblem.
The solution is in the file phocagallery.php of the plugin.

Linenumber 614:

Code: Select all

$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/slimbox/slimbox.css');
change to:

Code: Select all

$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/slimbox/css/slimbox.css');
Jan, could you change this in a next release?

Re: Slimbox not showing correctly with Gallery Plugin in art

Posted: 12 Sep 2011, 19:07
by Jan
Hi, thank you for the info, I will fix it in the next release.

Jan

Re: Slimbox not showing correctly with Gallery Plugin in art

Posted: 13 Sep 2011, 13:12
by Jan
Fixed in version 3.0.4

Jan

Re: Slimbox not showing correctly with Gallery Plugin in art

Posted: 13 Sep 2011, 15:34
by cash
Thanks.

Re: Slimbox not showing correctly with Gallery Plugin in art

Posted: 13 Sep 2011, 17:36
by junpendon
Thanks.

Great plugin.

Jun