klihelp
Forum Replies Created
-
Thanks.
Hopefully later will be a manual triggering for the ajax indexing.Not yet, dashes for Subfolder’s children not relative to the Subfolder.
Looks like this is fixed, table looks nice.
Forum: Plugins
In reply to: [Eazyest Gallery] Folder icons set to Title only breaks gallery linksThis is partially fixed, but there are extra html empty markups, which a bit messes up the css styling.
And how about the second solution? not showing the ftp-directory name …
Least in the admin should look ok.Forum: Plugins
In reply to: [Eazyest Gallery] Really show an image as Folder iconOk, thanks, Random Image looks nice.
– maybe in a future plugin version: have this search for the first image would be goodForum: Plugins
In reply to: [Eazyest Gallery] Annoying Donate Button on edit pagesThanks. In theme fuctions.php I needed to call remove_action after an add_action .. This is how it’s worked:
// Remove Donate button function kli_ezg_donate_remove() { remove_action( 'post_submitbox_misc_actions', 'ezg_donate', 9 ); } add_action( 'post_submitbox_misc_actions', 'kli_ezg_donate_remove', 1 );The good thing is that this will be supported by WordPress 3.6:
http://core.trac.wordpress.org/ticket/22100The good thing is that this will be supported by WordPress 3.6:
http://core.trac.wordpress.org/ticket/18178Forum: Plugins
In reply to: [Eazyest Gallery] Annoying Donate Button on edit pagesI couldn’t make it work:(
Can you post a code to see how to use this action?Forum: Plugins
In reply to: [Eazyest Gallery] Issue selecting media view in media popupThis is not a feature request. But looks like you can’t reproduce.
I have setup a new wordpress install, and the issue is still there.Each row in the Subfolders table shows it’s children, but this list doesn’t have it’s Captions.
Forum: Plugins
In reply to: [Eazyest Gallery] Main folders table hides it's subfolders (in admin)Main Folders table not showing any child pages.
Forum: Plugins
In reply to: [Eazyest Gallery] Disable column in admin table?Understand. Can I fork the plugin?
Check the above code and you will see.
In any level of subfolder page, much nicer to
– shows no dash for it’s immediate children
– 1 dash for sub-subfolder, …Otherwise if you are in the eg.5th level subfolder than the Subfolder names gets very long and people will get confused because of the dashes …