Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Set Gallery Folderyou can set any directory, but the path should be ralative to your wordpress root gallery
Forum: Plugins
In reply to: Change popup window sizeIC,
please have a look at lazyest-popup.php.
in the function FitPic:iHeight = document.images[0].height - iHeight + 10;Forum: Plugins
In reply to: Change popup window sizeyour can do something like this:
create a new variable
$myheight = (int)$lg_gallery->get_option( 'pictheight' ) + 10;
and in de popup window code put
height=" . $myheight . "Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Bug Fix for Titlesboth issues should have been fixed in version 0.16.5
http://downloads.wordpress.org/plugin/lazyest-gallery.0.16.5.zipForum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Bug Fix for TitlesThanks. I’ll fix it ASAP
Forum: Fixing WordPress
In reply to: Lazyest Gallery: How to order folders & remove error messagesHi Longhorns,
1) Reverse chronological order is cannot be achieved automatically. You can sort images and folders in the Lazyest Gallery admin menu by clicking on the table headers.
2) I think this is because another page is actually the gallery page I’ll check, may be a bug.Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Gallery not showing up in mediaas of version 0.16.1, the lazyest gallery menu is at the bottom of the menu.
If the menu is not visible, please check ro
es in Lazyest Gallery settingsForum: Plugins
In reply to: [Plugin: Lazyest Gallery] How to get rid of comment box?When you select to enable comments on pictures, it’s all or nothing. You can’t get rid of the comment box for certain folders.
add a font for the description div in your stylesheet:
.lazyest_image .description { font: (your font properties) }Forum: Plugins
In reply to: Lazyest Gallery Fatal ErrorThis bug has been fixed. Please install version 0.16.0.1
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Apostrophe in folder name breaks the gallerymacbrink & lazyest is one.
I didn’t propose it as a workaround but as a way of work to prevent awkward urls. As you know, I tackled the issue immediatelyForum: Plugins
In reply to: [Plugin: Lazyest Gallery] Apostrophe in folder name breaks the galleryHi Artem,
I have sent you an email countaining an updated version.See test at http://test.brimosoft.nl/my-gallery/?file=test%271/nicky2%2527eluca3e.JPG
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Apostrophe in folder name breaks the galleryI’ll fix the apostrophe bug rightaway.
OTOH why would you want to have apostrophes in folder or file names?
Btw, the period without a space is a formatting bugForum: Plugins
In reply to: [Plugin: Lazyest Gallery] New, larger slide typeWhat about an option to show slides in lightbox when a thumbnail image is clicked?
Hi Artem,
Asyncronous slide an thumb creation is on my list for version 1.0. Wp-cron would be a welcome addition. As soon as version 0.16.0 is out, I’am going to strat working on it
If you leave a comment on the Lazyest Gallery site http://brimosoft.nl/lazyest/ , I’ll drop you a mail.Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Error 500 – INternal server errorhi Frédérique,
I know about issues running Lazyest Gallery on servers with php 5.3.1 on Apache. I’m working on a solution for that now.
On the lazyest website you noted that your server is running php 4.
That should be no problem. Without a server error log it’s hard to tell how to solve this.