• Resolved morene

    (@morene)


    Hi,

    i create custom wp theme – https://zivana.org/kontakt/
    I would like to change google maps color so i downloaded your plugin. But google maps doesnt load on my site. I tried to find some advices but unsuccessfully. In my header.php I have
    <? wp_head(); ?>
    also before I have
    <?php include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ ); ?>
    but nothing help.
    Thanks for help.

Viewing 1 replies (of 1 total)
  • Hi there

    It appears that the required JavaScript used to load the maps aren’t being loaded on the page.

    Please go to ‘Appearances’ -> ‘Editor’ and open the footer.php file.

    Please ensure that the <?php wp_footer(); ?> hook is in this file?

    You won’t need the include_once function in your header.php file as WordPress loads this file by default.

    I hope this helps?

Viewing 1 replies (of 1 total)
  • The topic ‘Google maps doesn′t show’ is closed to new replies.