MAP in MB View doesn't display

Support MB Views MAP in MB View doesn't display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34392
    info@ceescoenen.nl[email protected]
    Participant

    I have insert an field :

    {{ site.contact.ct_locatie.rendered }}

    That works and display the map.

    When I insert the custom map style nothing happened :

    {{ mb.map( 'site.contact.ct_locatie', '100%', '480px', '14', '', 'Solexverhuur Woudenberg', 'Hier vindt je onze locatie' ) }}

    What is wrong?

    #34419
    Long NguyenLong Nguyen
    Moderator

    Hi Cees,

    Please be aware that site is an object, contact and ct_locatie in this case is the property of that object.

    If you want to pass the field ID as a string, you can add just ct_locatie

    {{ mb.map( 'ct_locatie', '100%', '480px', '14', '', 'Solexverhuur Woudenberg', 'Hier vindt je onze locatie' ) }}

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.