Event and Photo View Stopped Working

Home Forums Calendar Products Events Calendar PRO Event and Photo View Stopped Working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1019238
    Kerry Sykes
    Participant

    Suddenly today (with no changes to the website), the Calendar Photo View has stopped working.

    The Month and list View still works

    My pro version is live into 2016

    http://holmfirthevents.co.uk/calendar/month/

    Is there an issue?

    #1019243
    Kerry Sykes
    Participant

    I have upgraded to the most recent version, which has not fixed this issue

    #1019264
    Brian
    Member

    Hi,

    Sorry again for the issues here.

    We think we have found the problem and it is due to a change in the Google Maps API.

    Please add the following snippet to your theme’s functions.php:

    /**
    * Null values in the geoloc estimates can cause breakages with the
    * current Google Maps scripts; this helps to ensure that is avoided
    * by effectively casting nulls to zeroes.
    *
    * @param array $geocords
    *
    * @return array
    */
    function temp_fix_geocoords_breakage( $geocords ) {
    return array_map( 'floatval', $geocords );
    }
    add_filter( 'transient_geoloc_center_point_estimation', 'temp_fix_geocoords_breakage' );

    Let me know if that fixes the issue until we can get a release out.

    Thanks

    #1019307
    Kerry Sykes
    Participant

    My IT people will need to do this for me, and will be charging me £25 for the privilege, not a happy bunny!

    #1019513
    Brian
    Member

    Sorry i have no control whether Google decides to change an API that is out of my control.

    I am going to close this ticket to new replies, but the issue is still open and we will update this ticket once we release a fix.

    If you have any new questions or issues please create a new ticket and reference this one.

    Thanks

    #1019537
    Geoff
    Member

    Hey there!

    Just a heads up that we released a patch for this issue just minutes ago in Events Calendar PRO 3.12.5. Please check it out and feel free to hit us back up if you come across any other issues.

    Thanks for reporting this and for your patience while we worked on it!

    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Event and Photo View Stopped Working’ is closed to new replies.