Hi, I need to use a modified single-event.php (in my child theme folder), but as soon as I upload this file ( even with original code) my event pages loose their right hand widget column.
I cant see where these widgets can be added again to event pages?
If i delete singe-event.php from my child theme folder I ge my widgets back in event pages.
How can I solve this?
Best regards, Frank

Frank Dandenell
Hi Frank,
The plugin doesn’t use the single-event.php template in event-organiser/templates – instead (unless the theme has a single-event.php) it uses single.php and inserts the event-meta-single-event.php template just before the content.
So you can copy that template over instead. if you create a singles event.php template you would need to ensure the markup matches your theme.

Stephen Harris
Sorry, I don’t understand. The theme is Sigma.
In the single.php I see nothing referring to event-meta-event-single.php
In in the documentation at http://docs.wp-event-organiser.com/theme-integration/how-do-i-customise-the-templates/
it says
single-event.php The event’s page
event-meta-single-event.php Event details, usedy by single-event.php
What I want to achieve is to hide the Event details i n the content column. Now it’s hidden by an hardcoded inline css in event-meta-event-single.php.

Frank Dandenell
Hi Frank,
When the theme doesnt have a single-event.php the plugin prepends the event-meta-single-event.php template to the output of the_content()

Stephen Harris
Hi Frank,
When the theme doesnt have a single-event.php the plugin prepends the event-meta-single-event.php template to the output of the_content()

Stephen Harris