Dean
|
September 8, 2015 at 5:05 am
Hi,
I used the Custom Sidebars plugin and it works fine for events.
For example, go to Widgets, create a new sidebar. Once created click sidebar locations, then choose “As Main Sidebar for selected Post Types” and then select Events. Save changes and you’re good to go.
Other than that you would need to either find another sidebar plugin or create a Child Theme and add in some PHP logic to change sidebars depending on Post Type.
1) You can disable the ticket selector via the “Display Ticket Selector” option in the Event Editor.
Other elements can be disabled via the Events > Template tab, or require CSS or even a custom template: really it depends on how severe/what your changes are.
2) That’s the event (post) title. The plugin lets your theme resolve the basics of post layout (title etc) so unless there is an option in your theme, I would suggest looking at CSS to hide it.
An example (and this may differ depending on your theme):
.espresso_events .entry-title { display:none; }
|