try placeholder #_LOCATIONNEXTEVENTS at Events > Settings > Formatting > Maps > Single Location/Event Map Format > Location balloon format
hello,
an an individual event’s page the default settings for Single Location/Event Map Format -> Location balloon format is right:
<strong>#_LOCATIONNAME</strong><br/>#_LOCATIONADDRESS - #_LOCATIONTOWN<br/><a href="#_LOCATIONPAGEURL">Events</a>
but the global map format is only accessable with shortcode? this is what i wish to use by placeholder. is there a way to show a global map with shortcode somehow like this:
<tr>
<td>
#_EVENTDATES
</td>
<td>
#_EVENTLINK
{has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
<td>
#_GLOBALMAPLOCATION
</td>
</tr>
Where #GLOBALMAPLOCATION should be the global map showing the upcoming events on a single individual map.
So can i turn a shortcode somehow into a placeholder? it would be easy if i could use php do shortcode function in the related settings page of the events menu, but this just not possible of course.
Could you please help me out?
Thank you,
Richard
Sorry,
the ` <td>
#_GLOBALMAPLOCATION
</td>`
code will show the map as many times as rows the table has. I made a quick mockup to show what i would like to get.
photo can be view here:
where that map supposed to shown all the upcoming events.
Any ideas this way?
Thanks
did you make the placeholder #_GLOBALMAPLOCATION ?
no,
that was the question: how to make new placeholders (even using the shortcode which has been already implemented for showing the global map.
That code in my previous comment was only the idea, i wanted to show, not a solution. The placeholder #_GLOBALMAPLOCATION is not yet implemented, this is the question how to to that.
Thank you