Tim Vergara
Forum Replies Created
-
Hello,
If you want to change the Forms to become required or not, You would need to have a PRO Subscription. Events Manager Pro have a Form Editor that lets your manage/add/edit fields to be required or add new fields.
Hello,
Sorry But even after reading the question multiple times. I’m still confused with what you mean. But you want to combine them you could just use what you did on the 2nd shortcode.
[events_list scope=’future’ limit=3 category="1,5,62,857"]
Also I noticed that you’re adding an offset=”1″ on the 1st shortcode. You could check here on what offset does: https://wp-events-plugin.com/documentation/event-search-attributes/
Have you tried changing the Map Display type? Events > Settings > Google Maps? Does changing theme also gives you the same issue?
If you’re using Divi Theme also, They have a separate option to Enter Map API. EM doesn’t include the google map scripts if it detects other plugin/theme that have already included it.
Some useful links also:
Google requires an API to be used now which can be found here: https://developers.google.com/maps/documentation/javascript/get-api-key
You could check our documentation on how to add/configure API here: https://wp-events-plugin.com/documentation/google-maps/
Hello,
You could try checking this placeholder: #_EVENTIMAGE{x,y} More information here: https://wp-events-plugin.com/documentation/placeholders/
Other way is to control the Size using CSS. You might need to have some few knowledge on it to resize. If you’re not familiar I would suggest hiring a Developer for it.
On your shortcode you could add something like:
[events_list scope="1-weeks" limit="0"]
That should dispaly all events without any Limit.Hello,
Em doesn’t have an option to have a complex custom permalink structures. The option “Events > Settings > Pages > Permalink Slugs” is for basic structures only. (ie changing the start of permalink name).
Since EM Events are WordPress Custom Post types, the process of changing the permalink structures should be the same on all custom post_types. EM doesn’t handle the Permalink generation as it mainly on WordPress Side. You would need to check WordPress tutorials on how to change them.
Hello,
If you have a Pro version then I would suggest that you raise the issue by submitting a Support ticket on the Site. Thus it would be prioritized.
I also don’t think this is a plugin issue as it works on a lot of Websites. Just a quick test, could you perhaps Install a Fresh WordPress (maybe on a sub-domain) and only Install EM. If it still happens then it could be a Hosting or plugin issue itself.
Do you perhaps have a Pro Subscription? If you do have one, I would suggest submitting a Ticket on the Pro Support Site for it to be prioritized.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] events shown twiceHello,
I think the issue in on your Carousel it self. It seems like it is Set to Infinite Loop. Thus this means that there is no End. You could always press the Next/Previous and it won’t end.
This is not an EM related issue, I would suggest that you check your carousel settings and disable the infinite loop. If there is no such settings available then you could contact your theme developer for it.
Hello,
Have you tried going to Events > Settings > Performance Optimization (Advanced) > Then Set the options to Yes?
Hello,
I would suggest that you try and disable all other plugins and only Enable EM and EM Pro(if you have), then also activate only any twenty series theme. This is to make sure that there are no other plugins that is causing conflicts.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] events shown twiceHello,
You might have changed some settings? Perhaps you should try checking Events > Settings > Formatting > Default event list format? (You have put a shortcode like [event_list] here which usually you shoudn’t?)
You could also check the pages where the duplicate is showing and review your Shortcode for that page.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Harvesting eventsHello,
Sorry but there is currently no Option for Events Manager to automatically get the Events from FB or other sources. You would need to manually Add them.
As for making them know for organizers, I think this part is purely based on the Site Owner. It depends on how the Owner advertises his Website. There is an option on EM where you could enable the Form on front-end so anyone could submit and Event. (Events > Settings > Event Submission Forms)
Hello,
Could you perhaps try the following test. This is to isolate the issue where other plugins or theme might cause some conflict.
1. Update to PHP 7.0 or Higher
2. Update the WordPress, EM and EM Pro to the latest version (EM 5.9.5 & PRO 2.6.4)
3. Disable any Caching/CDN on you Website/Hosting
4. Disable all plugins and only Activate EM and EM Pro
5. Change the theme to any Default twenty series theme
6. Test again.Hello,
You could try checking Events > Settings > Pages > Permalink Slugs
If that doesn’t work then you might need to check how WordPress changes their Permalink format for custom post_types. EM is using the WordPress Custom PostTypes for the Events.Hello,
You could try this CSS
@media screen and (max-width: 767px) { .em-booking-form-details { float: none; display: block; width: 100%; } .em-booking-form-details label { display: block; width: 100%; } .em-booking-form-details input.input, .em-booking-form-details select, .em-booking-form-details textarea { width: 100%; }