Google Map not displaying on new version

Home Forums Calendar Products Events Calendar PRO Google Map not displaying on new version

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #789678
    mattcuba
    Participant

    Cheers,

    Upon upgrading to the new version of Tri.be calendar, the Google Map feature ceases to exist on all events.

    Note: The Map view for the calendar is not available as a feature on my website anymore.

    Help would be appreciated, or a link to downgrade to the latest version would be tremendous.

    Thanks,
    Matt

    #791775
    Brian
    Keymaster

    Hello

    Sorry for the issues with the maps not showing.

    I took a look at your site and see this javascript error in the console:

    “Error: Permission denied to access property ‘toString'”

    It would not pinpoint the error, but it could be caused by the cloudflare minimized script. Can you try clearing the cache in Cloudflare and see if that helps.

    I am also seeing these errors:

    “NetworkError: 503 Service Unavailable:…d server is at capacity – http://c2s-run.liverail.com/crossdomain.xml”
    “NetworkError: 404 Not Found – http://global.cm.smartstream.tv/cm/?cmsrc=lrcm_redirect&go2=http%3A%2F%2Ft4.liverail.com%2F%3Fmetric%3Dcsync%26p%3D3018%26s%3D__CMID__”

    Downloads
    Also, to get older versions on the plugins you can login to your account and get to Account Central->Downloads.

    There you can use the dropdown to select older versions of the plugin.

    Let me know what you find out and we can go from there to resolve this.

    Thanks

    #794147
    mattcuba
    Participant

    Hi Brian,

    I’m seeing other individuals running into the map not being displayed. My Google maps was working perfectly before the update, and I still don’t have access to the MAP view for my calendar, only list, month, day, and week.

    Is this a bug ?

    #794953
    mattcuba
    Participant

    How can I download 3.7 ? I can download 3.7 pro, but I need to download the general 3.7 platform.

    #795891
    Agence
    Participant

    I have the same problem. SInce i installed 3.8, map is not displaying anymore as it was running perfectly before.
    Thank you to help us.

    #796438
    Brian
    Keymaster

    There is a issue with the maps in the single view and the venue view of people that started with older versions of the plugins not showing the map correctly as it is picking up an option for the map size which sets the height to zero.

    This filter has fixed that issue until we can get another release out(hopefully in the next two weeks).

    add_filter( 'tribe_get_option', 'adjust_tribe_embedded_map_height', 10, 2 );

    function adjust_tribe_embedded_map_height( $value, $property ) {
    if ( 'embedGoogleMapsHeight' !== $property ) return $value;
    return '350px';
    }

    Map View
    As far as the Map View showing all the events there is not a bug we are aware of. You saying that your Map view is not showing at all in the dropdown for View As?

    Not sure what has changed, but I was able to visit the site today and see it here: (although I do not think it was there yesterday)

    http://ilovefreeconcerts.com/events/map/

    It is also appearing in the Event View Dropdown.

    Are you seeing it now too?

    Let me know if that is the case or not.

    Thanks

    Agence if you still have problems after trying that filter can you please create a new ticket and we can help you better there.

    #797049
    mattcuba
    Participant

    Hi Brian,

    Thanks for the response. Can you tell me exactly where to place the code you provided ?

    I tried a Simple Custom CSS plugin for WordPress, but that didn’t work.

    #797127
    Brian
    Keymaster

    mattcuba Please use this link and then click on the version number you would like to download under Other Versions.

    https://wordpress.org/plugins/the-events-calendar/developers/

    #808875
    Jason
    Participant

    Hi Brian –

    Not sure if you want a new thread started about this, but I’ve attempted to use your fix (I’m experiencing the same issue where the map doesn’t actually show). The fix correctly adds height to the gray bar, but it doesn’t actually show the map – and the source doesn’t show any type of map embed.

    You can see it here:
    http://www.globalbeads.com/class/rhinestone-wrap-5/

    #810150
    Brian
    Keymaster

    mattcuba, Sorry I missed your last post here. I am not sure why it did not show up for me.

    Anyway that filter is php coding and needs to be added in your functions.php

    Jason,

    Typically it is better for us to help you on your own ticket, but I can help out here and if you continue to have issues please come back to us and create a new ticket and reference this one.

    I checked out your site and saw this error:

    TypeError: $(…).jqzoom is not a function
    $(‘.jqzoom’).jqzoom(options);

    See if you can fix that javascript error and if it solves the issue. If it does not again please create a new ticket and reference this one and we can go from there.

    Thanks

    #811188
    Jason
    Participant

    Brian – that did the trick! Thank you sir.

    #814352
    Brian
    Keymaster

    Jason, great glad that works for you.
    mattcuba were you able to update to 3.8.1 and see if that resolves your issue? Let me know thanks.

    #833324
    Brian
    Keymaster

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Google Map not displaying on new version’ is closed to new replies.