Tim Vergara
Forum Replies Created
-
Hello,
You could edit it under events-manager/includes/langs then select the .po file for the french. Other way is to directly add the translation under Events > Settings > Privacy
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Map API not workingHello,
If you’re sure that you have added the Correct MAP Api and made sure that you have added a Billing Address (Google now requires this since their last update), You could try and check this thread for additiona API’s that you might need to enable: https://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that-this-api
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Multiple day eventHello,
Sorry But, Currently those feature are not available. You would need to manually create individual events for those.
Hello,
Thanks Patrick for replying quickly.
@jamiewpmasters You would need to purchase the Pro Version to get those features.
Hello,
There are known issues if you’re using Recurring Events and you have a PHP that is lower than 7.0. I would recommend updating to any PHP 7.0 and above.
Do you also use WPML along with Recurring Events? If yes, Currently EM doesn’t support WPML with Recurring events.
Hello,
You might have some plugins that have made changes on permissions? ie: Ultimate Member. If you still see the Events > Settings > User Capabilities, You could try checking all the checkboxes that are under administrator.
Hello,
Could We perhaps know what PHP version you’re using on your WordPress Install? If it’s a version lower the 7.0. Please do try changing it to any PHP 7.0 and above.
Hello,
You check this snippet and change the message you want. https://github.com/timvergara/events-manager-snippets/blob/master/em-gdpr-change-validate-error-message.php
You would need to put the snippet on your themes functions.php file.
Hello,
Have you tried adding it under. Events > Settings > Formatting > Events > Single event page format
I also can’t visit the link that you gave because it requires a username and password.
Hello,
You could try using conditional placeholders like: {is_past}The event have past!{/is_past} to display a message that is passed.
More placeholders can be found here. https://wp-events-plugin.com/documentation/conditional-placeholders/
Hello,
You could add permissions to then using Events > Settings > User Permissions
Hello,
At the moment there is no option to add countdown timers. This would require custom coding on your side. You could look for any jquery countdown timers and attach to you event. The event date and time are in custom fields so you could just get those field values and add to the jquery countdown timer.
Hello,
1. Can you make sure that you have the proper API Key and have you also entered the Billing Info that is required by Google Maps? https://developers.google.com/maps/documentation/javascript/get-api-key
2. You could also try and visit this link and follow the Instructions on Enabling the said service: https://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that-this-api
Hello,
What type of user role does the user have? EM also have a setting to manage the permissions for events. Events > Settings > User Capabilities.
Does it still happen when that specific role is changed to administrator? Also please make sure that the user that you will change it to have event access.
- This reply was modified 7 years, 8 months ago by Tim Vergara.
- This reply was modified 7 years, 8 months ago by Tim Vergara.
An alternative way for this is to use a combination of conditional placeholder and shortcode for forms can get emails. (ie: mailchimp, aweber, gravity forms or others.)
Example below: Then when users fill-out the form, You could just get the list the fillouts the said form and send them emails if needed.
{fully_booked} <p>Please fill-out the form below and We'll contact you when the event is available again.</p> [some_shortcode_for_forms] {/fully_booked}