Author | Replies |
---|---|
traversal | # Posted on March 31, 2014 at 10:01 pm |
Hey Mary, Sorry, I don’t quite understand the specifics. Are you trying to get the map to display in your template? If that’s what you’re trying to do, the best way to do this involves 2 steps. First, add helper code for the map, to output the scripts necessary to embed the map, as shown in this gist: https://gist.github.com/traversal/e6756ddc7344460159c5 Next, supposing you had a field set called details, and a field named location, add the following code into your theme: https://gist.github.com/traversal/9aaac546639c85f9d418 That will output a div with the class “mp-map” and a script which will embed the map at the selected location. This div is classed with “mp-map” which can be styled with CSS to allow you to tweak the width and height etc. Does that help? Let me know if I’ve misunderstood the question. Sorry about the gap in the documentation for this. The map class is now listed in the class reference, but there is still not enough info on how to embed. I’ll get onto that. Regards Travis |
Ability to deactivate licence domains within MasterPress account management
25th October 2024
We have just rolled out an account management feature which allows licence holders to have better control over the domains that use their licence key. From the MasterPress Account Management page, the list of Active Sites that use your licence now includes a function that allows you to remove a domain from your licence. Simply…