While implementing a new theme for this site, I noticed some awkward behavior on the gallery page. After clicking on the link for older comments, the page got reloaded over and over in an endless loop. Lazyest Gallery loads a small javascript to search for an item that goes with the comment and displays the relevant folder or image if found. This javascript got triggered even when no particular comment was present in the url. This has been fixed by changing the javascript and the comments template.
Another problem was that this theme automatically adds line break and paragraphs to the content. This resulted in huge gaps in the gallery display. I have explicitly hidden some parts of the gallery to prevent this.
Please download and install Lazyest Gallery version 1.0.14 to fix these bugs.
This version fixes three issues:
- invalid XHTML markup for the gallery. WordPress automatically inserts paragraph elements around the gallery like this:
<p>[[ lg_gallery]]</p>. This will result in invalid XHTML because Lazyest Gallery inserts div elements. That's why the filter wpautop will be disabled for the gallery page.
- The memory handing for image processing has been changed to act just like WordPress.
- Furthermore, an extra option has been added for image popup plugins that insert URL popup code automatically. Check Force Other Popup Plugin Support to activate this option.
NOTE! This will link to full-size images view from the thumbnail view, bypassing the slides
Download version 0.10.4.2
Comments reloaded
While implementing a new theme for this site, I noticed some awkward behavior on the gallery page. After clicking on the link for older comments, the page got reloaded over and over in an endless loop. Lazyest Gallery loads a small javascript to search for an item that goes with the comment and displays the relevant folder or image if found. This javascript got triggered even when no particular comment was present in the url. This has been fixed by changing the javascript and the comments template.
Another problem was that this theme automatically adds line break and paragraphs to the content. This resulted in huge gaps in the gallery display. I have explicitly hidden some parts of the gallery to prevent this.
Please download and install Lazyest Gallery version 1.0.14 to fix these bugs.