• Great plugin, just can’t get the calendar to load in the frontend of the site. All I can see is ‘add new event’ and the event categories button. I would include a link but it is in preview mode so not live.

    I have the shortcode [calendar] within the page. I’ve checked these two snippets are within the right places –

    <?php wp_head(); ?> just before the closing </head>
    <?php wp_footer(); ?> just before the closing </body>

    I’ve checked conflicting plugins by deactivating them and reactivating one by one, no luck.

    The plugin worked perfectly up until I upgraded to WP 3.6

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • For starters, it’s not just you. Others are reporting issues as well.

    AEC is listed as being compatible up to 3.5.2, so apparently it has not been updated for 3.6 yet.

    Things you can try:

    1) disable all plugins (not one at a time) except for AEC and see if it works. If so, one or more of your plugins may be creating a conflict. If not, move on to next step.

    2) temporarily switch theme to Twenty Twelve. If it starts working, then you know it’s something in your theme that is creating the issue.

    3) If you don’t find anything with the first two tactics, you can right click on the web page in the Chrome browser and choose to “Inspect Element.” The console tab might have some helpful clues to pinpoint the cause.

    If I had to guess, it’s probably some kind of jQuery version specific issue– like the AEC plugin uses an old function that has been deprecated in newer versions of jQuery, and WP 3.6 uses a version new enough to create this issue.

    Thread Starter kerri3317

    (@kerri3317)

    Would reverting back to 3.5 correct the issue?

    Do you have a backup of the site from before the 3.6 upgrade?

    Just following up– were you able to try disabling plugins, testing with the TwentyTwelve theme?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Ajax Event Calendar] Not showing up on front end’ is closed to new replies.