This isn’t something we can fix within Event Espresso other than removing those placeholders. The problem is due to how X-Theme is selecting the article elements on the page which is then thrown off when additional elements have been added.
To check for a category list as above, or cover both categories and custom taxonomies using something like:
if( is_category() || is_tax() ) {
If you leave the current code from above in place Event Espresso can not add any notices thrown during registrations into the page so I don’t recommend using the first snippet long term.
Viewing 3 reply threads
The support post ‘X theme conflict- broken category pages’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.