[extension by Zaphod] stripped-galleria
stripped-galleria is based on stripped theme and needs stripped 2.x.
It uses the galleria script: http://galleria.aino.se/ and its "classic" theme, both released under the MIT licence.
The thumbnail page is removed, the script is launched when entering an album.
A thumbnail carousel is displayed at the bottom of the page.
Several options are available on the configuration page.
A demo is available here:
http://www.audreyetjulien.fr/test/?them … d-galleria
Offline
FANTASTIC
Offline
Thanks.
It needs to be tested on a tactile device like an ipad, as Galleria is supposed to support swipe movements to browse pictures, which can be interresting.
Offline
I've just tested on iPhone, it works fine :-)
Offline
I've got a problem making this theme work with the combine_files option...
For now... for this theme to work, you need to set :
$conf['template_combine_files'] = false;
In local/config/config.inc.php
Hope to fix this soon...
I tried many solutions with no success...
Last edited by Zaphod (2011-11-05 19:19:08)
Offline
I made a temporary solution by defining:
$conf['template_combine_files'] = false;
In themeconf.inc.php
I don't like this solution but it's working...
I'll try to find a better one later.
Offline
This is corrected in version 1.0.2.
Offline
How did you solve this problem?
Offline
There were 2 {combine_script ...} in the local_head.tpl
I added "require='jquery'" for the first one.
And loaded the second one in the footer instead of the header.
That does not make a lot of sense to me, but it works...
Offline
Thank you for this description, it may be very useful for other theme creators.
Offline
I am making a deeper review of stripped-galleria. This is a really nice theme (but I think if would be better to have it as plugin just like the recent [extension by P@t] GThumb+. Anyway, this way to display photos is nice.
The issue I have right now is the complete loss of browsing history : displaying a photo is not stored in the piwigo_history table. And I believe that it does not increase the piwigo_images.hit. This is a rather serious problem if you care about statistics, and "most seen" and so on.
Lightbox had the same issue and it was solved by calling plugins/lightbox/save_history.php in AJAX. Would an equivalent be possible with Galleria?
Offline
plg wrote:
I am making a deeper review of stripped-galleria. This is a really nice theme (but I think if would be better to have it as plugin just like the recent [extension by P@t] GThumb+. Anyway, this way to display photos is nice.
Il would be a good thing as a plugin, but :
- I don't know how to do it as a plugin
- it will be a huge work to make it compatible with all the themes
Integrate it into an existing theme was the easy way...
plg wrote:
The issue I have right now is the complete loss of browsing history : displaying a photo is not stored in the piwigo_history table. And I believe that it does not increase the piwigo_images.hit. This is a rather serious problem if you care about statistics, and "most seen" and so on.
Lightbox had the same issue and it was solved by calling plugins/lightbox/save_history.php in AJAX. Would an equivalent be possible with Galleria?
There's an history plugin for galleria.
But I think it's more a plugin to get the "back / forward" arrows in your browser to work.
Anyway, if it's possible for lightbox, it may possible for galleria...
Offline
stripped-galleria is a beautiful theme, I love it.
Is there a way of downloading the HD version of photos with this theme?
Would it be easy to add the DOWNLOAD link near the top (like stripped)?
Offline
You cannot have a download link as the "galleria page" is the equivalent of the thumbnail page : there is no way to know which photo is displayed.
For the HD picture it may be possible... i'll check this on the galleria script.
Offline
My apologies if I'm incorrected, but are you thinking of stripped-slide not knowing which picture is being viewed?
I was asking about adding download link (of HD version of image) to stripped-galleria.
Offline