Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazyest Gallery] Eazyest Gallery AdministratorHm, that should work.
I’ll have to test such a scenario.Forum: Plugins
In reply to: [Eazyest Gallery] One picture in multiple galleriesEr, I don’t quite understand your question. You are not talking about folder icons or featured images?
Forum: Plugins
In reply to: [Eazyest Gallery] Switch between "More Thumbnails" and "Next page"There is no such option, sorry
Forum: Plugins
In reply to: [Eazyest Gallery] Eazyest Gallery AdministratorLazyest roles do not apply to Eazyest Gallery, and they should have been removed during the upgrade process.
What is the user’s WordPress role?Forum: Plugins
In reply to: [Eazyest Gallery] One picture in multiple galleriesYou can set a featured image, but this version only allows to pick it from the folder itself.
I’m working on it to extend the selections for Featured image.What about an option to set the folder icon to the parent folder icon? Would that work for you? I’ll include it in 0.2.0
Forum: Plugins
In reply to: [Eazyest Gallery] Observations of plugin so far with test site exampleIf you want to show a single folder, you may use the [eazyest_folder folder=”my-folder”] shortcode in any post or page.
For slideshows, use [eazyest_slideshow folder=”my-folder”].
You don’ necessarily need a separate camera plugin, because it is included in Eazyest Gallery.Please read the other forum posts about full width teplates.
http://wordpress.org/support/topic/how-to-get-folders-to-full-width-template?replies=4Add the following code to your child theme functions.php to remove the breadcrumb trail:
function remove_eazyest_gallery_breadcrumb() { remove_action('eazyest_gallery_before_attachment', 'ezg_breadcrumb', 5); remove_action('eazyest_gallery_before_folder_content', 'ezg_breadcrumb', 5); } add_action( 'eazyest_gallery_ready', 'remove_eazyest_gallery_breadcrumb', 1 );Forum: Plugins
In reply to: [GD Star Rating] Star rarting does not workLoading an other jquery than what is included in WordPress is a road to failure.
However, on my site, with WordPress jquery, the javascript still returns an error.
What a pity the plugin author doesn’t visit this forum.Forum: Plugins
In reply to: [Eazyest Gallery] Your gallery folder != Gallery slugfixed in trunk
Forum: Reviews
In reply to: [Eazyest Gallery] nice successor for layzest galleryThanks for the review, and thanks for bug-hunting.
Forum: Plugins
In reply to: [Eazyest Gallery] one picture on page with click to see slide in lightboxIt is on my list to be added, just like in Lazyest Gallery
Please wait until after 0.1.0Forum: Plugins
In reply to: [Eazyest Gallery] Gallery Page Showing Incorrectlyfixed in trunk.
Forum: Plugins
In reply to: [Eazyest Gallery] Full Page – No sidebar templatePlease do not add files to the plugin directory.
You have to make a single-gallery-folder.php file in your child theme directory.
Best start with your theme’s page.php and add eazyest-gallery stuff to it.Lazyest Gallery just placed everything in a WordPress page, which eventually broke many other plugins.
Forum: Plugins
In reply to: [Eazyest Gallery] Lazyest Gallery and Eazyest Gallery images not showingAdd the following code to your child theme functions.php to remove the breadcrumb trail:
function remove_eazyest_gallery_breadcrumb() { remove_action('eazyest_gallery_before_attachment', 'ezg_breadcrumb', 5); remove_action('eazyest_gallery_before_folder_content', 'ezg_breadcrumb', 5); } add_action( 'eazyest_gallery_ready', 'remove_eazyest_gallery_breadcrumb', 1 );If you want to hide the ‘more thumbnails’ link below the thumbnails, add this to your child theme style.css:
.thumbnail-navigation { display:none; }Next time, please make a new support topic if you have new questions.
Forum: Plugins
In reply to: [Eazyest Gallery] Full Page – No sidebar templateYou could make a compatible template.
Please read;
http://wordpress.org/support/topic/how-to-get-folders-to-full-width-template?replies=4Forum: Plugins
In reply to: [Eazyest Gallery] Your gallery folder != Gallery slugGood idea.
The slug should not resolve to existing directory.