Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazyest Gallery] Best way to re-add images?Could be two things:
The time linit is to smaal for Eazyest Gallery to process your images, or the amount of memory available to PHP is not enough to resize the images.
Try opening the folders one by one to see which images do and which don’t load.Forum: Plugins
In reply to: [Lazyest Slides] Lazyest Slides CarouselYou have a popup when you click on a thumbnail.
The carousel shows on your slide view, but you will never get there if you have this popup.Forum: Plugins
In reply to: [Lazyest Gallery] Bulleted Albums and Images?Somehow, the Lazyest Gallery Stylesheet does not load on the Newer Site.
Please go to Admin Lazyest Gallery -> Themes, select the default style sheet and select the default style sheet.
If that doesn’t work, pease add this to your child theme style.css.lg_gallery ul.lgf-list li.lgf-item, .lg_gallery ul.lgi-list li.lgi-item { list-style-type: none; display: inline-block; position:relative; vertical-align: top; }Forum: Plugins
In reply to: [Lazyest Slides] Lazyest Slides CarouselDid you change/update anything else?
Have you checked your Lazyest Gallery and Lazyest Slides settings?Forum: Plugins
In reply to: [Eazyest Gallery] Thumbnail captions – Twenty Twelvesomething went wrong in updating, new version is online soon
Forum: Plugins
In reply to: [Eazyest Gallery] Turn off commentsWhat theme do you use?
You could change the templates to not include the comments templateForum: Plugins
In reply to: [Eazyest Gallery] Thumbnail captions – Twenty Twelveplease try version 0.1.1
http://downloads.wordpress.org/plugin/eazyest-gallery.0.1.1.zipForum: Plugins
In reply to: [Eazyest Gallery] Thumbnail captions – Twenty TwelveOkay, I forgot to remove three lines of code.
I’ll update the plugin ASAP.Forum: Plugins
In reply to: [Eazyest Gallery] Orient images based on exifDo you have the PHP EXIF extension installed and activated on your server?
Forum: Plugins
In reply to: [Eazyest Gallery] Orient images based on exifAll downloads for Eazyest Gallery versions on:
http://wordpress.org/extend/plugins/eazyest-gallery/developers/Forum: Plugins
In reply to: [Eazyest Gallery] Folder description to the topow yeah. I was to fast in typing my answer. It should have been:
function content_before_thumbnails() { remove_action( 'eazyest_gallery_before_folder_content', 'ezg_folder', 10 ); add_action( 'eazyest_gallery_after_folder_content', 'ezg_folder', 4 ); } add_action( 'eazyest_gallery_ready', 'content_before_thumbnails' );nu zou het moeten werken.
Forum: Plugins
In reply to: [Eazyest Gallery] Folder description to the topAdd this to your child theme functions.php:
function content_before_thumbnails() { remove_action( 'eazyest_gallery_before_content', 'ezg_folder', 10 ); add_action( 'eazyest_gallery_after_folder_content', 'ezg_folder', 4 ); } add_action( 'eazyest_gallery_ready', 'content_before_thumbnails' );Amazing how flexible Eazyest Gallery is eh? 😉
Forum: Plugins
In reply to: [Eazyest Gallery] Images are not shown in a lightboxI use the plugin Shadowbox JS on my sites. It also works for video and music links.
You have to disable Shoadowbox automation for image links when you use Eazyest Gallery.Forum: Plugins
In reply to: [Eazyest Gallery] Images are not shown in a lightboxYes, you need a lightbox plugin, Eazyest Gallery only adds lightbox markup, but does not actually deliver the popup script.
BTW, the plugin is not guaranteed to work in a multisite environment.Forum: Plugins
In reply to: [Eazyest Gallery] Orient images based on exifPlease try development version.