Aesqe
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] Open in New Window@marshallasm: it’s not an integrated option, but you can create your own custom template and add target=”_blank” to links.
@coolcash: not yet. but you can do it in a two-step process.
first copy all attachments from one post to another.
then delete all attachments from the original post, but do it from the file gallery interface, so you can opt to delete attachment data only.
Forum: Plugins
In reply to: [File Gallery] File Gallery development versions on GitHub@jynk: please re-download the latest zip from github, I fixed this typo a few days ago 😉
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?@christian70: I’ll add filtering of attachment copies soon, @pheonixgh’s solution looks good 🙂
@mamastudios: latest beta on github should have that fixed – please test it out!
Forum: Plugins
In reply to: [File Gallery] How to stop "Enter key to save" in Attachment editing screen@leomaru: please try the latest beta from github and let me know if it works ok for you! 🙂
Forum: Plugins
In reply to: [File Gallery] File Gallery development versions on GitHub@leomaru: thanks for reporting the bug!
please download the latest version from github – the issue should be fixed 🙂
Forum: Plugins
In reply to: [File Gallery] Attach images already in media library@christian70: there’s a beta version on GitHub which adds this ability to the WP 3.5 media browser.
see here: http://wordpress.org/support/topic/attach-selected-to-post-not-visible-in-media-browser?replies=8
Forum: Plugins
In reply to: [File Gallery] Unable to insert single pic into post or gallery@rocipo: can you give me a bit more info?
what exactly is the problem, what doesn’t work or behave as expected?
thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] attach selected to post not visible in media browser…until a new update is available via WordPress updates, please look for updates on File Gallery’s GitHub page.
the current beta version has the ability to attach files from media library.
more info here: http://wordpress.org/support/topic/file-gallery-development-versions-on-github?replies=3
thanks!
Forum: Plugins
In reply to: [File Gallery] File Gallery development versions on GitHub@serdominik: thanks for spotting that bug, I’ve uploaded a new version with that issue fixed 🙂
closing the modal window via its close button will refresh the File Gallery interface, but closing it via escape button won’t. I’ll implement that.
I’ll work on the plugin tomorrow and the first thing I’ll add is displaying a notice after attaching new files via copy.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?I’ll be posting dev updates on GitHub from now on, to speed things up.
here’s the link: https://github.com/aesqe/file-gallery
current version is 1.7.8-beta1 and it’s a first step to better WP 3.5 integration.
I’ve managed to add the “Attach checked attachments to current post” button to the new media browser, so please test it out.
For now, there is no visual clue if everything went fine or not other than the selection being cleared.
The button disappears when attachment filter is set to files uploaded to current post, of course.
let me know if it works or not for you.
thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] Duplicatesif you’re using WordPress 3.4.2 or earlier, there’s a setting on the media settings page that you can check: “Filter out duplicate attachments (copies) when browsing media library?”
if you’re using WordPress 3.5 or above, it’ll be fixed soon.
Forum: Plugins
In reply to: [File Gallery] Images not behaving like they used to.in your theme’s “js” folder, there’s a “myjquery.js” file: “http://colormelouhats.com/store/wp-content/themes/TheClothesShopDark/js/myjquery.js”
on line 275 it says:
jQuery(window).load(function(){add a dollar sign there, between the function brackets, like this:
jQuery(window).load(function($){and then, on line 324, it says:
});replace that with this:
}(jQuery));Forum: Plugins
In reply to: [File Gallery] Custom fields in media edit screen@luismldias: it’s a bug 🙂
long version:
I’m using the same function to display attachment custom fields as WordPress is for post custom fields. As that function relies on element ID’s, which are unique, it always tries to save the values from post custom fields.short version:
it’ll be fixed very soon, sorry for the inconvenience.Forum: Plugins
In reply to: [File Gallery] attach selected to post not visible in media browser…@jynk: this turned out to be “a bit” more difficult to implement than I thought.
I’m really sorry it’s not fixed yet, but I’m just one guy and I can’t dedicate as much time to File Gallery as I used to :/
I’ve managed to find some tutorials and bits and pieces of code I can use, but it’s not done yet.
I really don’t want to give any estimates, but, hopefully, next weekend, perhaps, maybe…? o.O