Aesqe
Forum Replies Created
-
1.) those “default” File Gallery options on the Media Settings page are used to set defaults for File Gallery metabox on post editing screen only.
They do not have any impact on visual display of your galleries. Anything you set there as “default” value will be shown as the default value for an option in the File Gallery metabox.
In RC12, I’ve finally added a notice to the Media Settings page, because this issue has already confused way too many people 😀
2.) Regarding custom templates:
I can’t tell you exactly when I’ve changed this, but any custom template placed in the plugin folder will be ignored. Please place your custom templates in your theme’s directory, in a subdirectory called “file-gallery-templates” (you can filter this location using two filters: “file_gallery_templates_folder_url” and “file_gallery_templates_folder_abspath”).
Also, I’ve been ‘moving things around’ in the code, and I’ve forgot to add a value to one of the constant-turned-variable’s (so no custom template worked in RC11), but I’ve fixed it in RC12 and will release it shortly.
Thank you for your patience and your bug reports! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] 1.7 RC10 and saving postsOK, fixed both bugs for RC12 – will upload it later today.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Problem with image attachment copyngThanks for the tip, Sharaf.
I’ve fixed it in RC12 – I’ll upload it later today and let you know when it’s available 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Caption & Description w/in Image@txpk: do you mean like an overlay over each image?
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] 1.7 RC10 and saving postsRC11 is out: http://downloads.wordpress.org/plugin/file-gallery.1.7-RC11.zip and this issue is fixed.
Please test and report 😉
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Pagination problem?@rickone: unfortunately, I haven’t been able to reproduce and fix the situation you’ve had on your site 😐
I’ve added a basic debugger to File Gallery 1.7-RC11 (download from here), you could use that to see what the current File Gallery properties are.
To see debugger output, you need to define a constant in your theme’s “functions.php” file, like this:
define('FILE_GALLERY_DEBUG', true);and then add a ‘file_gallery_debug’ variable to your gallery URL, like this:
somesite/gallery/?file_gallery_debugPlease try it out and let me know what the output is – and thank you for your patience.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] File Titleyou could create a custom template, it’s easy – see here how: http://skyphe.org/wp-content/plugins/file-gallery/help/index.html#your_own_templates
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Issues with "preview"?Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Feature request: add filesI’ve pushed v1.7RC-11 into repository, you can download it from here: http://downloads.wordpress.org/plugin/file-gallery.1.7-RC11.zip
Forum: Plugins
In reply to: [Plugin: File Gallery] ie bug with simple templateI’ve pushed v1.7RC-11 into repository, you can download it from here: http://downloads.wordpress.org/plugin/file-gallery.1.7-RC11.zip
It should work properly in MSIE now – please test and tell me if you experience any other problems.
Thank you! 🙂
Forum: Plugins
In reply to: [File Gallery] Media-Tag duplicate submenus fixYes, I think you can safely install RC-11, there should be subtle overall improvements 🙂
Forum: Plugins
In reply to: [Plugin: File-Gallery] Option to use tags with no images attached firstActually, you’re totally right – it definitely should be possible to insert a tag gallery without any files attached to a post.
I’ll put it on my todo list and fix it ASAP. Thanks for the valuable information 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Feature request: add filesHopefully, by December 1st.
And I’ll try to release RC11 tonight.
Forum: Plugins
In reply to: [Plugin: File Gallery] ie bug with simple templateI’m looking into it right now. IE has a quirky, overly strict JavaScript engine, and is difficult to debug.
I think that the problem is in the IMG “(on)load” event, which seems to be a little buggy in all browsers, not just MSIE.
Also, please remember that the “Simple” template was added in just to show how things can work with JavaScript in the template, it’s basically a demo 🙂
I’m really low on free time, and sometimes it’s weeks before I can dedicate any of it to “File Gallery”.
Thanks for understanding.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Pagination problem?@rickone: could you please paste the shortcode you’re using for that gallery here? I’m not exactly sure what’s going on, but it looks like the link you’ve included above is stuck on page 2, for some reason 😐
Did you try switching to default theme for a minute to see if it looks any different then?
Thanks! 🙂