This page doesn’t make sense with the way I have configured things, but when the recurring theme is not active I get a nice box for each individual event.
This topic was modified 11 years, 10 months ago by Andrew Mason.
It should be possible but would require modifying the template further.
I would use the wordpress function is_page(). In basic pseudo code it would run:
if (is_page(X)) { output the normal template } else { output the special recurring template }
The css would have to be added into the file as well as you dont want that running on the normal template.
To be fair, you would probably need to hire a developer to look at this in more detail, I spent a few minutes trying to squash it together without any joy, but the theory is sound.
The support post ‘Turn off recurring theme on event-registration page’ 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.