Hello - I wanted to know if you have an updated response to this issue.
I found this response here from 2015: https://theme.co/apex/forums/topic/event-espresso-integration/#post-605052
and wanted to know if there were any new discoveries.
Appreciate your response, thank you!
Hi There,
Could you please provide us with your event URL so we can take a closer look?
Thank you.
Hello — I did not know you responded, sorry for the delay! Here is a link to one of the events: https://www.watsoncaringscience.org/events/international-caritas-consortium-icc-2018/
Could you also tell me how I can get alerted to your responses??
Thank you!
Here’s what I received from Event Espresso. I have not yet tried this:
Here’s one way that I found, and if it seems a little convoluted, that’s because it is and you might want to contact X theme support, they may have a more elegant solution:
- You add the following folder structure to your child theme:
\framework\legacy\cranium\headers\views\ethos\ - You copy the _landmark-headers.php file from the parent theme from the \framework\legacy\cranium\headers\views\ethos\ folder and put the copy into the matching location in the child theme.
- Open the _landmark-headers.php file and edit line 38, which has this:
You change it to this:
<?php elseif ( is_page() || is_singular('espresso_events') ) : ?>or if you have other post types that are also missing their titles, change it to:
<?php elseif ( is_page() || is_singular() ) : ?>Side note, your folder structure in the child theme will look like this:
Hi there,
The provided instruction is correct since Ethos page titles are part of the landmark templates. And since landmark template isn’t integrated with other post types then yes, it’s the only way. And this one should fix all titles regardless of post types
<?php elseif ( is_page() || is_singular() ) : ?>
As for tracking, you can hit the button tracking an the bottom of this thread and change it according to your preference.
Thanks!
Perfect. Thank you!
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.