Tim Vergara
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Price in MailHello,
You could edit the Email Templates. Events > Settings > Emails > Email Templates
then you could find the template sent to a user. (Probably the Pending Template)Then you could use their placeholders to display the prices. https://wp-events-plugin.com/documentation/placeholders/
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] File UploadYes you could use ACF for it. However You would need to do some custom coding/modify the Template Files of EM and add the code to show the Fields that you need on Front End.
Here is a link on how to Customize the Template Files to your theme: https://wp-events-plugin.com/documentation/using-template-files/
You would need to find the appropriate template file depending on where in frontend you want to show it.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Second DatabaseHello,
If you have a Premium Subscription on EM, you could submit a Ticket on their Site to have faster reply.
Based from what you need. Depending on what Data you want to save on the second Database. You would need a lot of custom coding for it. EM does have some hooks in which you can use to trigger the sending of data to the second database.
Hello,
Are you referring to the Timezone that you set for the created Event? You could try checking the latest Dev version. There is a timezone fix in it. (I’m not sure if We’re referring to the same issue.)
You could use some conditional placeholders like:
{all_day} EVENT IS ALL DAY {/all_day}More info here: https://wp-events-plugin.com/documentation/conditional-placeholders/
- This reply was modified 7 years, 10 months ago by Tim Vergara.
- This reply was modified 7 years, 10 months ago by Tim Vergara.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Year viewSorry, But I currently don’t have idea for any year view options for Calendar.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] File UploadAn Alternative solution that I would recommend is using 3rd Party Plugins like Advanced Custom Fields. Then you can add an file upload field to the Events Custom Post Type. Then you copy the appropriate template file from EM to your theme directory and edit it from there to show the field/file
If you’re using ACF Pro I believe they have a shortcode that you can used to display the content over the description part.
- This reply was modified 7 years, 10 months ago by Tim Vergara.
Currently there is no way to submit Locations only for public. You would need to create your own form for it.
Hello,
You could try adding a custom attribute for it. You can check this snippet and reverse the function. https://pastebin.com/95aeurV5
Hello,
If you’re using the Pro version you could file a ticket at: https://eventsmanagerpro.com/support/submit-connection-information/
You could also try using 3rd party plugins to configure your SMTP Settings:
You can check this links on how/what 3rd party plugins they recommend.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Theme not supportHello,
I would guess that the theme is probably not updated for the latest wordpress version.
You can try and enable the Error reporting of WordPress. That way you could see the specific Error.
Hello,
What specific consent text have you edited?
Hello,
Are you using the latest versions of EM and EM Pro? Current latest versions are EM 5.9.4 & Pro 2.6.3.1. Please try updating the WP to the latest one also.
If it still shows after updating. You could try turning off the Privacy Settings under Events > Settings > General > Privacy and Set to Do not allow all.
Hello,
have you tried and disable the consent boxes? To disable the consent forms on our privacy settings in Events > Settings > Privacy > Consent, by setting all the forms to ‘Do Not Include’.
If you’re using an older version of WordPress, I would recommend updating to the latest one also.
Hello,
Sorry for the late reply. Currently there is no way to change those. It’s only limited to text and select box. What I would suggest is to use other plugins that lets you create custom fields like ACF (Advanced Custom Fields) then you could just display them on your front-end.