Viewing 14 replies - 1 through 14 (of 14 total)
  • Try turning off all the other plugins and switch to a default theme (like Twenty Twenty-Three) and see if that resolves the problem. If so, you can switch back to your theme and see if the problem is still resolved. Then turn on one plugin at a time to find out which one is causing the conflict.

    Thread Starter webmark487

    (@webmark487)

    i did that, problem is still there

    Try turning on the Search bar on the Formatting tab in Events Manager Settings in the Search Form section. Then on the Events page switch to List. Does that show the events?

    Do you see the list of events in the backend?

    Try creating a new page with the [event_list] shortcode. Does that show the events?

    Thread Starter webmark487

    (@webmark487)

    The Search bar (“Show main search bar?)”) was turned on already – but on the /events/-page there was never a search bar.

    In the backend there are events, most of them “Published”: https://prnt.sc/BMtdkDM7VmkM

    I added a new page, inserted [event_list] shortcode, but it didn′t render a calendar, it simply said [event_list] on the frontend.

    sorry, the shortcode should be [events_list]

    Thread Starter webmark487

    (@webmark487)

    i just noticed ??

    now it works

    https://www.greenfilmnet.org/test-markus-999/

    Thread Starter webmark487

    (@webmark487)

    but, [events_calendar] does not show any entry

    If I click on October 19th on the calendar then it does go to the event. So, the events are there, they are just not showing. Try my fix from the following thread: https://www.ads-software.com/support/topic/can-only-display-small-calendar-in-latest-version-6-4-4

    Use the following code snippet

    add_filter( 'em_calendar_get_default_search', function( $atts ) {
        $new_atts = $atts;
        unset( $new_atts['calendar_size'] );
        return $new_atts;
    } );

    You can use the Code Snippets plugin to add the code snippet.

    Thread Starter webmark487

    (@webmark487)

    i put this into functions.php of the child-theme

    Calendar doesn′t stop to load.

    And on the calendar page it says “Warning: Undefined array key “calendar_size” in /home/.sites/838/site2533937/web/wp-content/plugins/events-manager/classes/em-calendar.php on line 197″

    Thread Starter webmark487

    (@webmark487)

    the following css makes the entries show up

    .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-event {
    display: block;
    }

    Unfortunately it does only show the first date, not the whole date span (even though I checked “Show Long Events”).
    One festival date span is 19/10/2023 – 22/10/2023 for example, but only the first day is shown.

    And it shows “12:00 -“, although it′s an all day event … so this does not work for me.

    I just wanted to show, that those events are there, but just hidden with CSS.

    • This reply was modified 1 year, 2 months ago by webmark487.
    • This reply was modified 1 year, 2 months ago by webmark487.
    • This reply was modified 1 year, 2 months ago by webmark487.
    • This reply was modified 1 year, 2 months ago by webmark487.
    Thread Starter webmark487

    (@webmark487)

    oh, but this works better (without CSS from above)
    [events_calendar full=1 long_events=1 calendar_size=large]

    actually works, but at the beginning of each event it always says “12.00 -“.

    https://prnt.sc/kpeIxXvQmbBB

    and for mobile I have to adapt it a little bit with CSS

    • This reply was modified 1 year, 2 months ago by webmark487.
    • This reply was modified 1 year, 2 months ago by webmark487.
    • This reply was modified 1 year, 2 months ago by webmark487.
    • This reply was modified 1 year, 2 months ago by webmark487.
    • This reply was modified 1 year, 2 months ago by webmark487.
    Ivan

    (@ikellenberger)

    We have maybe about the same problem. Test page:
    https://unterwindisch.ch/test-calendar/

    All events are shown at the list ([events_list]) at the top, but almost none is ‘visible’ at the calendar ([events_calendar]) at the bottom. And they do also not show up in the calendar widget at the right.

    Only the events with the green bar also marked with a green circle at the calendar. The other events are linked at the calendar but are not marked with a coloured circle.

    Examples of ‘visible’ events in the calendar:
    https://unterwindisch.ch/events/aufforstung-bei-den-froeschegraebe/
    https://unterwindisch.ch/events/generalversammlung-2023/

    Examples of ‘invisible’ events:
    https://unterwindisch.ch/events/raclette-essen-2023/
    https://unterwindisch.ch/events/spaghetti-2023/

    The green bar that is displayed at [events_list] is also shown underneath the image at the detailed view…

    I was not aware of this issue until recently. Comparing these events at the backend does not show any differences that do make any sense to me…

    Any ideas?

    Thnx!
    Ivan

    Thread Starter webmark487

    (@webmark487)

    Hi Ivan,

    Just to tell you how I did it. I don′t use the events-page of the plugin anymore, I am using a “normal” page now, and used shortcodes, on https://www.greenfilmnet.org/dates/ this is:

    [events_list]

    and

    [events_calendar full=1 long_events=1 calendar_size=large]

    And then I customized the views mostly by configuring the settings of the plugin, and a little css.

    Best

    Markus

    I am having the same problem. Why has this not been fixed yet? I can’t use the search form to select a calendar as a view type on the default events page because the calendar will have no events on it.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Events don′t show up in our Events Calendar’ is closed to new replies.