• Resolved ddabney

    (@ddabney)


    At some point in the last month of various upgrades to WP, etc., the old events have stopped showing up in the events listing.

    I can see them in the database and when I create a new event, the new event will appear in the admin. The previously-entered event locations are still appearing as well.

    Any ideas? Thanks!

    https://www.ads-software.com/plugins/events-manager/

Viewing 15 replies - 1 through 15 (of 22 total)
  • What version of Events Manager and WordPress are you using? Can you share a link to your site?

    I’m having the same problem. I just updated WP to 3.9.2 and also updated Events Manager to 5.3.2.1 — although there looks like there’s a newer version now? I’ll see what happens when I update to that.

    I’m now updated to 5.5.3.1 and I see the events in calendar view. But the widget that’s supposed to be listing them in the sidebar isn’t finding them, and in the back end, it shows that there are no events.

    @mcdesign If you’re still having problems can you open a new thread? Your issue may not be related to the OP’s. Thanks.

    Thread Starter ddabney

    (@ddabney)

    Here’s a link to the site: https://carrietingleyhospitalfoundation.org/

    FYI, The NM Hockey Season event is listed on this home page but isn’t showing in the admin.

    Version of Event Manager is 5.5.3.1 and WP is 3.9.2.

    Let me know if you need more access. Thanks!

    How are you display Upcoming Events on the homepage and the Events Calendar list? Are you using shortcodes? If you are, can you paste them here – thanks.

    Thread Starter ddabney

    (@ddabney)

    Here’s the code that displays the events:

    <?php if (class_exists('EM_Events')) {
    	echo EM_Events::output( array('order'=>'ASC','format'=>'
    <li><a href="#_EVENTURL">#_EVENTIMAGE{200,150}<h4>#_EVENTNAME</h4></a><span class=dates>#_EVENTDATES</span>#_EVENTEXCERPT{20,...}<a href="#_EVENTURL">Learn more</a></li>
    ') );
    }
    ?>

    What happens if you add

    'scope'=>'future'

    as an attribute in your code?

    Thread Starter ddabney

    (@ddabney)

    Sorry, the issue is not getting events to appear in the template.

    The issue is that past events are not appearing in the admin area. I’m seeing them in the DB, though. The event that appears on the home page is also not appearing in the admin area.

    Have you tried deactivating all other plugins and switching to the default theme to rule out conflicting code?

    Thread Starter ddabney

    (@ddabney)

    I’ve deactivated all the plugins and switched to the standard 2013 template and still the same problems.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    just to confirm, the main issue here is that your past events are not showing in the admin-dashboard while new/future events are displaying correctly? and then those past events are displaying correctly in the frontend?

    Thread Starter ddabney

    (@ddabney)

    Correct, past events are not showing in the admin dashboard, and since they are past they are not being displayed in the front end.

    Also, one future event is not showing on the dashboard but is showing on the front-end of the site.

    Any new events created are showing in both places normally.

    Under Events > Events, are you seeing the correct number of events listed next to the All, Published, etc. links?

    Does anything happen if you alter the event time dropdown and click filter?

    Thread Starter ddabney

    (@ddabney)

    Nope, no changes using the display filters. Old events won’t show in the admin.

    Here’s a screenshot showing one event in the event listing while showing that there are actually 2 events in the number of event listing at top left:
    https://www.diigo.com/item/image/4xkuh/1xnc

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Events Not Showing’ is closed to new replies.