priscapitz
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Google Maps errorThank you, globalmatt!!
Finally I undestand the reason…@PluginDevelopers, let us know if you if you plan to schedule the plugin update in the next days 🙂
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Google Maps errorno, only 1 map per page (single event page).
Yes, but for this specific plugin which is the correct code for the single event page instead of
is_event() ?Maybe
is_EMevent() ?Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Google Maps errorI have the same problem *but* after the migration from a domain to an another domain. The plugins that are installed are the same for both the domains, unfortunately in the second domain site the maps are not visible.
The error is the same:
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
js?v=3.23&libraries=places&callback=em_maps:35Google Maps API error: Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
How can I correct the api?
corrigendum!
I resolved it, the correct code is<?php global $post, $EM_Category, $wp_query; $EM_Cat = em_get_category($wp_query->queried_object->term_id); echo $EM_Cat->output('#_CATEGORYNAME'); echo $EM_Cat->output('#_CATEGORYNEXTEVENTS'); ?>🙂
Hi, I created
taxonomy-event-categories.php
in order to see the single category of events page.taxonomy-event-categories.php is based on the single.php template and I changed as explained in the post you linked to.
I inserted the code<?php global $gdlr_post, $EM_Category, $wp_query; $EM_Cat = em_get_category($wp_query->queried_object->term_id); <h1><?php echo $EM_Cat->output('#_CATEGORYNAME'); ?></h1> <br/> <p><?php echo $EM_Cat->output('#_CATEGORYNOTES'); ?></p><br/> <h3>Next Events</h3><br/> <div> <p><?php echo $EM_Cat->output('#_CATEGORYNEXTEVENTS'); ?></p> </div>(unique difference: global $gdlr_post instead of global $post)
but the error is
syntax error, unexpected ‘<‘ in …/taxonomy-event-categories.php on line …The line is the code above, but I don’t understand where is the exact error…
Can you help me?Hi!
No, I Use the file of single article, because the single event template inherits the characteristics of the theme template.
Thanks!Yes, the theme supports a sidebar.
I contacted the theme developer and he said to ask to the plugin developer!Do you confirm that the issue is on theme side? Habitually does the single category page inherit the sidebar?