Viewing 11 replies - 1 through 11 (of 11 total)
  • agelonwl

    (@angelonwl)

    can you share your events list format? Also, what happens when you preview it using default theme?

    richlondon

    (@richlondon)

    This has happened to me as well.
    THe plugin is ignoring the fact that I have put the word CONTENTS my events page. IT is now just list the events. Before I had them dsiplayed in a table.

    I haven’t altered the default events page settings. the plugin is displying all events as a list instead of a table.

    I foolishly did this on my live site, looks like I will have to roll back, until this is fixed.

    thanks

    Thread Starter lazyazian

    (@lazyazian)

    Here’s the “Default Event List Format”

    <tr>
    			<td>
                   <strong>#_EVENTDATES</strong><br/>
    
                    #_EVENTTIMES
                </td>
                <td>
                    #_EVENTLINK
                    {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
                </td>
    ? ? ? ? ? ? <td>
    ? #_BOOKEDSPACES / #_SPACES
    ? ? ? ? ? ? </td>
            </tr>

    When I use the default Twenty Ten theme, it also creates the list of events instead of the table that I have setup.

    It also displays past events as well. Seems that it doesn’t take into account any of the customization from the Events Format and the settings customization.

    v1ni

    (@v1ni)

    5.1.4 seems to be ignoring the header I have set in Events Format, regardless of Format Overwrite being enabled. Post/Page.

    Worked fine in 5.1.3…

    agelonwl

    (@angelonwl)

    @v1ni

    am going to test this one and update you. also, do you have a sample screenshots or link?

    v1ni

    (@v1ni)

    I’ve got it set to “display as a page” (though choosing post does nothing)
    I’ve tried using a different page template (does nothing)
    Format overwrite is set to Yes (Yes/No doesn’t make a difference)

    https://www.squeelers.co.uk/events/ (worked fine using below code on 5.1.3)

    Header

    Want to add the entire schedule to your Calendar? <a href="../events.ics">Click Here</a>
    <table cellpadding="0" cellspacing="0" id="current-events" >
        <thead>
            <tr>
    			<th id="event-time" width="*">Date/Time</th>
    			<th id="event-description" width="*">Event</th>
                            <th id="event-ical" width="*">iCal</th>
       	</thead>
        <tbody>

    Default Event List Format

    <tr>
    	    <td>
                    #_EVENTDATES @ #_EVENTTIMES
                </td>
                <td>
                    #_EVENTLINK (<i>#_LOCATIONNAME, #_LOCATIONPOSTCODE</i>)
                </td>
                <td>
    <a href="#_EVENTICALURL"><img src="https://www.squeelers.co.uk/wp-content/themes/squeelers/images/calendar_add.png"></a>
               </td>
            </tr>

    Footer is the default…

    Cheers for this! hope the above helps you!

    Thread Starter lazyazian

    (@lazyazian)

    @agelonwl – I have it working on my live site on 5.1.3 at https://mashupasia.com/mashups/

    I don’t know how to post a screenshot onto here from my local testing environment. So I can’t show a screenshot. But it is just the default events listing format and it shows all the past events as well.

    Hopefully you’re able to figure this one out too! Thanks!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    you all may want to check if this is to do with a bug in EM at the moment, whereas it’s getting overriden by wp archives.

    you can try the dev version, or alternatively just disable wp archiving in events > settings > Pages > events list/archives

    Thread Starter lazyazian

    (@lazyazian)

    That was it! I disabled archiving.

    Will this bug be fixed in 5.1.5 I guess? I don’t want to disable archives and lose anything because I often just duplicate past events to save time.

    v1ni

    (@v1ni)

    Yep, disabling Archiving has fixed this for me too.

    This is an acceptable work around for me, now, many thanks!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    should now be fixed in 5.1.4.1, this was a bug btw

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Events Manager] Default Events Listing’ is closed to new replies.