• Resolved lpedley

    (@lpedley)


    Hi, great plugin thanks, we use it for lots of things.

    We have customised the post locator templates for the results list without issues. Would you point us to the location of the template where we can edit the information that appears within the tiles on the map itself please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    HI @lpedley,

    Thanks for the feedback.

    The info inside the map’s info-window is not generated using template files ( at least not in the core plugin ). So the only way to modify the content is using a filter.

    The filter is:

    
    apply_filters( 'gmw_info_window_content', $output, $location, $args, $gmw );
    

    And can be found in geo-my-wp/includes/class-gmw-maps-api.php.

    The Premium Settings extension does have the AJAX powered info-window feature which uses a template file to output the info-window content. Those template files can be modified just like the search form and search results template files.

    I hope this helps.

    Thread Starter lpedley

    (@lpedley)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customising map location tiles’ is closed to new replies.