Title: Problem with adding images/files/links
Last modified: January 15, 2017

---

# Problem with adding images/files/links

 *  Resolved [kosmicbird](https://wordpress.org/support/users/kosmicbird/)
 * (@kosmicbird)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/problem-with-adding-imagesfileslinks/)
 * Still loving the plugin!
 * I have users beta testing my site right now and we’ve discovered a few issues.
 * 1) A user mentioned that they were not able to copy and paste a url into the 
   form while using Opera browser – got an error saying browser not supported for
   that action (can’t quote the exact error message – still waiting to hear back
   from user for more specific details)
 * 2) Users are able to select non-image files, even mp3s to add to the form. If
   a user adds a non-image file then the form gives no errors, it just proceeds 
   to the redirected page after submittal. The post/file does not get stored in 
   the database though. They should not be able to select any files that are not
   images to upload, or there should be an error if they try to upload non-image
   files to avoid having issues, such as losing the post content they just wrote
   and wasting time having to redo everything, possibly not even realizing why if
   they aren’t tech savvy.
 * 3) The way images are displayed on single post pages. If a user uploads an image,
   it will display the image on the page as it should. Problem is that the same 
   image is duplicated directly next to it (so it shows twice). If I try to do any
   kind of figure { display:none; }, it will fix the issue but then it also removes
   the thumbnail from posts with no user-submitted images (my default thumbnail 
   for posts).

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

 *  Thread Starter [kosmicbird](https://wordpress.org/support/users/kosmicbird/)
 * (@kosmicbird)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/problem-with-adding-imagesfileslinks/#post-8656068)
 * Temporarily working around issue #3 by setting the duplicate image (and subsequently
   all other user submitted images) to a tiny thumbnail so to the user it appears
   normal even though it’s a duplicate (it’s so small that they can infer it should
   be clicked on to expand) would prefer that the first user-submitted image does
   not duplicate next to the post’s thumbnail. For anyone in the future needing 
   to do something like this, you can target the usp image with something like
 *     ```
       .single .entry-content p img {
            width: 45px;
           height: auto;
       }
       ```
   
 * Just mentioning that since it took me a bit of time to figure out I had to target
   p to modify the style.
    -  This reply was modified 9 years, 5 months ago by [kosmicbird](https://wordpress.org/support/users/kosmicbird/).
    -  This reply was modified 9 years, 5 months ago by [kosmicbird](https://wordpress.org/support/users/kosmicbird/).
    -  This reply was modified 9 years, 5 months ago by [kosmicbird](https://wordpress.org/support/users/kosmicbird/).
    -  This reply was modified 9 years, 5 months ago by [kosmicbird](https://wordpress.org/support/users/kosmicbird/).
 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/problem-with-adding-imagesfileslinks/#post-8657521)
 * Glad to help:
 * 1) Not sure about any issue with Opera, not able to replicate as described.
 * 2) This sounds like a bug, will investigate and get it fixed up in the next version.
 * 3) For the images, it may help to understand the various ways that post images
   can be displayed:
 * – USP settings: Featured Image
    – USP settings: Images Auto-Display – also via
   other plugins – also via your theme
 * Most likely if you are seeing multiple versions of the same image, it’s because
   more than one of those options is enabled. I would go thru each one and disable
   whichever image-display method is not required. Should be no need to hide anything
   with CSS or whatever, just disable any duplicate images at the source.
 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/problem-with-adding-imagesfileslinks/#post-8958869)
 * Hi kosmicbird, I hope you got this sorted out. I’m gonna go ahead and mark this
   topic as resolved to help keep things organized. Feel free to follow-up or post
   afresh with any new issues or questions, I’m glad to help however possible. Thank
   you.

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

The topic ‘Problem with adding images/files/links’ is closed to new replies.

 * ![](https://ps.w.org/user-submitted-posts/assets/icon-256x256.png?rev=2567685)
 * [User Submitted Posts – Enable Users to Submit Posts from the Front End](https://wordpress.org/plugins/user-submitted-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-submitted-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-submitted-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/user-submitted-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-submitted-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-submitted-posts/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/problem-with-adding-imagesfileslinks/#post-8958869)
 * Status: resolved