Aesqe
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Files not actually deletedFixed in 1.6.7 which will be out by Monday – thanks for the bug report, pheonixgh! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] What if there are 2000 gallery pages?Implemented in 1.6.7, it’ll be out by Monday.
Thanks for the tip and the code, s0what! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] I don't know how to get it to work@jaypeetee26: could you please tell me which version of the plugin and what browser are you using?
I’m assuming you have WordPress 3.1 installed?
Thanks!
bruno
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Problems after WP upgrade to 3.1Hi smilenj,
I’ve tested File Gallery v1.6.5.4 with WordPress 3.1 and I don’t get any errors, I’m sorry to hear that you do :/
Could you please tell me what version of File Gallery you have installed and which browser (and version) you are using?
Also, if you can, it would help if you could test File Gallery on its own – with all other plugins deactivated – and see if you still get errors.
Thanks!
Bruno
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Media Library – "sort by"Thanks for the idea, joo-joo, I’ll add it to my todo list 🙂
Forum: Plugins
In reply to: [File Gallery] Live samples of file-galleryHi brucedraganjac 🙂
I’ve added a couple of default examples to the File Gallery page on my site, the link is at the top of the page: http://skyphe.org/code/wordpress/file-gallery/
If you’d like to see some specific example, leave a comment here and I’ll add it as soon as I can 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Does not work…@llprice: I’m glad you’ve found your way around 🙂
There are a few bugs regarding my options system, and sometimes the default options override those already – I hope to have that fixed for both old and new users soon.
The manual is a bit outdated too, but I hope I’ll be able to do something about it in the following weeks.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] I don't know how to get it to work@jaypeetee26: there should be a new metabox titled ‘File Gallery’ on your post/page editing screen.
If there isn’t, then please go to your media settings page and scroll down to ‘File Gallery’ section, option ‘Display File Gallery on which post types?’, and then check the checkboxes for those post types you wish to use it on.
If checkboxes for post and page post types are already checked, then click the ‘screen options’ link at the top of your editing screen and check the checkbox next to ‘File Gallery’.
It’s a bug I’m aware of and will be fixed in next version, thanks for understanding 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Organizing Multiple GallerysHi Bruceleeroy 🙂
What you need is a plugin that would allow for some customizations in the way uploads are organized. File Gallery does not have such capability (yet), unfortunately…
I’m not aware of existence of such plugin, but maybe someone ends up here recommending, or even writing something to suit your needs.
Please do leave a comment here if you happen to find a useful plugin for your use case! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Does not work…@tamara-it: you can display gallery images in a lightbox easily using File Gallery.
WordPress comes with Thickbox included – it is a bit dated by today’s standards, but works just fine.
When inserting a gallery, just set the link class to ‘thickbox’ (without quotes) and, if it’s not already there, also add ‘thickbox’ under ‘Auto enqueue lightbox scripts for which link classes (separate with commas)?’ option on the media settings screen – and that’s it 🙂
I’ll add a section about it in the help file, but here’s how lightbox support is implemented in File Gallery:
1) register your lightbox script in WordPress (or install a plugin of it)
2) that same script name you used to register lightbox with WP, add it to the ‘Auto enqueue lightbox scripts for which link classes (separate with commas)?’ option field
3) use that same script name as link class in your gallery
4) File Gallery will try to enqueue that script automaticallyI’ll still have to implement support for a variety of lightbox scripts, but the basic support is there for most of them.
Hope this helps 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Resizing thumbnails and main picture@dtimekeeper: image size for the bigger image is set in the template file itself, as it’s non standard behavior to have more than two image sizes in a gallery (one for thumbnail links, the other for linked images).
“Simple” template is there merely to show what can be accomplished with File Gallery templates and a little bit of JavaScript 🙂
I think the best advice I can give you is to make a copy of the simple template in your theme directory and then change the string ‘medium’ at the end of line 4 in the gallery.php file (“$intermediate_size = wp_get_attachment_image_src($attachment->ID, ‘medium’);”) to ‘large’ or ‘full’ or some other custom image size.
Here’s a copy/paste from a mail on how to make a copy of the template that I’ve sent to another person asking about a similar thing today:
1) create a subdirectory named “file-gallery-templates” in your theme directory, and then copy the whole “simple” template directory into it. Rename that copy of the “simple” directory to something else, like “simple-custom”.
2) open the “style.css” file and replace all occurences of “.gallery.simple” with “.gallery.simple-custom” (or anything else you choose to name the new template)
3) still in the style.css file, change the value “50%” to “100%” on line 56 – that should place the bigger image before the thumbnails.
4) play with the percentage values on line 73 of the css file – that sets the width of the thumbnails
Please do reply here if you have more questions 😉
@tharpa.osang: I’m glad you’ve worked it out, but I’m a bit confused by the “If I look at the source, they are all there, but are not visible” part of your comment. Which template and what settings were you using? Thanks 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Does not work…@tamara-it: when you’re on the single post editing screen, do you see the File Gallery metabox with thumbnails of pictures attached to that post?
If yes, please check that on WordPress media settings page, the very first File Gallery option – “Disable ‘File Gallery’ handling of [gallery] shortcode?” – is not checked.
If you don’t see the File Gallery metabox, please check if it’s enabled via Screen options tab (right top of the page).
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Not working@magaworks: I’m so sorry about that, I messed up when working on settings upgrade and this is what happens – some of your settings might get overwritten.
My apologies, I’ll fix it in next version :/
sorry about that, Grenem, I should have noticed that myself 😐
I’ve uploaded v1.6.5.4 of the plugin (which fixes this), but it might take up to 15 minutes for it to become available.
thank you very much for reporting this!