Hi @ethecenter,
Please let us know the version of The Events Calendar Shortcode and Templates Plugin that you are using.
We have already fixed this issue in plugin’s last update.
Please update your plugin with the latest version.
Thanks
Version 1.1 for the ECSAT
I did saw you had fixed an issue, that’s why im writing because I find it odd that the problem exists…
Hi @ethecenter,
I have checked our plugin with Gravity Forms Version 2.2.5.20 and there is no issue related Edit or Create Form.
Please let us know the version of Gravity Forms that you are using.
Please contact us at [email protected]
Thanks
2.3.3 is the version we are using..
Any thoughts?
Hi @ethecenter,
Could you please share your Gavity Forms Plugin at [email protected]
So that we can check this issue.
Thanks
Hi, I am also having this same problem.
I’m running latest of both: Gravity Forms Version 2.3.3
The Events Calendar Shortcode and Templates Version 1.1
It’s a shame because I cannot use your plugin anymore.
@paulwebdesign Yeah, im not sure what’s the issue, still have it here.. I’ve just been deactivating the plugin every time I need to work on a form… bummer..
Hi @paulwebdesign,
We have checked our plugin with Gravity Forms Version 2.2.5.20 ,v2.3.3.2, v2.3.3.10 and everything is working fine at our end.
Could you please share your Gavity Forms Plugin at [email protected]
So that we can check this issue.
Thanks
Hello,
I’m running Gravity Forms 2.3.4 and The Events Calendar Shortcode and Templates Version 1.1, and i have issues when trying to export entries from Gravity Forms.
When i activate this plugin and try to export entries, i choose a form but entries doesn’t export, only the page is refreshed.
Another related thing, i need to deactivate your plugin to be able
to copy the system report with the button
@baljitdhanjal What do you mean Share your gravity forms plugin?!! what do you need us to email you?!
I’ve done some investigating, and the problem is that all the fancy font scripts are loaded on every admin page, not just the plugin settings page. I’ve fixed this by adding the following code at line 474 of events-calendar-templates.php, which limits the scripts to the customizer and plugin settings page:
if(is_admin() && !is_customize_preview() && isset($_GET['page'])){
if(strpos($_GET['page'], 'tribe_events-events-template-settings') === false){
return;
}
}
Thank you very much @Pailwebdesign, your solution works for me, I hope in the next update the team development of the complement solve this problem, thank you in advance
Hi All,
Thanks for spotting a bug.And Special thanks, @Pailwebdesign.for sharing solution.
We have fixed this bug and released updates(version 1.2). Please update your plugin.
-
This reply was modified 7 years, 6 months ago by
CoolHappy.
Thank you very much, really appreciate your work π