Well… actually it can be complicated… there can be jquery conflicts and javascript conflicts.
But.. still trying to help you out and give guidance..
I also use a plugin called W4 Post Lists… a great plugin… but you will have to learn the short codes etc etc… the author has done a great job in his documentation explaining…
Ok… maybe this will help.. with the W4 Post List plugin… in the template section…
I use this… which might give you guidance..
NOTE… I have NOT edited Events Manger Page templates for this.. I am using other plugins ie: W4 Post List, AND Events Manager together…
But maybe you can try and work it out…
In the example below… it is my custom CSS layout.. so you would have to change things for your needs… I just don’t have the time to cut it down for a generic presentation… but hopefully it will guide you.
<ul id="yellow">
[events_list_grouped mode="monthly" category="97" country="US"]</p>
<div id="accordion">
<div class="accordion-toggle">
<li><span style="background-color: #ffff00;"><strong style="color: #ff0000;"><li id="whitepurple" class="withborder">#_CATEGORYIMAGE <font color="black">#_EVENTDATES</font><br />#_EVENTNAME <BR /><font color="black">#_LOCATIONTOWN</font><font color="blue"> @ #_LOCATIONNAME</font></strong></span></div>
</li>
<div class="accordion-content none" style="background-color: #ccffff;">
#_LOCATIONNAME<br /> #_EVENTDATES at #_EVENTTIMES<br />#_EVENTEXCERPT{20,...}<br /><span style="background-color: #ffffff;"><a style="font-size: 14pt;color: red; font-weight:bold" href="#_EVENTURL">#_EVENTNAME more...</a></span>
</div>
<p>[/events_list_grouped]</ul>
</div>
Events Manager is a great plugin… and the guys here have helped me out a lot and provided great support.. especially as I am not a “paid” subscriber but their dedication to a great project. So I am happy to try and help others here when I can.
But please note… you may have a theme, or plugin.. etc etc that will conflict with my notes and comments… with that said I can only help to a certain point.
Good luck hope you get it sorted out.
IMPORTANT: ( I had come edit this more for clarification)
What I am describing ONLY expands the INDIVIDUAL Event information.
NOT a whole group of Events .
I use W4 Post List… to put all the Events, for example Comedy.. in a list.
Then each event, Comedy category, from Event Manger… gets produced in a list using W4 Post List… and then when you click on the single Comedy Event (from Events Manager) it expands (accordion).
Now in another scenario… I use Collapse-o-Matic….
To have a “group” of Events Manger… expand.
For example… if I have Comedy, Country Music, Reggae Music as categories in Events Manager…
Using Collapse-o-Matic… for the individual Category’s
Comedy (expands like an accordion)
Country Music (expands like an accordion)
Reggae Music (expands like an accordion)
Like I early… mentioned.. well.. somethings can be simple… and well..
Others can not. Using multiple plugins… learning them.. and hopefully there are no conflicts.