baseballrocks0412
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Uncaught Type ErrorI am using the API key, I just replaced it in the post above as APIKEY. WordPress 4.5.3 and Event Manager 5.6.5. When I replaced my theme with the default theme, I believe I was receiving an error for en queuing jQuery wrong.
I am working fine now, after playing around with my function to en queue jQuery. Thanks you for helping me find that problem earlier.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Uncaught Type ErrorWhen I put in the default theme I got this error, “Uncaught RangeError: Maximum call stack size exceeded
js?v=3.24&libraries=places&callback=em_maps&key=APIKEY“That caused me to look in my functions.php, I started with a blank theme and modified to create my own, the blank theme was enqueuing jQuery 1.4 using this, ` if ( !is_admin() ) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js”), false);
wp_enqueue_script(‘jquery’);
}`I was also calling
<script src="http://code.jquery.com/jquery-1.12.0.min.js"></script>I am newer to wordpress, should I be able to change the jQuery enqueuing script to make my call and remove it from the header?Thanks
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Uncaught Type ErrorAnyone have any thoughts?
Forum: Plugins
In reply to: [Gmail SMTP] Emails not sending – No ErrorAny one have any thoughts?