konrad971
Forum Replies Created
-
Hi Mary,
Angelo gave you the solution. Actually, there is no other way to customize the event form page…
First you need to download a FTP software like Filezilla and connect it to your WordPress website. You can find these details on your hosting provider interface.
Once it’s done, you just have to locate the “event-editor.php” file and modify it.I hope it’s gonne help you.
Regards,
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Custom Event PageI’m using latest version of WordPress (4.8.3), Events Manager 5.7.3 and Events Manager pro 2.5.1.
The only way I can see all details on event page is to remove “When” part in the php file…
I forgot to precise that I use template files according to this page: https://wp-events-plugin.com/documentation/using-template-files/
When I update the plugin in wordpress admin, do I have to do it manually in the theme folder also ? I use Salient theme.
Regards,
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Custom Event PageIt happen with all events. And I cannot see all details on the frontend.
Only in creation mode. Then when I need to edit or view the event, I cannot see all information.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Custom Event PageWhen I delete the below part from “event-editor.php” file, all the details are visible
<?php
if( empty($EM_Event->event_id) && $EM_Event->can_manage(‘edit_recurring_events’,’edit_others_recurring_events’) && get_option(‘dbem_recurrence_enabled’) ){
em_locate_template(‘forms/event/when-with-recurring.php’,true);
}elseif( $EM_Event->is_recurring() ){
em_locate_template(‘forms/event/recurring-when.php’,true);
}else{
em_locate_template(‘forms/event/when.php’,true);
}
?>So I guess there is something wrong with one of these php files. But I don’t know which one…
I hope someone can help me figure this out.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Custom Event PageThanks for replying.
I replaced the “event-editor.php” file with the original one, and I got the same problem…
There is no information visible after “When” title.
Hi,
The file to customize this page is “event-editor.php” in the plugin folder (WP-Event-Manager/templates/forms/event-editor.php).
i replaced the <?php esc_html_e > field with a simple <h3> field. <?php echo> should be fine also ??
I hope it’s gonna help ??
Regards.