• Hey I amhoping someone can give me some insite to why the code is appearing in the corret place on my site, but the map is nowhere. I am using this to input the map

    if(function_exists('pronamic_google_maps_mashup')) {
        pronamic_google_maps_mashup(
            array(
                'post_type' => 'tours',
                'posts_per_page' => -1
            ) ,
            array(
                'width' => 800 ,
                'height' => 200 ,
                'map_type_id' => 'satellite' ,
                'marker_options' => array(
                    'icon' => 'https://google-maps-icons.googlecode.com/files/photo.png'
                )
            )
        );
    }

    It created space for the map in my header, but all it shows is the location as a UL and no map to be found. Any ideas??

    PS this is the code I am getting on the front end

    [Code moderated as per the Forum Rules. Please use the pastebin]

    and here s a link to my site
    https://new.peregrinetravelgroup.websolutionshack.com/Tours/peregrine-travel-tour-7-day-package

    Any help is greatly appreciated. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you see posts within the UL element you describe? There should be an UL with posts in LI elements. This UL element should be converted to an Google Maps mashup by our plugin.

    The code you are getting on the front end is stripped out from your message. I also don’t see any space for the map in your header.

    Thread Starter mikelucid

    (@mikelucid)

    Hey thanks for the reply. I have been working on other things and needed it out of the way. You can see here https://new.peregrinetravelgroup.websolutionshack.com/

    that the UL and LI elements show up, but no map is created.

    Any ideas?

    I still don’t see any UL or LI elements created by the Pronamic Google Maps plugin. I guess you already use another plugin (Geo Mashup ?), good luck with that one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Pronamic Google Maps] Cannot make map show…’ is closed to new replies.