Title: Cannot insert an image
Last modified: August 21, 2016

---

# Cannot insert an image

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/cannot-insert-an-image-1/)
 * Hi,
 * When adding a slide, I click the Image field and the Media Uploader dialog opens
   up. So far so good but after uploading an image and hitting the Insert button
   the dialog closes but… no image is registered for the slide 🙁
 * This might be because of WordPress 3.6 ?
 * [http://wordpress.org/plugins/wp-roundabout-pro/](http://wordpress.org/plugins/wp-roundabout-pro/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Satish Kumar Sharma](https://wordpress.org/support/users/sakush100/)
 * (@sakush100)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/cannot-insert-an-image-1/#post-4021570)
 * Well i had already tested with 3.6. Still i tried again with a fresh install 
   of wp 3.6. It works without any issues. There may be issues with javascript conflicts
   your other plugins.
 * try in a fresh wp, if it works then problem is with your plugins or theme.
 *  [stkwp](https://wordpress.org/support/users/stkwp/)
 * (@stkwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/cannot-insert-an-image-1/#post-4021655)
 * Hi,
 * I’m not now if u have found a solution but this one fix the problem for me. Perhaps
   it could be useful for others.
 * Locate the admin.js file into plugins/wp-roundabout-pro/js folder.
    At the end
   of the file you could see that function
 *     ```
       window.send_to_editor = function(html) {
       imgurl = jQuery('img',html).attr('src');
       jQuery('#upload_image').val(imgurl);
       tb_remove();
       ```
   
 * Replace (or put /* */ to keep) it to this code :
 *     ```
       var original_send_to_editor = window.send_to_editor;
   
       window.send_to_editor = function(html) {
            var imgurl = jQuery('img',html).attr('src');
            current_item.siblings('.upload_image').val(imgurl);
            //current_item.siblings('#logo').remove();
            current_item.siblings('.image-preview').html('<img src="'+imgurl+'" >');
            tb_remove();
            window.send_to_editor = original_send_to_editor;
       }
       ```
   
 * (found here : [http://goo.gl/5HBiQr](http://goo.gl/5HBiQr))
    That’s all 🙂
 *  [Ignacio Galdames](https://wordpress.org/support/users/caminantestelar/)
 * (@caminantestelar)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cannot-insert-an-image-1/#post-4021659)
 * i have the same problem, but changing the js did not work for me.
    I’m with no
   other plugins active, twenty ten them and wordpress 3.7
 *  [cte2087](https://wordpress.org/support/users/cte2087/)
 * (@cte2087)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cannot-insert-an-image-1/#post-4021693)
 * I am using WordPress 3.9.1 with WP Roundabout Pro from this download…not even
   sure if there is more than one version. I am able to see the “roundabout” in 
   my site, but I too cannot seem to see any images. All I see is the broken image
   icon. In the admin section where you add images..all SEEMS to work when uploading/
   inserting, but then there is no thumb in the admin and the images appear broken
   in the actual front end display. Has anyone heard from this developer???? Is 
   he responding to this forum? Will he help all of us who have downloaded and tried
   his plugin from this repository?? Do we need to contact WordPress about this 
   no-response??
 * Thanks
    CTE2087

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Cannot insert an image’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-roundabout-pro_b4bfb5.svg)
 * [wp-roundabout-pro](https://wordpress.org/plugins/wp-roundabout-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-roundabout-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-roundabout-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-roundabout-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-roundabout-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-roundabout-pro/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [cte2087](https://wordpress.org/support/users/cte2087/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/cannot-insert-an-image-1/#post-4021693)
 * Status: not resolved