Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazyest Slides] [Plugin: Lazyest Slides] Fatal Error – 0.5.2not workingplease try if 0.5.3-beta would fix this fatal error
http://wordpress.org/extend/plugins/lazyest-slides/developers/Forum: Plugins
In reply to: [Lazyest Slides] [Plugin: Lazyest Slides] Fatal Error – 0.5.2not workingthanks for the bug report. I’ll see what I can do.
What server do you use?
Do you use accented characters in your file or folder names?Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Download folderSuch option does not exist, save right-clicking the image links.
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Download folderwhat browsers have you tested for the uploader?
Forum: Plugins
In reply to: Lazyest Gallery and WP Super CachePlease try the really-random-image widget from the Lazyest Widgets plugin. It uses AJAX to fetch the images.
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Missing Slide Show buttonIn ftp you could overwrite the existing lazyest-gallery folder.
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Missing Slide Show buttonplease try lazyest gallery 1.1.13-beta and add the following to your (child) theme functions.php:
function my_slideshow_button( $var ) { return true; } add_filter( 'do_lazyest_slideshow_button', 'my_slideshow_button');Forum: Everything else WordPress
In reply to: cannot open forum topic on wordpress.orgnow the title has changed, but the link does not work yet.
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] No rounded borders on Widgetsthis is not a ALzyest Gallery issue, but an issue in your theme.
Images in your content have rounded borders, sidebar images don’t.to fix it, please add this to your stylesheet:
.widget-area img { border-radius: 4px; box-shadow: 0 1px 1px rgba(0,0,0,0.4); }Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Missing Slide Show buttonHm, the absence of the slideshow button in the folder shortcode generated galleries is hardcoded. I can’t remember why 😉
I’ll add some extra code to a enable slideshow button in folder shortcodes in the next release.Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Hidden folder or sub folder?Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] BBPress crashes on WordPress 3.4fixed in bbPress 2.0.3 thanks!
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] BBPress crashes on WordPress 3.4Looks like something is wrong in the posts query. Single Forums, Topics and Replies do open. The main page with all forums crashes, even when BBPress is the only active plugin.
Forum: Plugins
In reply to: [Lazyest Stylesheet] Lazyest Stylesheet Help NeededThe lazyest gallery popup is a stand-alone file. It does not include lazyest stylesheet
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Don't display number of imagesyes, but you could also select
Thumbnail View Options -> Count Images -> Don’t show number of images in folder
in Lazyest Gallery Settings