Customize Template
Customzie template of Events Manager Plugin in child theme
You can change Archive, Single Event, Speaker, Venue, Cart, Checkout .... in plugins.
1: Create "ovaem-templates" folder in child theme like:
themes/em4u-child/ovaem-templates/
2: Copy file to child theme
2.1) Customize Archive/Category Events
Copy file
plugins/ova-events-manager/templates/archive-event.php
to
themes/em4u-child/ovaem-templates/archive-event.php
2.2) Customize Event Detail page
Copy file
plugins/ova-events-manager/templates/single-event.php
to
themes/em4u-child/ovaem-templates/single-event.php
2.3) Customize PDF Ticket template
Copy file
plugins/ova-events-manager/templates/pdf/template1.php
plugins/ova-events-manager/templates/pdf/template2.php
to
themes/em4u-child/ovaem-templates/pdf/template1.php
themes/em4u-child/ovaem-templates/pdf/template2.php
2.4) Customize Archive Speaker
Copy file
plugins/ova-events-manager/templates/archive-speaker.php
to
themes/em4u-child/ovaem-templates/archive-speaker.php
2.5) Customize Speaker Detail page
Copy file
plugins/ova-events-manager/templates/single-speaker.php
to
themes/em4u-child/ovaem-templates/single-speaker.php
2.6) Customize Archive Venue
Copy file
plugins/ova-events-manager/templates/archive-venue.php
to
themes/em4u-child/ovaem-templates/archive-venue.php
2.7) Customize Venue Detail page
Copy file
plugins/ova-events-manager/templates/single-venue.php
to
themes/em4u-child/ovaem-templates/single-venue.php
2.8) Customize Cart Page
Copy file
plugins/ova-events-manager/templates/cart/cart.php
to
themes/em4u-child/ovaem-templates/cart/cart.php
2.9) Customize Checkout Page
Copy file
plugins/ova-events-manager/templates/checkout/checkout.php
to
themes/em4u-child/ovaem-templates/checkout/checkout.php
Last updated