New Theme for 1.2.9 - zpGalleriffic

Hi,

This theme is for the upcoming release of 1.2.9, I have only been testing it with the nightly build, so I do not think it will work correctly with the current release.

I have been tinkering with this ever since I came across Galleriffic - what a great script! Pair it up with ZenPhoto and it is pretty sweet. I hope you all like it -

Let me know of any issues here and I will try to fix for the 1.2.9 release.

DEMO AND DOWNLOAD
«134

Comments

  • Nice.

    The Effervescence+ theme has a rectangular "lock" image that might work for yor password protected items. Might not be so badly distorted.

    Just copy `err-passwordprotected.gif` from that theme into the images folder in your theme to try it out.
  • acrylian Administrator, Developer
    Indeed nice. I will create a entry on the themes section soon.

    One note: It would maybe be better not to preload all big images in the background.
  • Thanks guys! Yes, the lock image from effervescence looks much better.

    Acrylian, how many images would you suggest to pre-load? Right know it pre-loads all thumbs in the current view. When you click next page, it then pre-loads all of those. Is the demo sluggish for you? This is a setting is the js file, maybe I can make it a user setting...
  • acrylian Administrator, Developer
    Not it is not sluggish for me but it might for people with slower computer or connections if a site uses many images with biggers sizes for example.

    Galleriffic (nice script, I didn't know that- would make a nice plugin...:-))) does not only preload all thumbs but also all big images.
    I know of course that these kind of JS things need that. No big issue just nice to have as less is still more...:-)

    (Btw. you might be interessted that I am working on a jCarousel plugin sideways).
  • @acrylian - can't wait to see the jcarousel plugin... Also, I think there was a mistake when entering zpGalleriffic into the theme directory. Looks like the description text and theme link went into my other theme zpFocus, and zpFocus info was deleted?
  • acrylian Administrator, Developer
    Thanks for noting, there was indeed an accident.... I will correct it.

    The jCarousel plugin will maybe become an official one, we haven't decided yet.

    EDIT: Theme entries corrected.
  • vincent3569 Member, Translator
    hello

    what is the likely date for the release 1.2.9 ?

    i've installed this wonderfull theme on zenphoto 1.2.8 but it doesn't completely working (the album's page is allways empty)
  • acrylian Administrator, Developer
    1.2.9 is scheduled for March 1st. The date for the next release is always listed here: http://www.zenphoto.org/trac/roadmap
  • And you can always use the nightly build until then.
  • could you please add google map support to your nice theme?
    thx a lot!
  • Wonderful theme! Would someone be interested in helping me figure out how to add the shutterfly plugin to this theme. I have read thru some of the documentation but am still somewhat lost. Thanks in advance!!
  • makar Member
    I've also noticed that when using contact form, "Confirm" button could use a bit of adjusting. This is how it looks for me in Firefox:

    http://img169.imageshack.us/img169/5967/screenshot1mt.png

    Thanks!
  • Thank you so much gjr for the excellent theme. I was spending some time to edit the default zenpage theme to meet my needs until yours became supported in the new zenphoto version. its great!

    I need your support in two things:
    1- How can I enable the alt album view (without pagination) as in the screenshots of your theme?

    2- For some reason, no image links are embedded in the image page when I select the colorbox! the photo doesnt open correctly in all other ways. I tried the colorbox in the (about me) page and it seems working fine. This is not the case in the image page. Any suggestions?

    - by the way, I tested the colorbox using the default zenpage theme and it worked fine.

    Here is the link to an image page:
    http://www.al-riyadh.org/photography/landscape/NBP-Wave.jpg.php

    Thanks
  • gjr Member
    1 - uncheck use Galleriffic in the theme options

    2 - Did you modify the image.php page? Your link to the image should be going to the full size original image. If you modified, try replacing it with the original again...
  • Thanks gjr for your quick reply.
    1 - worked! :) thanks

    2- I didnt modify the image.php page. Full size image is displayed in any other theme I test. Source code for the image page in the link above you will notice there is no link referenced:

    -----
    `

    Natural Bridges Park

    `
    -----

    Here is the code piece from image.php included in the theme:
    -----
    `

    <?php if ((getOption(final_link))=='colorbox') { ?>" title="<?php echo getBareImageTitle();?>"><?php printDefaultSizedImage(getImageTitle()); ?><?php } ?>
    <?php if ((getOption(final_link))=='nolink') { printDefaultSizedImage(getImageTitle()); } ?>
    <?php if ((getOption(final_link))=='standard') { ?>" title="<?php echo getBareImageTitle();?>"><?php printDefaultSizedImage(getImageTitle()); ?><?php } ?>
    <?php if ((getOption(final_link))=='standard-new') { ?>" title="<?php echo getBareImageTitle();?>"><?php printDefaultSizedImage(getImageTitle()); ?><?php } ?>

    `
    -----

    Thanks for your support
  • gjr Member
    hmmm... and you say it works when you switch to standard link in the options?
  • no it doesn't. The full size image is displayed correctly (using any style including colorbox) in the default themes, but not in zpGalleriffic.

    here is a list of what happens with each option in zpGalleriffic .
    1- Colorbox: only shows the spinning line, no full size image is loaded.
    2- Standard Zenphoto: just reloads the page.
    3- Standard Zenphoto - New Page: opens a new page but loads the image.php page and not the full size image.
  • First off, love this theme and using it now.

    One problem I am encountering is from the news page (news.php)
    At the bottom of the page the news navigation is broken.

    http://yfrog.com/1r64149903j

    Here is the code that came with news.php

    <div id="pagination" class="clearfix">
    <?php printNewsPageListWithNav( gettext('Next ›'),gettext('‹ Previous'),true,'clearfix' ); ?>
    </div>

    How and where can I fix this broken pagination.

    My screen resolution is 1440 X 900 and I'm using the current Firefox.

    Thanks for any and all help.
  • gjr Member
    I will attempt to fix this if I release another version. You could fix it yourself. See the issue in this thread:

    http://www.zenphoto.org/support/topic.php?id=6551
  • I absolutely love this theme, but it would be nice if it followed the image size setting under Options > Theme. It now always defaults to 500px, while I would like to make it slightly larger. Is this a bug?
  • Ah, it seems header.php overrides it (because images bigger than 500px don't show nicely in portrait, while 540px width still works for landscape photo's). Could this be made configurable? It will change size of the rest of the theme elements too though...

    Also, css/default-orange.css does not exist :)
  • gjr Member
    Anyone with html/css knowledge can modify this theme to their heart's content! I forced the 500px so persons without the knowledge would not have to worry about it.

    Modifying above 500px you will probably have to modify the rest of the theme's css as well.

    default-orange.css does not exist, this is not a mistake, the default orange styles are in screen.css. When another color is chosen, those style override the screen.css.
  • vincent3569 Member, Translator
    hello

    some bug reports
    1- with IE (6 and 8), the naviguation bar bar is not right but it is shifted and the display of thumbnail is not smooth : there are some empty spaces in the display
    [URL=http://img694.imageshack.us/i/capturertb.jpg/][IMG]http://img694.imageshack.us/img694/4936/capturertb.jpg[/IMG][/URL]

    2-on the album page if comments are allowed, there is no display of the comment box
    [URL=http://img708.imageshack.us/i/capturer2n.jpg/][IMG]http://img708.imageshack.us/img708/6656/capturer2n.jpg[/IMG][/URL]
    [URL=http://img691.imageshack.us/i/capturer3m.jpg/][IMG]http://img691.imageshack.us/img691/7686/capturer3m.jpg[/IMG][/URL]
  • gjr Member
    1. I cannot reproduce your issues with ie7 or ie8. ie6 is obsolete and I no longer use special hacks and additional css files to accomodate...

    2. I cannot reproduce. Comments work fine for me in all major current browsers on album page when albums are open for comment.
  • vincent3569 Member, Translator
    1- you have seen my 2 screenshots ?
    they were taken with IE8 : it's not obsolete ;-)

    if you can fix the problem it would be wonderfull

    tanks a lot for your theme !!
  • gjr Member
    Like I said, I cannot reproduce your issues in ie7 or ie8. Sorry. If you provide a link.......
  • Hi,
    the zpGalleriffic theme is the most nice theme i ever saw for ZP, I use it on my gallery anyway, there are some "bugs". For example there are several ocurences of non-respect of the exact msgid for languages... and, also, the slideshow cant show buttons in choosed language, because the texts are shown direct withouth calling gettext ...

    anyway, great stuf zpGalleriffic
  • and, comments are not working on album page in Opera 10. which is the only browser that get thru the ACID3 test last Year.. comments are working only on photo detailed view...
  • just wanted to say that I got my problem solved! for some reason it didn't like 'no access' in full image protection settings. Once that is changed to 'unprotected', full image link is properly shown.
    Thanks again for designing this excellent theme.
  • gjr Member
    For example there are several ocurences of non-respect of the exact msgid for languages

    no idea. Please point me in the right direction.

    the slideshow cant show buttons in choosed language, because the texts are shown direct withouth calling gettext ...

    Yes, this is unfortunate because the text strings for these are pulled the the galleriffic scripts options. I will plan a work around if I need to release another version.

    and, comments are not working on album page in Opera 10

    Try in the demo with Opera....still doesn't work? Are comments enabled for albums or that specific album?
Sign In or Register to comment.