New user here... very pleased with Plogger!! Thanks!
I was searching here for a way to add transitions in a slideshow and found a solution by the same developer who wrote the slideshow.js script (in the main Plogger folder... the guy's site, and the fade-in example code I modified are here: http://www.barelyfitz.com/projects/slideshow/index.php/3). To incorporate a transition you have to add 2 code snippets into the slideshow.php file in the theme folder for the theme you're using (or modify slideshow.php in each theme folder to apply the transitions to all themes). I modified the slideshow.php file in the default theme folder with a couple of simple insertions into the code. (The slideshow.php code in the other theme folders looks identical, so this should work in the 3 themes that come with the Plogger download). This works for both Firefox and IE. Slideshow.js is unchanged!
Lines 17 & 18 of the unmodified slideshow.php read:
That's it! Should work, if I haven't missed anything. For the record, I'm not a developer, I just a dabble with minor hacks, so please don't ask me to customize your code! I was hoping to find a mod/hack here to add in a fade transition and just managed to figure it out on my own. Hopefully others will find this useful.
I suspect you can incorporate other DXImage effects than DXImageTransform.Microsoft.Fade(), but the coding to insert multiple different transitions is beyond me (and my needs). Check here if yer feeling adventurous: http://msdn2.microsoft.com/en-us/library/ms532847.aspx.
Cheers... Gary http://www.demenshea.com/garyreesphotography/gallery/
Thanks, Gary! This works absolutely perfectly in Firefox only. The transitions do not appear in IE or Safari. I appreciate you making this available to everyone. It's a really nice enhancement.
Does anyone suggest a modification that will actually work for IE & Safari?