Aesqe
Forum Replies Created
-
That’s by design – “columns.css” is included only if you’re using one of the default templates.
As it’s a small file, best if you just copy its contents into your template’s CSS.Regarding exclude: thanks for catching that – I recently switched all attachment queries to use WP_Query class directly, as opposed via get_posts(), and forgot to change ‘exclude’ parameter to ‘post__not_in’.
I’ll release RC13 tomorrow, thanks again 🙂
Yes, if you’re calling file_gallery_shortcode() from within your templates, then you must enqueue CSS files manually.
[gallery] shortcode is parsed before WordPress gets to your theme, so CSS files can be enqueued automatically and show up in document header.
But when you use file_gallery_shortcode(), document header is already processed, and CSS files cannot be linked from within document body.
Forum: Plugins
In reply to: [Plugin: File Gallery] Simple template not work..Anyone experiencing trouble with the Simple template, please download File Gallery 1.7-RC12 from here and tell me if it works alright now.
Thanks! 🙂
If anyone else is having trouble with the Simple template, please report them in this thread here: [Plugin: File Gallery] Simple template not work...
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Problem with image attachment copyng@sharaf Maksumov
Please download File Gallery 1.7-RC12 from here and see if it works better now: http://downloads.wordpress.org/plugin/file-gallery.1.7-RC12.zip.
Thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] 1.7 RC10 and saving postsRC12 uploaded 🙂
Please download it from here and see if it works now: http://downloads.wordpress.org/plugin/file-gallery.1.7-RC12.zip.
RC12 is out, please test your custom templates against it. Thanks! 🙂
You can download File Gallery 1.7-RC12 from here: http://downloads.wordpress.org/plugin/file-gallery.1.7-RC12.zip.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Buttons misalignedI think I’ve fixed that in RC-12 🙂
Please download File Gallery 1.7-RC12 from here and see if it’s better now: http://downloads.wordpress.org/plugin/file-gallery.1.7-RC12.zip.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Buttons misalignedYou can’t, not here directly. You can upload it to one of free image hosts, such as http://imgur.com or http://tinypic.com and paste the link here. Both Imgur and Tinypic do not require registration and are “safe”.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Error: Editing imageOK, thanks for the info, I’ll look into it as soon as I can.
Forum: Plugins
In reply to: [File Gallery] Lightbox@worldrider: Lightbox Plus and File Gallery can work together if you:
1.) disable Lightbox Plus’ “Use For WP Gallery” option
2.) on WordPress “Media Settings” page, add jquery-colorbox to the list of supported lightbox scripts (option “Auto enqueue lightbox scripts for which link classes (separate with commas)?”)
3.) when inserting a gallery, use jquery-colorbox as link class, and lightbox as rel attribute value
That should work just fine.
Sorry it took me this long to answer :/
@lukehm: you can use the variable
$attachmentin your templates, it’s an post object that contains current attachment’s data.So, to get the ID, just use
$attachment->ID.Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Buttons misaligned@lukehm: I’m glad File Gallery helped someone 🙂
could you please send me a screenshot of the misalignment? Which browser are you using?
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Error: Editing image@lukehm: is that in 1.7-RC11 with WordPress 3.2.1?
Does the file you’re trying to edit have copies, is it a copy of another attachment?
Unfortunately, I can’t reproduce the error on my setups 😐
Could you send me a screenshot of the error?
Thanks!
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] media isn't deleted from serverfirst of all – sorry it took me so long to reply. Also, I’m glad you like “File Gallery” 🙂
If you try to delete an attachment that has copies, or is a copy of another attachment itself, File Gallery will prevent the file from actually being deleted, because all copies of an attachment share the same file in the file system.
I’ll go through the whole procedure next week and see how I can improve on it.