Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rsharrard

    (@rsharrard)

    nvm i used the box that says “fix missing map”

    I have the same issue.

    For me the plugin worked but all of the background images, the world, europe, etc were missing. I reenabled them with a edit of the file “visitor-maps-worldmap.php” by saving the background image url for later then using it in the html for the map:

    diff changes for “visitor-maps-worldmap.php” (the right side is the old version):

    202,203d201
    <   $image_worldmap_url = $image_worldmap; // added this just before the "map parameters" comment
    <
    293c291
    < $string .= '<div style="position:relative; border:none; background-image:url('.$image_worldmap_url.'); width:'.$image_worldmap_width.'px; height:'.$image_worldmap_height.'px;">';
    ---
    > $string .= '<div style="position:relative; border:none; background-image:url('.$image_worldmap.'); width:'.$image_worldmap_width.'px; height:'.$image_worldmap_height.'px;">';

    I am sure the plugin author Mike Challis could offer a more elegant solution. I hope this helps someone that needs a quick fix.

    Ben

    has anyone come up with a solution for the loss of the map?? Was there an update that messed it up?

    I upgraded to WordPress 3.4 and this Plugin just stopped working.

    Anybody experience the same?

    Any workaround’s found?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Visitor Maps and Who's Online] It just stopped working’ is closed to new replies.