Hi,
Does anyone know when stripped-galleria may be made compatible with Piwigo 2.7 ?
Thanks.
Offline
otherwayup wrote:
Hi,
Does anyone know when stripped-galleria may be made compatible with Piwigo 2.7 ?
Thanks.
Look for the local_head.tpl in gallery/themes/stripped-galleria and comment out the following line with "*":
{*php}
global $template, $stripped;
$template->assign( 'stripped', $stripped );
{/php*}
It works after that. But I'm sure it's not the perfect fix...
Offline
A further problem with stripped-galleria with the new stripped version 2.7. It can be solved if you change the follwing two lines (line 48 and 63) in gallery/themes/stripped-galleria/themeconf.inc.php
search:
$stripped = unserialize( $conf['stripped'] );
replace it with:
$stripped = $conf['stripped'];
Offline
Thanks for the help making this amazing theme compatible with latest Piwigo. I absolutely love it.
Another question/wish
I see in the stripped-galleria theme info. page that it says "It uses the galleria script: http://galleria.aino.se/ and its "classic" theme".
The galleria webpage states that galleria can be used with Flickr, Vimeo, YouTube and more.
I don't suppose anyone has managed to use the stripped-galleria theme with vimeo or youtube?
Offline
Hi, stripped-galleria is not listed as compatible with piwigo 2.7.
Will it ever be made compatible?
Thanks.
Offline