Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @jinkoo,

    Thanks for linking to your site – I checked out the page you linked to and immediately noticed a JavaScript error, which will prevent the Map from showing up.

    The error was this:

    TypeError: $(...).offset(...) is undefined

    Which seems to be coming from the following code on your site:

    <script>
            jQuery(document).ready(function($) {
                $('.header-sticky .sticky-action').append($('#pgl-mainnav').clone());
                var $menu_action = $('#pgl-mainbody').offset().top;
                $(window).scroll(function(event) {
                    if( $(document).scrollTop() > $menu_action ){
                        $('.header-sticky').addClass('fixed');
                    }else{
                        $('.header-sticky').removeClass('fixed');
                    }
                });
            });
        </script>

    Those code seems to be coming from your Marvel theme, so I’d recommend contacting the theme developers for support about this issue and see if they can shed some light on this issue.

    Hi,
    I recently installed the plugin but also I can not see the map.
    The site is still in the planning stage, I have not chosen the theme to use so I could try other themes. I tested 15 themes and with all I have encountered this problem.
    So I was wondering if it is actually a problem of the themes or is it a problem of the plugin.

    Barry

    (@barryhughes-1)

    Hi EuroWeb, though the problem may initially look similar it is best if you create a new topic of your own, as explained in the forum guidelines.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘google maps’ is closed to new replies.