Aesqe
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Won't allow reordering.I’ll release an update tomorrow to fix this issue.
my apologies on a slow response, but it’s my last week at work before summer break and I’m busy as hell.
thanks for understanding, and thanks for using File Gallery 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Plugin not showing in Custom Post Typethank you for answering support questions, @helgatheviking, I really appreciate it! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Media Library Load Timesalso, when you say “wp dashboard menu”, do you mean the media library page, or are you loading media library items on the actual WordPress dashboard?
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Media Library Load Times@araiher: we’ll fix it, don’t worry 🙂
I just need to know 2 things:
– how many media items per page do you have displayed?
– did you have this problem with the previous version of the plugin?Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Problems with the thumbnails@vox Terman: could you tell me how you are displaying the thumbnails? that is, what function are you using?
Are you using “file_gallery_shortcode” or a generic WordPress function?
If you could paste here a snippet from your home.php or index.php, that would really help.
Have you maybe recently changed the thumbnail size media setting? Because if you did, the old thumbnails will need to be updated/regenerated to match the new size.
In the end, if you just want a generic solution, you could paste this at the end of your style.css file:
.attachment-blog-top { width: 720px; height: auto; }Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Problems with the thumbnails@vox Terman: could you explain a bit further what exactly is the problem?
All the thumbnails on your site are 720px wide, as far as I can tell.
Could you post a code snippet here and tell me which version of File Gallery you are using?
@sean Botha: could you post the code you use to display the thumbnails here?
are those thumbnails featured images for posts?
Forum: Plugins
In reply to: [File Gallery] File Gallery suddenly stopped showing thumbnails on new images@webdude75: I’m not exactly sure, but it seems to fail when detecting if original images are displayable images (function “file_is_displayable_image”). Anyhow, I’ve tested it locally with the same pictures and all the thumbs look fine…
Have you changed anything recently in your server configuration?
Could be that WordPress can’t read the files for some reason, maybe it’s a file ownership problem?
Please try disabling File Gallery for a minute, refresh the page and see if the thumbnails show then, just to be certain it’s a File Gallery problem.
Thanks! 🙂
@atomicsoup: no way to disable it currently, but I’ll add it to my todo list.
glad to hear you’ve found the plugin useful 😉
Forum: Plugins
In reply to: [File Gallery] Please test File Gallery 1.7.5@diver66: glad to hear it works now 🙂
@rigdonia: until I add that feature to File Gallery, you can use the Media Tags plugin for that – it’s compatible with File Gallery 🙂
Forum: Plugins
In reply to: [File Gallery] Please test File Gallery 1.7.5also, you should move that whole piece of javascript to wp_footer, so it fires after the simple template javascript, like this:
add_action('wp_footer','wdm_theme_head', 1000);and remove those script tags you’ve added manually.
then download the newest dev version of the plugin (1.7.5.1) from here – http://downloads.wordpress.org/plugin/file-gallery.zip (same link as before, but updated file).
let me know if it works! 🙂
Forum: Plugins
In reply to: [File Gallery] Please test File Gallery 1.7.5Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Custom Fields in version 1.7.4.1@dalshami: please try v1.7.5 and tell me if it solves the problem.
You can download it from here: http://downloads.wordpress.org/plugin/file-gallery.zip
Forum: Plugins
In reply to: [File Gallery] Please test File Gallery 1.7.5@diver66: I’ll test it and report back a bit later today.