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 |
MasterPress 1.3.8 is now available
16th December 2022
MasterPress 1.3.8 is a bugfix release. Fixed a bug where MB, KB, and GB were being converted to bytes incorrectly via WOOF file functions. Fixed a bug where transparent images were losing their transparency on resize.