Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi..

    It is Plugin related issue, please concern with Plugin Forum.

    Thanks.

    Thread Starter nelsito88

    (@nelsito88)

    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.

    Thread Starter nelsito88

    (@nelsito88)

    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.

    Thread Starter nelsito88

    (@nelsito88)

    Yes!! that works!!

    many thanks for your help!

    best regards!

    Most Welcome.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin Basic Google Maps Placemarks not working anymore’ is closed to new replies.