Event Detail Template
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_banner', 'el_single_event_banner', 10 );
Add the code bellow in functions.php file in child theme
remove_action( 'el_loop_event_date', 'el_loop_event_date' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_title', 'el_single_event_title' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_date', 'el_single_event_date' );
Add the code bellow to the functions.php file of your child theme
remove_action( 'el_single_event_address', 'el_single_event_address' );
Addthe code bellow in functions.php file in child theme
remove_action( 'el_single_act_booking', 'el_single_act_booking' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_share_social', 'el_single_share_social' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_report', 'el_single_report' );
Addthe code bellow in functions.php file in child theme
remove_action( 'el_single_calenda_export', 'el_single_calenda_export' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_content', 'el_single_event_content' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_ticket_info', 'el_single_event_ticket_info' );
Add the code bellow in functions.php file in child theme:
add_filter( 'el_show_coupon_ticket_single', '__return_false' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_ticket_calendar', 'el_single_event_ticket_calendar' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_gallery', 'el_single_event_gallery' );
remove_action( 'el_single_event_video', 'el_single_event_video' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_comment', 'el_single_event_comment' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_related', 'el_single_event_related' );
Addthe code bellow in functions.php file in child theme
remove_action( 'el_single_event_policy', 'el_single_event_policy' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_map', 'el_single_event_map' );
Add the code bellow in functions.php file in child theme
remove_action( 'el_author_info', 'el_author_info' );
Add the code bellow in functions.php file in child theme
add_filter( 'el_show_phone_info', '__return_false' );
Add the code bellow in functions.php file in child theme
add_filter( 'el_show_mail_info', '__return_false' );
Add the code bellow in functions.php file in child theme
add_filter( 'el_show_website_info', '__return_false' );
Add the code bellow in functions.php file in child theme
add_filter( 'el_show_address_info', '__return_false' );
Add the code bellow in functions.php file in child theme
Remove "Send Message" Button
add_filter( 'el_single_event_show_send_message_btn', '__return_false' );
Customize "Contact Form" in child theme:
Copy file
plugins/eventlist/templates/author_info.php
to
themes/meup-child/eventlist/author_info.php
Add the code bellow in functions.php file in child theme
remove_action( 'el_single_event_tag', 'el_single_event_tag' );
Go to Apperance >> Widgets >> Delete widgets in Event Sidebar
Copy file
plugins/eventlist/templates/content-single-event.php
to
themes/meup-child/eventlist/content-single-event.php
Customize elements in event detail:
Copy files of elements in
plugins/eventlist/templates/single/*.php
to
themes/meup-child/eventlist/single/*.php