Plugin Support
Darian
(@d0153)
Hi @generosus
Thanks for reaching out, and for bringing this to our attention.
We already created an internal ticket for this one and have added this thread. While we don’t have an ETA, you’ll get notified once there is an update and fix.
Please let me know if you have further questions or concerns.
Regards,
Darian
—
Internal Bug Ticket Reference: TEC-4762
Hey @d0153,
That is great news, thank you.
If at all possible, please ensure a solution is provided for both TEC Legacy and Modern users. Currently, we’re using TEC Legacy and it’s working well for us.
Again, thank you 🙂
Plugin Support
Darian
(@d0153)
Hi @generosus
Thanks for your response. I’ll definitely share this with the team, and I’ll get back to you once I know more.
In the meantime, if you do have other concerns or issues you need help with, please create another support topic as indicated in the ww.wp.xz.cn support guidelines.
Hey @d0153,
That would be great. There are many websites that still use TEC Legacy. Help us make it happen and we’ll send you a dozen doughnuts (pick your flavor) 🙂
Thank you!
Plugin Support
Darian
(@d0153)
Hi @generosus
Thanks for your message.
I just heard back from the team. Unfortunately, we don’t apply the fix on older versions. Fixes are usually applied to the new versions.
If you do have other concerns or issues you need help with, please create another support topic as indicated in the ww.wp.xz.cn support guidelines.
Hey @d0153,
Agree. Not expecting a fix (via plugin revision) for TEC Legacy. All we need is:
(1) A code snippet applicable to TEC Legacy that will fix the issue.
and/or
(2) The plugin revision number (and files affected) that will fix Internal Bug Ticket Reference TEC-4762.
Hopefully, the above is doable 🙂
Thank you!
Plugin Support
Darian
(@d0153)
Hi @generosus
Thanks for your response.
While I can’t make any promises, hopefully, we can provide a workaround for the older versions once the fix is released.
If you do have other concerns or issues you need help with, please create another support topic as indicated in the ww.wp.xz.cn support guidelines.
Plugin Support
Iris
(@iirvin)
Hi @generosus
The issue Console Warning > Google Maps Loaded Without a Callback (TEC-4762) is now resolved.
Please update the plugin to the latest version to apply that fix to your site.
Best regards,
Iris
-
This reply was modified 3 years ago by
Iris.
Hi @iirvin,
That’s great news.
As mentioned before, however, can you share the solution for those using the legacy version of TEC?
Providing us with a code snippet, the file changes you guys made, and/or a GitHub reference would be nice.
Much appreciated since we helped identify the issue together with proposed solutions.
Thank you!
Plugin Support
Darian
(@d0153)
Hi @generosus
You can check the file changes from this Github pull request.
Let me know if you have further questions or concerns.
Hey @d0153,
Thank you. We can confirm that your fix, TEC-4762, works for TEC Legacy as well.
Useful Tip:
For those using the plugin, SG Optimizer, with the settings option “Defer Render-blocking JavaScript” enabled, the noted fix will work only if the code snippet provided below is used. Otherwise, the console warning will still show up.
add_filter( 'sgo_js_async_exclude', 'js_async_exclude_google_maps' );
function js_async_exclude_google_maps( $exclude_list ) {
$exclude_list[] = 'tribe-events-google-maps';
return $exclude_list;
}
Cheers!
Plugin Support
Darian
(@d0153)
Hi @generosus
Thanks for your confirmation and I’m glad that it is now working.
If you have some time to review, that would be amazing!
https://ww.wp.xz.cn/support/plugin/the-events-calendar/reviews/
I am going to mark this ticket as solved. If you need help on another new topic, please feel free to open a new ticket.
We’d be glad to help you out and assist you.