Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s weird.
    When I add an event and place [event_geek_list] in the page I see the line of info + the dates of the event. Below this text two lines.

    Then I move the widget into the sidebar.
    No calendar is shown and the text on the page is gone!
    When I remove the widget the text is not coming back.

    Ther is only one thing I can do: uninstall the plugin.

    What a shame. It looks so good on your site…….

    Thread Starter M.Danz

    (@mdanz-1)

    I’ve got the calendar to show but now clicking on a date the popup doesn’t show. The scrollbar disappears but no pop-up is shown. What’s wrong? I check firebug and there is an ajax response with my events but no popup is showing.

    Thread Starter M.Danz

    (@mdanz-1)

    Fixed it by adding a div with id=”gg_event_window”

    Plugin Author graphicgeek

    (@graphicgeek)

    the shortcode [event_geek_list] is only meant to display the list of events, not the calendar. You can display it manually with this:

    <?php gg_display_event_calendar (); ?>

    See: https://eventgeek.graphicgeek.org/documentation/#displaying_calendar

    If the popup isn’t showing, I there may be some issue with CSS, but I would have to look at the site to debug it further. Although, since you fixed the issue with adding the gg_event_window div, I suspect your theme may not be using the wp_footer() function, since that div should be created by the plugin where the wp_footer function is called.

    I’m always happy to look at someone’s site and see if I can figure out what might be causing the issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar not being displayed’ is closed to new replies.