Home › Forums › MapPress Support › Mashup-Popup template – POI title/thumnbnail incorrect › Reply To: Mashup-Popup template – POI title/thumnbnail incorrect
Hi, Chris!
I have 2 questions about the Mashup-Popup (custom) template.
1.
{{{poi.url}}} and {{{poi.thumbnail}}} are correct, but the title is incorrect.
{{{poi.title}}} is returning the post’s coordinates from custom fields — “43.71993619057352,-70.19034788168932” — rather than the post title — “Clapboard Preserve East”.
Should I be using a tag other than {{{poi.title}}} ?
2.
The popup thumbnail is being styled inline: — style=“width:64; height : 64;”. I have to force a style to override:
.mapp-body img {
width: 300px !important;
height: 140px !important;
}
Is there any other way to change the inline styles?