No issue with drag and drop file into the container. After file uploaded, I try to insert the attachment by using “Insert into Post” button. File was inserted into WYSIWYG editor but attachment container become empty/missing.
Before
Screenshot Before
After
Screenshot After
Hi There!
Thanks for this great plugin. Unfortunately I am experiencing a bug since the last update I think. Whenever I save changes the ordering is reversed. When I make changes to restore the order they are undone after saving again. All new attachments are ordered like uploaded. I do know that changes have to be saved under the attachment box before saving the post.
Hope it makes sense, thanks in advance!
juri
]]>Hi there,
We’ve been using your plugin for our site and everything was working fine, at least we thought it did.
Now, I realize that when I upload an image using your plugin, it’s not showing up in WordPress’ normal Media Library.
Is that expected? Is it because we have a high number of images (2k+) ?
]]>Is it possible to unattach the thumbnail image from the gallery?
It would be very cool to do this
Using clean install of WP 3.6.1 with this plugin v1.0.3 makes the ‘add media’ button disappear in creating a page or post on any browser.
]]>including the media library tab, this does not work and does not allow to attach images to the post
When I select the photos from media library tab with the checkboxes, I press “save all changes” but nothing happens, the selected images are not attached to the post.
Will this plugin be using the new media manager from 3.5?
]]>Hi,
I’ve been using Inline Attachments for a while, and have found it to be a very useful plugin, so thank you.
However, several times the meta box has not displayed properly (not appearing at all in most cases) and on inspection of the JS console I see that jQuery has not loaded properly and is “undefined” causing the box not to show.
I poked around for ages trying to figure it out, and have realised that you are not adding jquery as a dependency when enqueing your JS files in inline-attachments.php.
Here is a fix I propose you release as a minor version to help correct this issue for any other users:
function add_post_screen_js(){
$script_url = $this->dir . "/js/inline-attachments-post-screen.js";
/**** Replace This
wp_register_script('inline-attachments-post-screen', $script_url);
wp_enqueue_script('inline-attachments-post-screen');
****/
wp_enqueue_script( 'inline-attachments-post-screen', $script_url, array( 'jquery' ) );
wp_enqueue_script('thickbox');
wp_enqueue_style('thickbox');
}
The other JS files would follow a similar pattern. What do you think?
]]>Hello,
I’ve encountered a problem using the “insert into Post” button. After clicking on it the meta box just gets empty forcing me to reload the page in order to have all scripts working again.
Is this a known issue? If so, any idea of how to fix it?
Thanks
]]>When I installed the inline attachment, this is not working on WordPress 3.4.2.
Is there any issue for that?
Hi, first of all thanks for this plugin, as it’s made life a lot easier for me.
However, the ‘Hide Thickbox Buttons’ option resets to checked every time I visit the options page. It’s fine if I uncheck it and save, but it will reset back to checked and my thickbox buttons disappear the next time I go to change options. The main reason I need the buttons visible is because I have other plugins which have added icons there to insert forms, etc.
Not a big problem, but would be great if you fixed this in a future version!
]]>Fantastabulous plugin guys! I’ve tried a few other drag ‘n’ drop type plugins lately and this one is the best so far with bulk uploads and attachments, imo.
Okay, so here is the problem, and I’m pretty sure it’s a WordPress Network issue :
The ‘bulk delete’ and delete checkbox aren’t showing up on my inline attachment screen.
I think it might have something to do with the way
inline-attachments-bulk-delete.php is attached to the main plugin file with wp-load.php which uses
$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
require_once($root.’/wp-load.php’);
to attach it.
Since this is a network installation, there may be some issues with finding this file on a network domain.
This article might shed some light on this …
]]>First off- this plugin is amazing. The layout of it should be merged into core and I hope if it’s not, that something like it will be.
Secondly, I’m using this for a art gallery site. I have a custom post type Artist, and all of the artist images are added to this artist post type. There are some artists that have 15 images, some that have 30. Now, these are definitely large (.jpg) files, nothing over 1MB but the AJAX loading spinner for Inline Attachments/Media Gallery at the bottom of the post just runs for about 20 seconds before displaying the list of attached photos and I don’t get it.
Sure the argument can be made that if you have 100 images, it would of course take longer than 10 images- but these are just small thumbnails that are being loaded, no? Perhaps I am not understanding the way that WordPress is generating/loading the thumbnails for this plugin (or for the general Media Gallery), but I would really hope it’s not loading the massive, original full-size images. If so, maybe I can turn that off?
Thanks in advance
]]>First let me hand you a word of appreciation for this plugin. Many thanks.
Not a show stopper but in conditions which appear not always reproducible when the drag and drop opperation is executed or more rarely when simply adding files with the browser dialog the post format changes (to the next in the order as shown in the format panel).
This might more exacly be as a consequence of a page refresh (F5), sometimes this is approriate when the “Media Files” panel does not update after uploading, but apparently messes with the post format (which i made sure was not one of the things being intentionaly updated whenever the error occured)
This could also point more to some sort of incompatibility between the wordpress modules than specific to this plugin. Can’t really tell, but just tought it would be good to know about this. If you find posts changing their format for no apparent reason, this may certainly be the reason.
Anyway thanks again for this great plugin.
]]>Hey! I get this error message when I save settings. I’m trying to make the box appear on Pages. Thanks! ??
Warning: Illegal offset type in isset or empty in /home/interne/public_html/demo/testing/wp-includes/post.php on line 828
]]>Thanks so much for this plugin!
I was about to go nuts being unable to delete attachments within my posts. You’ve made my night! (as well as that of everyone who would have had to interact with me)…
]]>None of the actions for attachment work correctly. Can’t ‘attach’ after uploading an image/picture. Has the option only to ‘Insert into Post’. After refreshing the admin, post new page, while ‘Insert’ing to the Post, Gallery tab will show the images that are supposedly ‘attached’, however, can’t perform further actions viz. Delete Attachements
]]>