Aesqe
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] How to change caption text colorOK, forget what I posted above and delete that from your style.css, and then just add “!important” to your “.gallery-caption” selector’s color property, like this:
.gallery-caption { color: #000000 !important; font-size: 12px; margin: 0 0 12px; }That will work 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] How to change caption text color@resumeready: it depends on which theme you are using, and which file gallery template. But, in any case, adding something like the following line in your theme’s style.css should work:
.gallery.default .gallery-caption { color: #FF0000 !important; }Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Is there a Lightbox howto step-by-step@manajoe: on the media settings page and in the link class field, instead of Lightbox 2, just put lightbox, no spaces, no numbers. That should work 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Parse error@grollaz: which version of the plugin do you have installed?
@jivyb: File Gallery is by default active only on posts and pages. If you want to use it on custom post types, you need to go to media settings page in admin, and check custom post types you want to use it on (second options under “File Gallery” heading – “Display File Gallery on which post types?”)
@hubert: I’ve installed a fresh testing copy of WP a few months ago and forgot to turn on debugging on it – sorry about the notices. There was one variable that wasn’t initialized and somehow it messed up some constants definitions.
I’ll release an updated version of the plugin tomorrow.
Forum: Fixing WordPress
In reply to: Media Uploader problem with Custom Post Type@jrstaatsiii: thanks for letting me know about this, I haven’t thought of checking for situations in which the editor is not present :/
The bug is simple to fix, I’ll release an updated version of the plugin tomorrow.
File Gallery v1.7.4-RC2 is available for download from here: http://downloads.wordpress.org/plugin/file-gallery.1.7.4-RC2.zip
It supports multiple editors and drag and drop upload of files by dragging them onto File Gallery interface.
If you can, please test these features and tell me if they work alright or not.
Thanks! 🙂
File Gallery v1.7.4-RC2 is available for download from here: http://downloads.wordpress.org/plugin/file-gallery.1.7.4-RC2.zip
It supports multiple editors and drag and drop upload of files by dragging them onto File Gallery interface.
If you can, please test these features and tell me if they work alright or not.
Thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Custom Extension Type Broken@darren Burns:
File Gallery v1.7.4-RC2 is available for download from here: http://downloads.wordpress.org/plugin/file-gallery.1.7.4-RC2.zip and the problem should be fixed in this version.v1.7.4-RC2 also supports multiple editors and drag and drop upload of files by dragging them onto File Gallery interface.
If you can, please test these features and tell me if they work alright or not.
Thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] How to change caption text color@resumeready: you should change the color of caption text via CSS – either by modifying your theme’s style.css file, or by creating a custom File Gallery template.
@donaldg2: are you using [gallery] shortcode within a post, or calling the file_gallery_shortcode() function from a template?
If you could post a link to an example page where the custom template isn’t recognized, that would be of great help.
Thanks 🙂
Forum: Plugins
In reply to: File Gallery clickable buttons not clickable@thesaintlyones: I’m just sorry I haven’t noticed that earlier, I’ll try to think of another way to solve this for next version.
I’ve always had File Gallery box right beneath the editor, so I haven’t noticed the “jump”.
I implemented this “feature” as a workaround, because Internet Explorer doesn’t “remember” the last cursor position in an textarea.
When you place your cursor over the “insert” buttons, the editor is focused and a “bookmark” is created, so that when you click the button, the content would be inserted at the right position.Which version of Internet Explorer are you using?
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Custom Extension Type Broken@darren Burns: thanks for letting me know about this, I’ll fix it for v1.7.4
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] problem in html mode@li-an: you’re still having problems with the lightbox, even with the latest versions of the plugin?
I can’t reproduce it on my setups, I’m certain that I’ve fixed this :/