Hi, is there a z-index fix for facebook pop up on social buttons plugin, at the moment it's under the image thumbnails.
Thanks for the graet theme
Hi
thx
please post here a direct link to the issue, so I could quickly answer
Offline
If you hit on like, you can see the facebook box opens but with the thumbnails on top of it.
http://jessicadaviesart.co.uk/
Thanks or you help!
add
.fb-like, .fb_edge_widget_with_comment, .fb_iframe_widget {
z-index: 99;
}
Offline
at least the G+ button is better coded
Offline
Great that did the job, any idea whats going on with the tumblr icon, its really small...to the right of facebook icon.
Thank you!
don't know really
Go to the Local configuration, and set template_combine or something like that **_combine to false
Offline
Hi!
I'd like to replace the filename on http://photos.travelbeerfood.co.uk/inde … sday_ieper with the caption.
I've tried adding $conf['show_thumbnail_caption'] = true; into local/config/config.inc.php but that seems to make no difference.
Offline
Hello
$conf['show_thumbnail_caption'] = true; is already the default value so that obviously won't change anything
and that's just to show/hide the caption not change its content
So what's the "caption" for you ? The description of the picture ? if yes, you have to change thumbnails.tpl by either creating a template extension (localfile editor) or a custom child theme
Offline
Ah right - the caption for me is the filename.
Must say - support is 'on the ball' this morning!
Offline
;D Thx (and I have learnt a new expression)
the filename like IMG 2301.jpeg ? if I'm not mistaken replace here http://piwigo.org/dev/browser/extension … ls.tpl#L48 NAME by FILE
Offline
:) Always glad to of assistance!
That worked, but had to use 'DESCRIPTION'.
How difficult would it be to code this sort of thing into Piwigo?
Offline
And I'll buy you a beer next time I'm in .fr!
Offline
? this is not a matter of difficulty if your'e talking about adding a way to change the caption in Piwigo core
if that's about doing a plugin, you could largely use [extension by Tomka] Thumbnail Tooltip to build one
Offline