Hi, im back again with a question...
In my gallery, inalbum view, for example like here: (http://gallery.attila-farkas.sk/albums/ludia/portraits/) the default behavior of the mouse-click on thumbnail on the right leads to show the next image...
I would like rather that it leads to show the full image (i use the "colorbox" way) like it is done when the thumb is clicked in image details page...
In this discussion i find a post where user "sceilig" mentioned the line in jquery.galleriffic.js which is responsible for this behavior...
The line is:
[code] .append(' ')[/code]
Can anyone, please give me a advice how to change this behavior so that the mouse-clik will leads to showing the full-sized image in colorbox?
Thank You
Actually in looking at the original galleriffic plugin, there is documentation to change the default behaviour when you click on the large image by changing the onTransitionIn callback in zpgalleriffic.js.
From this page
http://trentacular.com/2009/02/galleriffic-1-0/comment-page-7/
[quote]To use facebox/lightbox in the caption, you will need to call the facebox/lightbox function each time an image/caption is loaded. You can do this in the galleriffic onTransitionIn callback like such:
onTransitionIn: function() { $('#slideshow, #caption').fadeIn('fast', function() { $('#caption a.lightbox').lightBox(); }); },
[/quote]
However, I tried implementing this in the zpGalleriffic theme but ended up with a blank large image - no javascript errors? I also tried it with the slimbox jquery plugin but with the same blank image?
I also wanted to place the caption container div above the Image/Slideshow div in album.php so the caption would always display above the image. However, by default the image would be positioned on top of part of the caption text(title and description).
I did get the caption container div to display completely above the image/slideshow div (no matter how much of a caption description was used), and also got the Image itself to be aligned to the top so horizontal and vertical images were always directly under the caption. Only problem is that when a new image loads, the caption and image load in the middle of the righthand container(#content) and then automatically jump so that they are aligned to the top of that container. Im not sure what causes that or how to fix it?
My albums work just fine in all the standard themes but I downloaded zpGalleriffic and uploaded it and got it to be the theme but when I click on any of the albums I get this error:
Fatal error: Call to a member function getFolder() on a non-object in /hermes/bosweb/web044/b446/ipg.charlesly/portfolio/zp-core/template-functions.php on line 3413
Anyone know what's going on and how to fix it? I'm brand new to Zenphoto and not a web expert. Thanks.
I'm using this theme and I realise that in album view page, when image are in vertical position, bottom of images pass over the "Slideshow" and "Previous/Next" button.
You can see a capture from this here : http://img375.imageshack.us/img375/4048/sanstitre1mea.jpg
First, thank you very much for this theme!
Next, there is a couple of problems:
Thnx a lot!
nice theme, but one problem:
if i want to download a picture, i press download button, in the next window (full screen of the picture) right button, i dont see picture name and the jpg-extension. your theme shows: "full-image.php" for every picture :(
how can i change this?
There are different settings to eitehr access full images directly, as a download (started by a script automatically) or protected. Then it opens in an full-image.php page.
@abbiekye: Well, I don't know much about this theme but since the cache caches the pages statically the js stuff might not work as expected.
This theme is beautiful. I would like to know though, does it work with the latest version, 1.3.1?
I am trying to use this theme for 1.3.1 [5736] and largely it works great.
When used with the news plugin though I get the following when you go to the news page itself:
Warning: Missing argument 1 for checkforPassword(), called in [redacted].../themes/zpgalleriffic/news.php on line 25 and defined in [redacted].../zp-core/template-functions.php on line 4372
Warning: Missing argument 2 for checkforPassword(), called in [redacted].../themes/zpgalleriffic/news.php on line 25 and defined in [redacted].../zp-core/template-functions.php on line 4372
Anyone give me a clue as to what I should edit this with? I had a quick search for that function but none of the documents that mention it that I found suggest it has any arguments.