Re: Slimbox not showing correctly with Gallery Plugin in art
Posted: 09 Sep 2011, 16:33
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:
change to:
Jan, could you change this in a next release?
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');
Code: Select all
$document->addStyleSheet(JURI::base(true).'/components/com_phocagallery/assets/js/slimbox/css/slimbox.css');