Hello,
My event organizer event detail page(s) are blank (no event data) when I try to use a pointfinder theme (http://pointfindertheme.com/). If I use a generic theme, like Twenty Fifteen, the event data shows up. I’ve noticed the point finder main content div does not have a ‘main’ id div (i.e. different ids/classes then the Twenty Fifteen theme).
Note: my other EVO pages have content, but, the CSS is not working very well and some pages have ‘div’ artifacts displaying (presumably ill formed html).
What are my best options for getting the EV plugin to work with a theme?
Thanks,
Lynne

Lynne
I managed to fix the issue by comparing the template’s single.php page and the single-event.php page. There may have been a typo in my single-event.php page.<br />
Thanks,
Lynne

Lynne
Hi Lynne,
Glad that’s sorted. Are you still experiencing the other issues regarding the <div>
on events pages?

Stephen Harris
Yes, I’m seeing html artifacts on a venues page. It looks like the theme’s div’s and the evo divs are being intermixed somehow. The source html is:
<
div id=”eo_event_list_widget-2″ class=”EO_Event_List_Widget”>

Lynne
The event organizer elements are being interspersed with the theme’s sidebar elements presumably because the theme’s sidebar is incorporating event organizer elements. Since I don’t need a sidebar on those pages, I simply removed the sidebar from the template, thus avoiding the conflict. Thanks again for the help, I’m still learning about WordPress!

Lynne