Title: Camera Model Missing
Last modified: June 16, 2017

---

# Camera Model Missing

 *  [Corrado Prever](https://wordpress.org/support/users/artphotoasia/)
 * (@artphotoasia)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/)
 * Hi,
 * After I bought a new Camera and after a forced change in Lightroom (6.3) I noted
   the problem you mention before, Exifography is not able anymore to see what kind
   of camera was used.
 * No issue about old photos it is just related to photos developed with the new
   Lightroom.
 * I cheched the new file and exif data including camera model are actually there.
 * No idea on how to sole the issue?

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

 *  Plugin Author [kristarella](https://wordpress.org/support/users/kristarella/)
 * (@kristarella)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/#post-9239040)
 * [@artphotoasia](https://wordpress.org/support/users/artphotoasia/) What is the
   link to one of your images from the new camera? I will test it.
 *  Thread Starter [Corrado Prever](https://wordpress.org/support/users/artphotoasia/)
 * (@artphotoasia)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/#post-9239407)
 * Hi there here is the new one
 * [https://www.corradoprever.com/fotografia/italia-2017/immagini-genova/](https://www.corradoprever.com/fotografia/italia-2017/immagini-genova/)
 * [https://www.corradoprever.com/en/photography/italy-2017/genoa-images/](https://www.corradoprever.com/en/photography/italy-2017/genoa-images/)
 * Just click on one of image and will see the data.
 * In the old one you can see the camera model
 * [https://www.corradoprever.com/fotografia/grecia-2016/immagini-democrazia-atene/](https://www.corradoprever.com/fotografia/grecia-2016/immagini-democrazia-atene/)
 * [https://www.corradoprever.com/en/photography/greece-2016/images-and-democracy-in-athens/](https://www.corradoprever.com/en/photography/greece-2016/images-and-democracy-in-athens/)
 *  Thread Starter [Corrado Prever](https://wordpress.org/support/users/artphotoasia/)
 * (@artphotoasia)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/#post-9239411)
 * I used your function in function.php
 *  /* exif */
 * function my_image_titles($atts,$img) {
    if (function_exists(‘exifography_display_exif’))
   $atts[‘title’] = exifography_display_exif(‘all’,$img->ID); else $atts[‘title’]
   = trim(strip_tags( $img->post_title ));
 *  return $atts;
    } add_filter(‘wp_get_attachment_image_attributes’,’my_image_titles’,
   10,2);
 *  Thread Starter [Corrado Prever](https://wordpress.org/support/users/artphotoasia/)
 * (@artphotoasia)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/#post-9239412)
 * I used jquerry to some action
 *  /** GALLERY **/
 * jQuery(‘dl.gallery-item a’).addClass(‘photobig’); // mette ai link gallery la
   classe per lo script shadowbox
 * jQuery(‘.attachment-thumbnail’).each(function() { // inverte title/alt tra loro
 *  var imgAlt1 = jQuery(this).attr(‘alt’); // due variabili per memorizzare i dati
   che interesano dal dom
    var imgTitle1 = jQuery(this).attr(‘title’); jQuery(this).
   attr(‘longdesc’, imgTitle1); // i dati exif li metto in longdesc jQuery(this).
   attr(‘alt’, imgAlt1); jQuery(this).attr(‘title’, imgAlt1); jQuery(this).parent().
   attr(‘title’, ‘<div class=”titolofoto”>’ + imgAlt1 + ‘</div>’ + ‘<div class=”
   datifoto”>’ + imgTitle1 + ‘</div>’ ); });
 * jQuery(‘.attachment-thumbnail’).hover(
 *  function() { // prima parte hover mouse entra
 *  var t = jQuery(this).attr(‘title’);
    jQuery(this).data(‘tipText’, t).removeAttr(‘
   title’); jQuery(this).parent().removeAttr(‘title’); jQuery(‘<p class=”tooltip”
   ></p>’).text(t).appendTo(‘body’).fadeIn(‘slow’); },
 *  function() { // seconda parte hover mouse esce
 *  var imgAlt2 = jQuery(this).attr(‘alt’);
    var imgTitle2 = jQuery(this).attr(‘
   longdesc’); jQuery(this).attr(‘title’, imgAlt2); jQuery(this).attr(‘alt’, imgAlt2);
   jQuery(this).parent().attr(‘title’, ‘<div class=”titolofoto”>’ + imgAlt2 + ‘</
   div>’ + ‘<div class=”datifoto”>’ + imgTitle2 + ‘</div>’ );
 *  jQuery(‘.tooltip’).remove();
 *  })
 *  .mousemove(function(t) {
    var e = t.pageX + 20, o = t.pageY + 10; jQuery(‘.tooltip’).
   css({ top: o, left: e }) });
 *  /** GALLERY **/
 *  Thread Starter [Corrado Prever](https://wordpress.org/support/users/artphotoasia/)
 * (@artphotoasia)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/#post-9239413)
 * new photos
    [https://www.corradoprever.com/en/photography/italy-2017/genoa-images/](https://www.corradoprever.com/en/photography/italy-2017/genoa-images/)
 * old photos
    [https://www.corradoprever.com/en/photography/greece-2016/images-and-democracy-in-athens/](https://www.corradoprever.com/en/photography/greece-2016/images-and-democracy-in-athens/)
 *  Thread Starter [Corrado Prever](https://wordpress.org/support/users/artphotoasia/)
 * (@artphotoasia)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/#post-9277428)
 * Hi there
 * Solved the issue… just have to update the lighroom version to the last one available.

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

The topic ‘Camera Model Missing’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [Corrado Prever](https://wordpress.org/support/users/artphotoasia/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/camera-model-missing/#post-9277428)
 * Status: not resolved