chathuripxl
Forum Replies Created
-
You can find the single event page at wp-content/plugins/events-manager/templates/templates/event-single.php
Please use below code and check,
add_filter( 'excerpt_length', function($length) { return 120; }, PHP_INT_MAX );
Side bar normally appears in every page if it defined in Appearance > Widgets area. You can remove it from there.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] email notificationsIt sends the event admin emails if you enter email address in Administrator Email field and will send an email for the event submitter, it is getting from his profile.
It works for events not for categories list
like
[events_list category='-1']
Hello,
I have informed about this to the dev team, thanks for sharing the info.- This reply was modified 3 years, 7 months ago by chathuripxl.
You can add a plugin or add code to redirect to login page if this is visited.
add_action( 'template_redirect', 'redirect_to_specific_page' ); function redirect_to_specific_page() { if ( is_page('add-edit-your-event') && ! is_user_logged_in() ) { wp_redirect( 'https://staging.eggardon-colmers-view.org.uk/wp-login.php', 301 ); exit; } }
You can only check the event time and date and not the event canceled time
Do you want to hide the location category?
You can try adding custom placeholder for event page
https://wp-events-plugin.com/tutorials/create-a-custom-placeholder-for-event-formatting/Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Front end formuse
Settings -> General ->Events settings -> Events attributes
section to add custom addtributes. You
one per line in this format #_ATT{key}.WooCommerce integration is available as a separate add-on, which is currently included for free with our Pro add-on. for get that you need to buy pro version
Use login page to login the site,
https://staging.eggardon-colmers-view.org.uk/wp-login.php
You can add frontend login and register pages using third-party pluginsHello,
Is this the events list page?
I think you have added custom formatting for the events list at Events -> Settings -> Formatting -> Default event list format section. You can add #_EVENTDATES and #_EVENTTIMES there.I would suggest that you try installing our WP Safe Mode plugin, to rule out whether another plugin or your theme could be causing this. This can be done via the regular plugin installer and searching “WP Safe Mode”. With that, you can test your site with other plugins deactivated and running a default theme such as Twenty Twenty without it affecting your other visitors.
Are you adding the event in the front end and what is your user role?
make sure the user role doesn’t have permission to publish the event.
Make sure Events -> Settings -> Emails -> Events submissions emails section is filled out correctly.