Hi..
It is Plugin related issue, please concern with Plugin Forum.
Thanks.
Hi,
it´s not plugin related issue. If we change the default template, map loads without problem…
could you help, please?
best regards
HI,
Sorry for inconveniences.
Let us know the plugin name that you are using for map.
We test it here to resolve your issue.
Thanks.
Hi,
the plugin is
Basic Google Maps Placemarks
best regards.
Hi..
Please remove below code from your theme’s customizer.php file.
add_action('wp_footer', 'snowfall_effect1');
function snowfall_effect1() { ?>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(document).snowfall({
flakeCount : 100,
flakeColor : '#fff',
flakeIndex: 999999,
minSize : 1,
maxSize : 10,
minSpeed : 2,
maxSpeed : 3,
round : true,
shadow : false,
});
});
</script><?php
}
Save the changes.
Thanks.
Yes!! that works!!
many thanks for your help!
best regards!