K2Joom
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Map UnavailableTim.
Take a look at this page https://worthingrotary.freesite.host/events/16th-sept-club-meeting/ map is not loading properly.
This link doesnt appear to have a map at all https://worthingrotary.freesite.host/events/grand-charity-car-boot-sale-at-adur-recreation-ground/
The address is correct for the location. Copy and paste to GMaps and it shows correctly.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Map UnavailableMy Google console shows high number of errors:
Name Requests Errors (%) Latency, median (ms) Latency, 95% (ms)
Maps JavaScript API 30 86 91 129
Geocoding API 12 91 152 367I dont quite understand why one page works, another doesnt.
Now this is a shared hosting package for the staging platform.I am going to put this to one side and come back to this once we have setup the clients domain and full service and new API
Appreciate your input, going to mark this as resolved for now.
Thanks ALL
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Events on HomepageThanks Patrick, I shall have a look into those shortcodes.
Appreciate your help.Simon
OK, this might help.
In capability-manager-enhanced/includes/admin.php if found this code which was commented out:
if ( ( count($custom_types) || count($custom_tax) ) && ( $is_administrator || current_user_can( 'manage_pp_settings' ) ) ) { $cap_properties[''] = array(); $force_distinct_ui = true; }After uncommenting, the custom post types are now displayed in the capabilities manager, however no check boxes are displayed, so that will be the next task.
I am also interested to learn how to add custom post types.
My theme includes custom post types for Galleries, Portfolio, which are created and displayed via a Page.
Using s2Members to limit access to pages is a breeze, but we need to add edit capabilities to custom post types as we do not want any member to create pages, just galleries or portfolios.Any ideas?