The theme for the website atelier-medias.org.
This code is under GPLv3.
See Trello board
See design online
You need to install the following plugins:
- EME Sync Facebook Events
- Events Made Easy
- Regenerate Thumbnails
- Shortcodes Ultimate
- WP-PageNavi
- XWiki ADM
- Install the "Events Made Easy" plugin (read the doc)
- Install the Facebook adapter. Input your API Key / Secret
- Copy/paste the template the following code in
Events/Settings/Events
in the fieldDefault event list format
:
<li>
<div class="calendar-event">
<a href=#_EVENTPAGEURL>
<div class="calendar-circle"></div>
</a>
<h3 class="calendar-date">#j #M #Y</h3>
<div class="calendar-info">
<span class="calendar-time">#g h#i</span> - <span class="calendar-title">#_LINKEDNAME</span>
</div>
<div class="calendar-excerpt">
#_EXCERPT
</div>
</div>
</li>
- Copy/paste the template following code in
Events/Settings/Events
in the fieldDefault single event format
:
<div class="calendar-event-single">
<div class="calendar-single-inner">
<div class="calendar-info">
<div class="calendar-img">
</div>
<div class="calendar-date">
<h2 class="calendar-title">
#j #M #Y
<br>
<small class="calendar-time">#G h#i</small>
</h2>
</div>
</div>
<div class="calendar-excerpt">
#_NOTES
</div>
</div>
<div class="calendar-map">
#_MAP
</div>
</div>