New Landing How can we help? Themeforest Theme Support Pinpoint Google Maps are broken in PinPoint theme

Viewing 15 posts - 1 through 15 (of 36 total)
  • Posted in: Pinpoint
  • #9688
    AuthenticUK
    Member
    Post count: 29

    Google maps are now broken – they were displaying beautifully until this morning. All our pins are in the ocean…

    #9705
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    This is a problem with the API and is affecting all our themes, an update is already in the works. Please subscribe to item update notifications in your ThemeForest Downloads area, so you get an email when we release a fix.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #9758
    razorfrog
    Member
    Post count: 11

    Any ETA on the fix? Thank you.

    #9876
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Not sure, but I’ve assigned Ed so he gets notified and can let us know.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #9967
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    This was fixed in the latest update, available via your dashboard. You may need to remove the map asset and add it again to flush through the cache.

    Hope that helps.

    – Ed

    #10003
    razorfrog
    Member
    Post count: 11

    I was actually referring to the Flexform theme – that one is broken as well. Will it be updated soon?

    #10031
    Cosmin – SUPPORT
    Member
    Post count: 3851

    All our themes are in the process of being updated on this matter, so yes, an update will be out soon for Flexform as well.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #10188
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    All updates are available now through the dashboard updates section.

    – Ed

    #10446
    razorfrog
    Member
    Post count: 11

    Are you referring to Themeforest or elsewhere? Themeforest is still showing Version 1.4.2 from 18th May 2013.

    #10447
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It’s a hotfix (auto) update, so if you go to your WordPress admin dashboard, you will find it available as a theme update.

    We haven’t pushed it to ThemeForest as of yet.

    – Ed

    #10590
    justingrahamiam
    Member
    Post count: 13

    Anyway to fix this without doing a full update? I am too far into php edits for an update of the whole theme for just a plugin. Would be very grateful.

    #10678
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Sure, to fix this, open up functions.php and change the function on line 566 with the following:

    function map_embed($address) {
            if (!is_string($address))die("All Addresses must be passed as a string");
    
            $address = str_replace(" ", "+", $address); // replcae all the white space with "+" sign to match with google search pattern
    
            $url = "http://maps.google.com/maps/api/geocode/json?sensor=false&address=$address";
    
            $response = file_get_contents($url);
    
            $json = json_decode($response,TRUE); //generate array object from the response from the web
    
            $_coords['lat'] = $json['results'][0]['geometry']['location']['lat'];
            $_coords['long'] = $json['results'][0]['geometry']['location']['lng'];
    
            return $_coords;
        }
    

    Then add the following to the custom css box within theme options:

    .map-canvas img {
    	max-width: none;
    }
    

    – Ed

    #10693
    welcome
    Member
    Post count: 88

    Hello,

    I update the theme via the dashboard, but the problem still persist.
    Some advices ?

    Thanks a lot

    #10697
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @welcome – can you provide a link to the page on your site with the map on?

    – Ed

    #10699
    welcome
    Member
    Post count: 88
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 36 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register