Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPGMaps

    (@wpgmaps)

    Hi Charriott4
    Did you manage to come right with this?
    Do you have <?php wp_footer(); ?> in your theme’s footer.php file?

    Kind regards
    Nick

    I have this same issue. The map displays fine on the maps plugin page, but does not appear in the post. I think my theme was customized not to have a footer; is that the problem?
    wayoutwestaustin.com

    Plugin Author WPGMaps

    (@wpgmaps)

    Hi
    Your theme should still have a footer.php file. Please use the editor to open that file and ensure that the following line is located just before the closing body tag, like such

    <?php wp_footer(); ?>
    </body>

    Kind regards
    Nick

    This is what is at the very end of my theme:

    /* Footer ++++++++++++++++++++++++++*/
    .footer { width: 870px; margin: 0 auto; padding: 15px 0px 15px 90px;}
    .footer p { padding: 0px; margin: 0px; font-family: ‘Verdana’; font-size: 11px; }
    .footer p.copy { color:#1c3e4d; }
    .footer p.copy a, .footer p.copy a:visited, .footer p.copy a:hover { color:#1c3e4d; text-decoration: underline;}
    .footer p.theme { padding-top: 2px; color:#6c8e9d; }
    .footer p.theme a, .footer p.theme a:visited, .footer p.theme a:hover { color:#6c8e9d; text-decoration: underline;}

    /* CSS overrides added by Ryan, March 2010 */

    .wp-caption-text,.wp-caption,p.wp-caption-text
    {
    font-style:italic;
    }

    I don’t see a closing body tag, or am I missing it?

    Plugin Author WPGMaps

    (@wpgmaps)

    Hi
    This was resolved. Please update to the latest basic version
    Kind regards
    Nick

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Map Showing’ is closed to new replies.