Title: Wrong Image Title
Last modified: September 1, 2016

---

# Wrong Image Title

 *  [LeuName7](https://wordpress.org/support/users/leuname7/)
 * (@leuname7)
 * [10 years ago](https://wordpress.org/support/topic/wrong-image-title/)
 * Hello,
 * When I open the images using the “quick view” button, I see the product’s title.
 * However, when I open the image regularly (not quick view), the image title (not
   product title) is displayed instead.
 * This means that for each of my images, I have to go back and change the image
   titles so that they match with the product titles.
 * Is there any way of fixing this or at least disable the regular view and only
   use the quick view somehow?
 * Thank you!
 * [https://wordpress.org/plugins/sell-media/](https://wordpress.org/plugins/sell-media/)

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

 *  Plugin Author [Thad Allender](https://wordpress.org/support/users/endortrails/)
 * (@endortrails)
 * [10 years ago](https://wordpress.org/support/topic/wrong-image-title/#post-7483445)
 * Quick View shows the Product Title and the File ID. Here is the example:
 * [http://demo.graphpaperpress.com/sell-media/photos/water/](http://demo.graphpaperpress.com/sell-media/photos/water/)
 * The gallery only shows the Product Title. The File ID is shown in the URL.
 * You can use javascript to disable the link into the actual gallery image page:
 *     ```
       jQuery( document ).ready( function($) {
           $('.sell-media-gallery-page .sell-media-item').bind('click', function(e){
       	e.preventDefault();
           });
       });
       ```
   
 * You’d want to add that code into your theme or child theme inside a jQuery
 *  Thread Starter [LeuName7](https://wordpress.org/support/users/leuname7/)
 * (@leuname7)
 * [10 years ago](https://wordpress.org/support/topic/wrong-image-title/#post-7483449)
 * Thank you for the reply.
 * The gallery shows the File ID actually, not the product title.
 * In the example you posted, “cliff” is the file ID”: [http://demo.graphpaperpress.com/sell-media/photos/water/?id=742](http://demo.graphpaperpress.com/sell-media/photos/water/?id=742)
 * I tried adding that javascript code in my theme but it didn’t change anything.
   I added it to the modules.js file. Should I have added it somewhere else?
 * Thanks!
 *  Thread Starter [LeuName7](https://wordpress.org/support/users/leuname7/)
 * (@leuname7)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wrong-image-title/#post-7483528)
 * Any suggestions? Apologies for bumping the topic, but it’s quite urgent.
 * Thank you!

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

The topic ‘Wrong Image Title’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sell-media_6b666e.svg)
 * [Sell Media](https://wordpress.org/plugins/sell-media/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sell-media/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sell-media/)
 * [Active Topics](https://wordpress.org/support/plugin/sell-media/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sell-media/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sell-media/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [LeuName7](https://wordpress.org/support/users/leuname7/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/wrong-image-title/#post-7483528)
 * Status: not resolved