zpGalleriffic v1.4

2456

Comments

  • Hey gjr, thank you for updating your wonderful theme. I'm very happy to be able to use it with Zen 1.4!

    Is it possible to built the functions of the "viewer_size_image" plugin? The theme has much space left on the left side, perhaps this would fit in quite well.

    Also I found something which seems to me like a bug. In a sub-album I have 17 albums. On the theme options page I can define how much thumbnails per page I want so see. The number is correct, but I don't see links to change pages (e.g.: < Previous 1 2 Next > which works in an album). So I can only see the first/newest X subalbums but can't get to the ones on the next page.

    Thank you!
  • I have updated the file download. If I cannot produce your issue, please provide a link, and I will attempt to address the issue, otherwise I can't be of much help.

    comment area is never displayed both on IE and FF: cannot reproduce, please provide link example.

    you should hide the navigation bar if there is only one page. (good suggestion - fixed)

    next, prev are untranslated: maybe use translations provided by ZenPhoto – missed that (fixed)

    bug : If several album pages, I can't go to the following pages: error "page not found" – not sure what you mean here, cannot reproduce. If using galleriffic, there is no pagination on subalbums, all are shown.

    maybe, hide the right area if there is no description or tags on the displayed album – this is not as easy as you state, but will consider other options.

    bug: the gallerific's slideshow is not working – cannot reproduce.

    bug: if there is a homepage, in the news list or news page, the news display the content of the homepage ! – cannot reproduce

    bug: in the list of news, if there is a floating image in the news, the title of the next news "back" under the picture – Fixed

    I noticed on the gallery homepage, the large image doesn't appear on the slide show on FF3.6.13 (MacOS), it does on Safari though. Seems to work in the Album view though. – I am not able to test on that browser, however, I adjusted some css that may have fixed the issue, let me know.

    Another issue - even unpublished pages appear in the site header, and are accessible – this is standard zp behavior when logged in, try loggin out.

    Just a little bug : when you use the keyboard arrows, all the screen go the left or right. – yes, I am having trouble figuring this one out. It has to do with the thumbstrip, but need some time to work this one out.

    Is it possible to built the functions of the "viewer_size_image" plugin? – sure, but I probably wont’ implement it, since the colorbox view shows the biggest size the users browser can handle. That’s good enough for me.

    Also I found something which seems to me like a bug. In a sub-album I have 17 albums. On the theme options page I can define how much thumbnails per page I want so see. The number is correct, but I don't see links to change pages (e.g.: < Previous 1 2 Next > which works in an album). So I can only see the first/newest X subalbums but can't get to the ones on the next page. – yes, this is fixed. Keep in mind when viewing galleriffic, there is no pagination. So when in this view, all subalbums will show.
  • File updated. The following is also fixed:

    Just a little bug : when you use the keyboard arrows, all the screen go the left or right. – (FIXED)
  • I checked the file, re-downloaded it, re-installed, still looking like the main gallery slideshow image isn't showing up in Firefox on two separate machines. Works great in Safari (even on the iPhone!) and Chrome, but the current FF doesn't show it. Not sure if its also the same on FF on Windows.

    Essentially the actual slide show image is blank, but hovering over it will show the mouse over and link. Image just doesn't show.
  • I do not have a mac, so cannot debug this - need a little help. Shows fine for me on PC Firefox, IE, and Chrome. Hopefully someone on a MAC with css skills can help out. Essentially the container of slideshow needs to be sufficient for the size of the image.
  • ozlang - try deleting this on line 297 of style.css:

    `background:url(../images/iefill.gif);`

    Let me know if this does anything. This is needed for IE, but if it is affecting your situation I can put it in a ie only css file.
  • acrylian Administrator, Developer
    If you can post a link then I could take a look as well
  • deleted the line, still doesn't show. Curious.
    the link for the gallery is just www.ozlangphotography.com...
    unfortunately I don't know CSS at all (sadness).
    Funny that FF isn't showing it but everything else is. :(
    if you go into any of the galleries, e.g., http://www.ozlangphotography.com/portraits/ you can see the image just fine: it's just when you're on the main gallery index.
  • I was just told,

    "if you take out overflow: hidden; on #home-right you can see where it shows up. i think you need to make #home-left and #home-right not float, and instead have width: 50% and position them or something"

    Again, not so awesome at the CSS, so not sure what the implications of doing this would be.
  • Hopefully acrylian can look at your link tomorrow per his offer. As I said, it shows up for me on your site on FF 3.6.13 on PC...
  • acrylian Administrator, Developer
    I am not sure I understand the issue (note I am not familiar with this theme or what it internally does). But here what I see in Safari 4.1.3:

    On the homepage there is a latest images slidesshow which shows up fine.

    Within "portraits" the auto advance setting also works fine. What does not work is the slidesshow button (why is there an extra slideshow button at all? Isn't that doubled?).

    Safari's activity window notes two issues:
    http://localhost/ - Connection to host not possible (translated from German)
    http://www.ozlangphotography.com/themes/zpg14/images/loader.gif - not found
    While the 2nd might break some JS I think the first will be the culprit. Probably some forgotten hardcoded values.

    Btw, your theme seems not to be the plain zpGallerific theme (judging from our screenshots under "themes"), so maybe try using the actual one... But that is up to gjr to support.
  • vincent3569 Member, Translator
    hi gjr

    follow the link (http://vincent.bourganel.free.fr/zenphoto_test2) to see all the issues I have mentionned :
    - comment area is never displayed both on IE and FF
    - if there is a homepage, in the news list or news page, the news display the content of the homepage !
    - If several album pages, I can't go to the following pages: error "page not found" (the link for the next page is : http://vincent.bourganel.free.fr/zenphoto_test2/index.php?p=pages&page=2...)

    I am confused, but I can't reproduce myself the following issue :
    - the gallerific's slideshow is not working
  • vincent3569 Member, Translator
    new issue :
    I can't access to a published page by the top menu
    If I follow the link on the top menu, I go to the home page.
  • vincent:
    Ah - see comment error (from the old theme....). remove this line in header.php (line 107):
    `


    $('#comment-wrap').css('display', <?php if (getOption('zpgal_commentsslide_open')) { ?> 'block' <?php } else { ?>'none' <?php } ?>);

    `
    The other ones are specific to when you choose a homepage unpublished page, I need time to investigate. Does this also happen on the zenpage theme?

    Vincent - could you verify for me that these issues do not happen when you are not using an unpublished page as the home page? Thanks
  • Acrylian - the new theme is different in style somewhat than the old one. For my knowledge, did the homepage slideshow appear ok on his site with FF for mac? That was his issue, I guess.

    ozlang - did you modify this theme at all, looks like you are missing files. I suggest you upload this theme as a new theme (do not overwrite old theme files), and in the original folder as in the zip download (not that it should matter though, that you renamed the theme folder?)
  • vincent3569 Member, Translator
    I have removed the mentionned line in header.php
    Now, I can see something but not the good thing : I see "No Comments" and "Closed for comments", but the comments are allowed.

    I have tried zenpage theme with a homepage unpublished page : I have no problems to access to published pages

    I have tried to don't have a homepage unpublished page : I have no problems to access to published pages and this issue "If several album pages, I can't go to the following pages: error "page not found"" have also disappeared
  • acrylian Administrator, Developer
    @gjr: Ok, so the theme is basically a new one then? In that case it should have a new name or at least something like "zpGalleriffic 2.0" in case someone wants the old style and to work on it. Your decision of course.

    Edit: I just see that you actually do exactly this on your site (btw what happend to your actual site?)

    Ah, confused what browser to test. I can reproduce the issue in FF 3.6, no home page slidesshow. Actually it is there as I see the loader gif but no image but the tooltip on hover. Have no idea though, could be a z-index issue.
  • correct, gjr it's FF3.6.x that's having the issue. verified with a few other people. The *gallery* slide show (which is set as my home for now) does not show the slideshow box, but the *album* slideshow does.

    I deleted my old directory for the theme, created a new one with the original filename, uploaded it there, still have the problem. oh well.
  • @gjr: If you can't use the "problematic" browser, you can give it a try in the Adobe Browser Lab (https://browserlab.adobe.com) - very useful.
    In my case (Mac/FF) the homepage slideshow thumbs are showing, but the big picture on the right is missing.

    Question: With Gallerific Script enabled for the Album Page - is it possible to add the Watermark to the full screen pictures?
    And if I use Colorbox on the Image Page - is it possible to add the Colorbox "Browsing Arrows" (Next/Previous Image) to to the big images?
  • acrylian Administrator, Developer
    @gjr. FYI, I have added a new entry for the 1.4 theme on the themes section now. I did reuse your own screenshots.
  • @Aufstehn: unfortunately I do not have access to the problematic browser - FF for Mac. FF for PC works fine for me. OK - I have made another attempt at fixing (removed floats). Updated the download file. It is very frustrating I cannot debug this myself, I didn't realize FF for PC and Mac would have these differences.... (reminds me of IE crap...)

    @Aufstehn: watermarking works fine for me when set. On the colorbox image, make sure you set the target to the "sized" image in the theme options, otherwise it targets the original which is not processed by zenphoto, therefore has no watermark. Colorbox on image.php is meant for the single image only, therefore cycling through the images in image.php in colorbox isnot/will not be implemented. If you want to browse via image.php, enable the carousel thumb, or printalbum thumb plugins. This theme has built in style for both.

    @acrylian - probably best, although you can make your site look very similar to the original theme by setting some theme options, but really this is a totally different theme...Thanks!

    @vincent: Although I see your issues on your site, I am still unable to reproduce on my testing site. Will keep at it...
  • @vincent: correction, I am able to reproduce. Will work on it, thanks!
  • I had the Firefox problem on PC too, but I found out that it had something to do with the css-style: "div.slideshow-container, div.loader, div.slideshow a.advance-link"

    My wide images is 600px wide, and if I only make this space 600ox wide too, it does not show up in FF (it does in IE). But when I made it 650px wide it did show up. I suddenly noticed, that all of my tall images was showing in FF, and then I knew it had something to do with imagesize.

    Hope this can help others.

    Best Regards Susanne, DK
  • Oops by the way - that's with the "old" version with floats - that I got it to work. Sorry I didn't mentioned that before.

    Best Regards
    Susanne, DK
  • Still no. C'est la vie.
  • too confused to try to debug this anymore...pc...mac...ff...whatever. Maybe I will have a different outlook tomorrow or next week...lol
  • OK cross-browser burn out recovery.....

    Seems to be fixed on mac FF, thanks to Aufstehn and his suggestion of using adobe browser lab - great tool (and actually free for a year if you sign up by April).

    Also think I have fixed vincent's issue with setting the zenpage homepage...

    File updated

    Still working on others :)
  • Yeaup, looks like you got it! Awesome, looks great.
  • This is an awesome piece of work. A definite improvement on the previous version.
    If I was to add my 2 cents worth, I think it would be great if within the album view, the dead/white space to the left of the main/current image had the option of inserting the text belonging to that image, rather than having to click on 'Image details' to get the information relating to the image. Does that make sense?
    Otherwise I think this photo theme for zenphoto is nigh on perfect!
    Congrats to you gjr
  • Sincere apologies. It does this already yipee!
    Definitely 10 out of 10
    All hail gjr !
Sign In or Register to comment.