Pages (6):    1 2 3 4 5 6   
Administrator
Administrator
acrylian   09-04-2010, 08:07
#81

Sorry, I agree to sbillard. I don't of course not know about what custom stuff this theme does. It is a quite advanced one that might do things differently. Probably its developer will be of help here.

Member
Member
afarkas   17-05-2010, 00:14
#82

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

Member
Member
afarkas   17-05-2010, 00:17
#83

OOOps, i made a mistake... well, the line responsible in jquery.gallerific.js is:

.append(' ')

Member
Member
sceilig   17-05-2010, 05:46
#84

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?

Member
Member
sceilig   17-05-2010, 05:56
#85

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?

Member
Member
afarkas   17-05-2010, 10:41
#86

To sceilig:

Im not sure - was this a reply for me? thank You

Member
Member
afarkas   18-05-2010, 17:52
#87

sceiling, I think this clicking stuff will be defined in query.gallerific.js in "gallery.clickHandler" functions ... but i have no idea of js ...

Member
Member
charlesly   22-06-2010, 15:52
#88

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.

Member
Member
mlavine   13-07-2010, 03:39
#89

gjr - is there a minor bug in the footer.php? For the copyright, it currently says:
© , |
Should getBareGalleryTitle()
be getOption('tagline') instead?

Member
Member
xrondoudou   16-07-2010, 07:39
#90

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

Junior Member
Junior Member
grapan   18-07-2010, 08:10
#91

same problem with overlapping over "Slideshow" and "Previous/Next" button for me.

Junior Member
Junior Member
lyudalev   21-07-2010, 14:27
#92

First, thank you very much for this theme!

Next, there is a couple of problems:

  1. Does not work with static html cache plugin - do you have any idea for a fix for this please?
  2. (minor) Some files referensed in the screen.css are missing in the distribution (images/previous.png, images/next.png, images/pause.png, images/play.png).

Thnx a lot!

Member
Member
abbiekye   21-07-2010, 22:13
#93

Great theme, thanks. Will be interested to know the answer above "Does not work with static html cache plugin.

Member
Member
noxx2   03-08-2010, 20:21
#94

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?

Administrator
Administrator
acrylian   04-08-2010, 08:02
#95

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.

Junior Member
Junior Member
rachelbonilla   01-09-2010, 18:39
#96

This theme is beautiful. I would like to know though, does it work with the latest version, 1.3.1?

Member
Member
mussa   02-09-2010, 09:39
#97

Its an awesome theme :) but please can you put google mapping option in that theme so that it looks extravegant

Member
Member
JamWheel   02-09-2010, 10:28
#98

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.

Administrator
Administrator
acrylian   02-09-2010, 10:39
#99

checkForPassword is not needed anymore for quite some time. Delete it from the theme files. And I think there was an update to this theme. Please visit the theme's site.

Member
Member
JamWheel   02-09-2010, 11:18

I only downloaded the theme from their site today.

I will remove the reference to the function. Thanks for the help.

Pages (6):    1 2 3 4 5 6   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.