Lazyest Gallery 0.15.6

Posted by on Jan 22, 2010 in Bug Fix, Lazyest Gallery and tagged ,
7 Comments

Kenold Beauplan pointed me to a bug in the Lazyest Gallery admin screen. This bug only occurs after a clean install of Lazyest Gallery. If this issue affects you, please give 0.15.6 a try. Download 0.15.6 or upgrade automatically from the Plugins menu in your blog’s admin area. Cole found some more bugs. They have been fixed and the new version, which will be available shortly, is 0.15.6.1

7 Comments

  1. Mike G
    19 February 2010

    Great plugin, thanks for your hard work. I noticed one small problem when using Lightbox 2.9.2 with Lazyest Gallery 0.15.6.1 but I don’t know which plugin is causing it. If the images in a folder span multiple pages, the Lightbox view doesn’t work for the images in that folder. I’ve worked around it by switching off pagination but thought you might like to know about it.

  2. Hein
    25 January 2010

    If i set the gallery to lightbox use i do have the same.. it opens the image directly instead of with the lightbox. I solved by installing the WP Pretty Photo plugin and setting the gallery to ” Show full size image (Recommended for HTML rewriting pop-up plug-ins) “

    • marcel
      25 January 2010

      Lazyest Gallery does not include the lightbox plugin itself. It only inserts the code to activate the javascript image display.
      FOr best results, prevent the lightbox plugin to rewrite the link.

  3. Florian
    24 January 2010

    Hello,

    I noticed that Lightbox is disabled when the galery is two pages or more. Is that normal ?

    cheers,
    Flohock

    • developer
      24 January 2010

      I’m not sure what you mean

  4. Cole
    23 January 2010

    I few errors/bugs I came across.

    in lazyest-admin.php line 169
    I believe $apage->status should be $apage->post_status

    in lazyest-widgets.php I got several notices concerning $lg_text_domain being either an undefined constant or undefined variable.
    I was able to get rid of these by putting global $lg_text_domain just after the def of the first function lg_lazyest_widgets
    then i had to add several $ to lines 144 148 and 152 as the var lg_text_domain was missing them in those lines.

    cheers,
    Cole