• events calendar seemed to install fine; no errors. i upgraded wordpress before installing the plugin. now even though the events calendar seems to be running, i cannot add any events. when i create an event, and add it, it doesn’t show up on the events calendar in the admin page, nor does it seem to show up in the widget on the blog page. i’m getting no errors and everything seems to be working besides this. i’ve even deactivated all my other plugins in an attempt to eliminate conflicts. there appear to be none. help?

Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the same problem.

    Make sure you have the following in your theme.

    <?php wp_head(); ?>

    That should be before </head> in your header.php file.

    You should also have the following:

    <?php wp_footer(); ?>

    That should be in your footer.php file.

    Thread Starter gooie78

    (@gooie78)

    ronbme, i have <?php wp_head(); ?> in the header.php file, but don’t see <?php wp_footer(); ?> in the footer.php file. is there any place in particular in the file where it should be placed?

    also, would this affect the events calendar page in the dashboard, or just the widget? i’m unable to add events on the events calendar page in the administrator dashboard.
    mahalo.

    Hi I have the same issue as some other users……events calendar seemed to install fine; no errors. Even though the events calendar seems to be running, i cannot add any events. when i create an event, and add it, it doesn’t show up on the events calendar in the admin page, nor does it seem to show up in the widget on the blog page. i’m getting no errors and everything seems to be working besides this. There are no other widgets

    i had the non-responsive calendar issue. resolved it by removing “WordPress Google Calendar 0.8.5.”

    i know this note isn’t going to fix anything for those of you with no other plugins installed. others i’m sure are testing out multiple calendars though.

    Thread Starter gooie78

    (@gooie78)

    still having a problem with this plugin. it seems completely non-responsive. i’ve tried placing the <?php wp_footer(); ?> in a few different spots in the footer.php file, but none seemed to have any effect.

    still looking for help? or another suggestion for a calendar plugin for events.

    thanks.

    @gooie78,

    Try putting it after the following:
    <div class="footer">

    and before the following:
    </div>

    Also make sure that in your header file you have the following:

    <?php wp_head(); ?>

    That should go before `</head> in the header file.

    ronbme,

    I have this same problem, only one of the dates I’ve created appears on the calendar and the box that pops up when I hover over the date shows the html code.

    I have <div class=”footer”> and <?php wp_head(); ?> where they are supposed to be. Any other ideas?

    I too am looking for a solution.

    WordPress-Version : 2.6.3
    WordPress-Db-Version : 8204
    Role-Manager-Version : 02.02.03 (131587)
    PHP-Version : 5.2.5
    preg_replace : yes

    I have the ‘Vistaliscious’ theme and the associated PHP tags for <?php wp_head(); ?> and <?php wp_footer(); ?> in the right files and places.

    I am also using Event Calendar v3.1.2

    If you add events as an ‘editor’ then no problem. It works fine.

    If you add events an an ‘author’ and try to select the start date/time and end date/time in the Advanced Options / Event Editor; the dates and times will disappear and not be retained!

    I’ve tried playing with the Rols Manager plugin but still not having any luck. Will carry on trying. Hope someone finds a solution.

    ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Events Calendar] Events not showing up in large calendar or widget’ is closed to new replies.