Support

Home Forums Event Espresso Premium Turn off recurring theme on event-registration page

Turn off recurring theme on event-registration page

Posted: January 9, 2013 at 2:12 am


Andrew Mason

January 9, 2013 at 2:12 am

Hi, Is it possible to turn of the recurring theme on the events page

e.g.
http://www.36exp.co.uk/event-registration/

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, 3 months ago by  Andrew Mason.


Dean

January 9, 2013 at 2:27 am

Hi Andrew,

That format is provided by an additional files from the recurring events manager zip file.

If you check your wp-content/uploads/espresso/templates folder, you should see event_list.php and event_list_display.php.

If you rename or remove these the default files will kick in and the events will be listed individually.

You may also need to remove the code

.subpage_excerpt .date_picker{
display: none;
}

from your themes stylesheet or custom css area as this is intended to hide data that will be needed when you have the default view.


Andrew Mason

January 9, 2013 at 4:23 am

HI Dean,

Thanks.

What I want to do is have the recurring theme working on some pages, e.g. http://www.36exp.co.uk/dslr-workshop/

But not on others e.g. http://www.36exp.co.uk/event-registration/

Is that possible?


Dean

January 9, 2013 at 5:30 am

Hi Andrew,

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.


Andrew Mason

January 9, 2013 at 6:30 am

OK, thanks!

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.

Event Espresso