Tim Vergara
Forum Replies Created
-
Hello,
The issue have already been submitted to EM. I’ll update this thread when the issue is solved.
Hello,
Here is a thread with similar issue: https://wordpress.org/support/topic/recurring-event-saved-for-first-sunday-shows-on-1st-day-of-the-month/
EM Team is currently looking at the problem.
Hello,
You could limiter their Role Capabilities. If those users are Editors, You could and go under Events > Settings > User Capabilities > then under editor uncheck “read_others_locations”
If that option didn’t work then you might need to do some custom coding for it.
Hello,
You could check it under, Events > Settings > Formatting > Calendar
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Custom EventsHello,
If you’re using a PRO version. Then you could create multiple Booking Forms in which you could attach to events.
ie:
Event A: have fields like Kids Name etc
Event B: have normal booking fieldsForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Sold OutHello,
You could use some conditional placeholders like:
{fully_booked}content{/fully_booked}You could check more about the conditional placeholders here: https://wp-events-plugin.com/documentation/conditional-placeholders/Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Prices showing 0Hello,
What placeholder are you using to display the Price? Depending on the placeholder you used, it would display 0 under certain circumstances. ie: #_EVENTPRICERANGE would display 0 if the Event have closed.
Here is a Documentation for the placeholders and details on why they would display 0 at certain circumstances. https://wp-events-plugin.com/documentation/placeholders/
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Colors and CalendarHello,
Currently that is not possible at the moment. You could only do that by doing some custom coding.
Hello,
Have you tried loging in on a different PC with a different Internet connection? It could also be just a temporary error on the site, Please do try again after few hrs.
Hello,
You could check the Events > Settings > Formatting > Single event format.
Forum: Plugins
In reply to: [User Role Editor] 4.9.6: new privacy capabilityI’m also having the Same issue. I have a multi Site Installed and tried the code above.
export_others_personal_data Works Fine. But erase_others_personal_data gives me an Error “Sorry, you are not allowed to erase data on this site.”I have made sure that “delete_users” cap are added. I even tried adding “manage_network_users” and it still doesn’t work.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Responsive forms ?You’re Welcome. I tried checking the page again and seems like you have fixed it 🙂
Hello,
It would require some custom codinng. You could check one of EM’s snippet. https://pastebin.com/hDhPkAWg You might need to modify it for your needs.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Responsive forms ?Hello,
By default the EM forms are responsive. The reason why it’s not responding is probably because your theme is overriding it. However those can be tweaked with CSS.
Here is some CSS that might help you. You can put it on your themes css of a place that accepts custom css.
#em-booking div.em-booking-login { clear: both; float: none; margin: 0; border-left: 0; } form.em-booking-form .em-booking-form-details { float: none; display: block; width: 100%; }You would need to use the Custom Booking Emails. This would let you set an email per Event. It lets you also customize the emails sent per event.
https://wp-events-plugin.com/documentation/custom-booking-email-templates/