• I have created a test event (spanning several days) it is not displayed in either the sidebar calendar widget or the large calendar embedded in a page (using the shortcode).

    Is this functionality supported or is something wrong?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author snumb130

    (@snumb130)

    There were some issues with handling of special characters, including quotes. I have corrected this (I hope) in the current version and verified with the development version. Are there aby special characters. Also, have you verified the date that was entered? Sorry to askbut sometimes it comes up. ??

    Thread Starter alexjc

    (@alexjc)

    No special characters, just plain text. Date/time is set in the future and not conflicting.

    The event is showing up fine in the calendar at the backend/dashboard and the associated post is accessible – although not updated when the event is changed (that might be something to do with having an incorrect Post ID though). But nothing showing up on either front end calendar. Also, no way to change the month being displayed…

    Plugin Author snumb130

    (@snumb130)

    Ok. That helps. There is a Javascript conflict of some sort. If you will send me your site address through the contact form on my site, I will take a look when I am at my computer.

    I am having the same problem…

    I have a custom wordpress theme where I added the event, but I need to show it on the sidebar events calendar, no dice. The list works however and posting the event as a blog entry works as well.

    Btw I really like this plug in- i will definitely support this app, it’s awesome….I really hope this can be fixed

    Plugin Author snumb130

    (@snumb130)

    I am assuming this is a JavaScript conflict of some sort. Could you send me your site address through my contact form.

    Just emailed you, thanks for the prompt response!

    I also had this problem, my event didn’t show up in the widget calendar but I found out why. I just add the jquery call to the header and it solved the problem.

    just open your header.php and add this 2 lines of code at the top of the page.

    <?php wp_enqueue_script(“jquery”); ?>
    <?php wp_head(); ?>

    Thread Starter alexjc

    (@alexjc)

    Thanks biok, that sort of worked… The tooltip shows up and the date is highlighted, but it still doesn’t link to the event post.

    Also, it’s still not showing anything on the big calendar.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Events not showing in sidebar or large embedded calendar’ is closed to new replies.