Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazyest Gallery] Change in widget name broke my siteI had mentioned the complete overhaul of all widgets in the Upgrade Notice.
The widgets do not have a shortcode to go with it.
The ‘old’ lg_random_image is available as template function:
lg_random_image( $title, $count $folder, $subfolders )
$title= title above the random image(s)
$count= number of images to show
$folder= folder name folder/subfolder
$subfolder= bool include subfoldersForum: Plugins
In reply to: [Lazyest Gallery] Change in widget name broke my siteAw, it was not my intention to break sites when I updated the widgets.
I think the title of the widget doesn’t matter as much as the fact that the widgets are now WP_Widgets insted of a lot of spaghetti coded functions 😉
Couldn’t you hide the titles with css?Forum: Reviews
In reply to: [Eazyest Gallery] Very easy to useYou’re welcome.
Thank you for the review.Forum: Plugins
In reply to: [Eazyest Gallery] Can't see where to add gallery?I have emailed a fixed file to you.
Forum: Plugins
In reply to: [Eazyest Gallery] Can't see where to add gallery?Please try to delete and reinstall the plugin.
Please drop a line at http://brimosoft.nl/lazyest/contact/ so I could contact you by e-mail.Forum: Plugins
In reply to: [Eazyest Gallery] Can't see where to add gallery?Go to your plugin page and hit refresh. An updated version should be available.
Please check if it downloads version 0.1.0-RC-11After that, check your settings if the gallery folder is
wp-content/gallery.
You cannot usewp-content/uploadsbecause that conflicts with WordPress default media.Forum: Plugins
In reply to: [Eazyest Gallery] Can't see where to add gallery?You can change it, as long as you don’t have any folders in your gallery.
RC-11 will be available in a few minutes. Thank you for reporting the error.Forum: Plugins
In reply to: [Eazyest Gallery] Can't see where to add gallery?oops, left some debug stuff in there
Forum: Plugins
In reply to: [Eazyest Gallery] Can't see where to add gallery?If you select the default gallery, save your settings and check if the folder exists.
Go to the Eazyest-Gallery menu and add folders to your gallery.
You can upload images to your folders.(trunk) Sttings screen now shows the file system path to your gallery folder.
(in trunk) Image collector now runs on the Media Library screen.
Forum: Plugins
In reply to: [Eazyest Gallery] Issue selecting media view in media popupreverted this to behavior of RC-8
reverted this to behavior of RC-8
Okay, maybe it’s better to fire the image collector on the media page too.
if you have this setup, the gallery folder should be ../wp-content/ftp
The gallery folder is relative to ABSPATH, the WordPress folder.
May need some clarification in the settings page…