victorborgvall
Forum Replies Created
-
template:[+xmp:dc.subject+]
and
template:[+xmp:lr.hierarchicalSubject+]
work.Thanks a million David.
Additionally, I wonder, should I write “template” or something before your suggestions?
The attachment meta data might give any clue.
array (
‘width’ => 900,
‘height’ => 1200,
‘file’ => ‘3064650-straight-from-Darktable-2.jpg’,
‘sizes’ =>
array (
‘thumbnail’ =>
array (
‘file’ => ‘3064650-straight-from-Darktable-2-113×150.jpg’,
‘width’ => 113,
‘height’ => 150,
‘mime-type’ => ‘image/jpeg’,
),
‘medium’ =>
array (
‘file’ => ‘3064650-straight-from-Darktable-2-580×773.jpg’,
‘width’ => 580,
‘height’ => 773,
‘mime-type’ => ‘image/jpeg’,
),
‘medium_large’ =>
array (
‘file’ => ‘3064650-straight-from-Darktable-2-768×1024.jpg’,
‘width’ => 768,
‘height’ => 1024,
‘mime-type’ => ‘image/jpeg’,
),
‘featured’ =>
array (
‘file’ => ‘3064650-straight-from-Darktable-2-580×200.jpg’,
‘width’ => 580,
‘height’ => 200,
‘mime-type’ => ‘image/jpeg’,
),
),
‘image_meta’ =>
array (
‘aperture’ => ‘2.8’,
‘credit’ => ‘Victor Borgvall’,
‘camera’ => ‘E-M5’,
‘caption’ => ”,
‘created_timestamp’ => ‘1488813562’,
‘copyright’ => ‘Victor Borgvall’,
‘focal_length’ => ’30’,
‘iso’ => ‘3200’,
‘shutter_speed’ => ‘0.016666666666667’,
‘title’ => ”,
‘orientation’ => ‘1’,
‘keywords’ =>
array (
),
),
)Neither of the following worked:
[+xmp:lr.hierarchicalSubject+] [+xmp:Subject+] [+xmp:dc.subject+]
The thing that confused me is that my image viewer Geeqie writes Xmp with a capitalized X.
Is there anything more we can try? I assume there is no other setting that I have to change, except getting this mapping right.
I’m afraid it still doesn’t work. I’ve tried the following:
[xmp.lr.hierarchicalSubject+]
[+xmp:Subject+]
[+Xmp:dc.subject+]
[+Xmp.dc.subject+]
[+xmp:subject+]After adding them to the EXIF fields in the standard field mapping part in MLA, I’ve pressed the mapping of IPTC/EXIF with meta data, on the edit page, for each of the two photos. I’ve also tried to re-upload the photos.
Is there any more settings that are needed?
Again, thanks for your time.
I’m the one who should thank you David for taking the time to help people. My wife is getting tired of me trying to solve this during the evenings…
Here is a screenshot of the settings that I’ve tried: https://www.borgvall.com/screenshot-from-2017-05-22-20-58-55
Are there any particular settings that are needed on the first tab, General, that I need to do for this to work?I’m tagging and exporting photos using Darktable and here is an export straight from Darktable with the subject values “Malte” and “Universeum”: https://www.borgvall.com/_3064650-straight-from-darktable
I can use ExifTool to copy the subject values to the Description field (or any field, I guess) as done with this file: https://www.borgvall.com/_3064650-copied-subject-to-description-using-exiftool
Then, in this case, WordPress at least seems to name the file “Malte, Universeum”.I’m looking forward to your reply.
Forum: Fixing WordPress
In reply to: Display custom EXIF data from JPEGThe one plugin that is interesting is Media Library Assistant. It seems a bit complicated for what I want to do. But anyway, I’ve tried plenty of options to get it to work the intended way without any luck.
The meta data array that is displayed for each attachment does not include any of the meta data that I want. For some test images, I’ve tried to push the map buttons that exist for each image too but the meta data array does not change. That is, the meta data is not fetched.
Please see the linked screenshots for some more information.
Screenshot of meta: https://www.borgvall.com/screenshot-from-2017-05-17-22-15-42
Screenshot of Media Library Assistant settings: https://www.borgvall.com/screenshot-from-2017-05-17-22-06-28Forum: Plugins
In reply to: [jQuery Colorbox] Pictures opens low in the screenI read somewhere that this problem could be related to the header.php file for my theme. The following is copied from the beginning of that file:
<?php
/**
* The Header for our theme
*
* Displays all of the <head> section and everything up till <div id=”main”>
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?><!DOCTYPE html>
<!–[if IE 7]>
<html class=”ie ie7″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 8]>
<html class=”ie ie8″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if !(IE 7) | !(IE 8) ]><!–>
<html <?php language_attributes(); ?>>
<!–<![endif]–>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width”>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js”></script>
<![endif]–>
<?php wp_head(); ?>
</head>Is there anything wrong here?
I also want to add that this problem is present when using Firefox on smartphones. When using Safari and other browsers on smartphones, it seems like the image is displayed in the upper left corner. Even if I think it would be nice if it’s displayed in the center, i consider it ok.
Forum: Plugins
In reply to: [jQuery Colorbox] Pictures opens low in the screenHi
I’m having the same problem when opening images on smartphones. I’ve configured jQuery Colorbox to adjust the width and height of images to 100%.Is there any solution?