Finally got the answer why some of the sites didn't work for Fotorama. Probably there's a bug:
When there's an apostrophe (') within the "Gallery title" under Configuration -> Options -> General, the plugin cannot work. It just provide a blank screen or only the thumbnails depending on the config of Fotorama.
Hope this can help some others encountering this bug and spent lots of time searching in the dark.
Had the same issue with the (') in the name.
Once removed this plugin worked great.
New version 2.7.j fix problem with an apostrophe (') in gallery title and support caption with image title.
Offline
thx! :)
Offline
Piwigo 2.7:
when trying to save Options/Display the following warnings are shown:
Warning: Illegal string offset 'replace_picture' in /homepages/24/d373257762/htdocs/pw/plugins/Fotorama/main.inc.php on line 180
Warning: Illegal string offset 'replace_picture_only_users' in /homepages/24/d373257762/htdocs/pw/plugins/Fotorama/main.inc.php on line 180
Offline
Hi!
1) Enables autoplay has no function. When I disable this feature the slideshow starts.
2) Where can I change the slideshow Speed? changes in "config_default.inc.php" doesn't help
I'm looking forward to your answers.
Tom
Thank you so much! I love this plugin!!!!!!!!!!!!!!!!
convolution88 wrote:
I saw some demo of this great plugin, it's impressive, thus I installed it, but no luck. No picture is shown after clicking "slideshow" no matter what combination of configuration to the plugin. My config. is:
Piwigo: 2.6.2
Theme: Luciano Amodio
Installed Plugins: Embedded Videos + Fotorama + LocalFiles Editor + Perso Footer
LocalFiles Editor only changed config.inc.php by adding below:
$conf['question mark in urls'] = false;
$conf['php extension in urls'] = false;
$conf['category url style'] = 'id-name';
$conf['picutre_url_style'] = 'file';
Can anyone generously give me some idea why the plugin doesn't work in my environment? Thanks in advance!
Revision 2.7.p fix problem with question_mark_in_urls.
Offline
After update - there is a problem with VideoJS Plugin - NO Videos were played on Picture.tpl and in Fotorama. ;-(
Hi Janis,
Just to inform of an error in the french translation file : Ajouter un bouter "fermer".
Une coquille, comme on dit chez nous :-)
Thanks for your work :-)
Very cool, the latest version fixes all blocking issues I had with the plugin. It already went from "cool" to "really cool", and now it's really awesome :-).
I'm still getting a minor annoyance: when I activate "replace picture page", and then click the info button, I do get to the picture page, but some buttons bring me back to the Fotorama while they shouldn't:
- The "add to favorites" does its job, but goes back to the Fotorama immediately, I'd rather stay on the picture page.
- The "show metadata" from [extension by maple] EXIF View loads the page picture.php?/N/category/M&metadata, but then the "metadata" argument is ignored, and I get to the Fotorama view. This makes [extension by maple] EXIF View unusable.
For both cases, a very, very dirty fix would be to apply this to the core to preserve the slidestop GET parameter:
--- include/functions_url.inc.php (revision 29905)
+++ include/functions_url.inc.php (working copy)
@@ -254,6 +254,9 @@
}
$url .= make_section_in_url($params);
$url = add_well_known_params_in_url($url, $params);
+ if (isset($_GET['slidestop'])) {
+ $url .= '&slidestop=';
+ }
return $url;
}
I can't find a clean way, but I'm pretty sure someone will be able to point out a way to preserve a GET parameters in duplicate_picture_url().
(and my bad for "bouter", I must have been tired when I wrote this ;-) ).
Offline
Thank you Mistic100