• Resolved c001os

    (@c001os)


    Hi!

    The plugin is great as always, but i get a problem! The following code (worked before perfectly) gives me always a static map. How can i fix this problem?

    <?php
    												if(function_exists('pronamic_google_maps')) {
        												pronamic_google_maps( array(
    														'width' => 215 ,
    														'height' => 120 ,
    														'marker_options' => array(
    															'icon' => '../icons/emberi_eroforrasok.png'),
    														'map_options' => array(
    														'navigationControl' => false,
    														'mapTypeControl' => false,
    														'styles' => array(
    															(object) array(
    																'featureType' => 'all' ,
    																'elementType' => 'all' ,
    																'stylers' => array(
    																	(object) array('weight' => '0.5') ,
    																	(object) array('saturation' => '-73') ,
    																	(object) array('hue' => '#007fff')
    																	)
    																)
    															)
    														)
    													));
    												}
    											?>

    https://www.ads-software.com/extend/plugins/pronamic-google-maps/

Viewing 1 replies (of 1 total)
  • Thread Starter c001os

    (@c001os)

    Suddenly gets working everything fine! Its my, blame, the footer was not activated (i guess some script was there)

Viewing 1 replies (of 1 total)
  • The topic ‘Always static map’ is closed to new replies.