Hello EventON Support Team,
I'm using EventON with the Uncode WordPress theme and I need to display the Uncode header/menu on the event archive page (/events/ or /activites/).
Current situation:
The event archive page displays EventON content correctly
However, the Uncode theme header/menu does not appear on this page
Other pages on my site display the Uncode header correctly
What I've tried:
Creating a template override at /wp-content/themes/uncode-child/eventon/archive-ajde_events.php
Using various hooks (eventon_arch_before_header, eventon_before_main_content, etc.)
Calling get_header() and get_template_part('partials/header') in different ways
What I need:
Clear documentation on how to properly display a custom theme header on EventON archive pages
The correct hook or template structure to use
Whether EventON's archive template includes , , and tags (so I know whether to use get_header() or just inject the menu)
Question:
What is the recommended/official way to integrate a custom theme's header and navigation menu into the EventON events archive page?
Thank you for your help!
Hi,
Following my previous ticket, I’ve done extensive testing with my developer. Here’s a summary:
What we tried (unsuccessfully):
header-events.php and footer-events.php in child themesingle-ajde_events.php in child themearchive-ajde_events.php in /uncode-child/eventon/ foldertemplate_include filter with high priority (9999)eventon_arch_before_header hooksCurrent workaround:
The only solution that works is using a regular WordPress page with the EventON shortcode. However, this creates two issues:
/evenements/ (the archive slug), they see the archive page without my Uncode headerMy questions:
Thank you for your help.
Hello,
There are two guides that cover this:
https://docs.myeventon.com/documentations/customize-single-events-page/
https://docs.myeventon.com/documentations/how-to-customize-events-archive-page/
When you say ”Creating a template override at /wp-content/themes/uncode-child/eventon/archive-ajde_events.php”, ”Creating single-ajde_events.php in child theme” and also ”Creating archive-ajde_events.php in /uncode-child/eventon/ folder”, did you follow the guides?