[Plugin: Events Manager] Default event list formats not working
-
Hello,
I am building a site locally and i am trying to modify the event list formats in the Events Manager Settings panel. I have modified the following attributes but the front end does not change the rendered DOM (i.e. it keeps it using the unordered list output). Specifically, I expected to see these changes as part of the Events widget that I am exposing in my sidebar. I am able to override the event list format if I specify the format in the widget panel, but the header and footer remain unchanged.
Please advise on how I can achieve this:
Default event list format header:
<div id="announcements" class="module1"><h1></h1>
Default event list format: `<div class=”announcement”>
#_EVENTIMAGE{75,75}
<div class=”introtext”>
<span class=”highlight-bold”>#_EVENTLINK</span><br />
<span class=”highlight-bold”>#_EVENTDATES</span><br />
#_EVENTEXCERPT
</div>`Default event list format footer:
</div>
- The topic ‘[Plugin: Events Manager] Default event list formats not working’ is closed to new replies.