Support

Home Forums Event Espresso Premium calendar

calendar

Posted: April 4, 2013 at 3:42 am


Budi Wiyono

April 4, 2013 at 3:42 am

Dear EE Support,

I use a full calendar addon for Event Espresso, Version 2.0.4

  1. Would you please to check, why our Calendar content not showing up on page? Pls check: http://www.lintasartainstitute.com/index.php/event-calendar/
  2. My theme image slider not working normally. Is it because of calendar’s jquery conflict? Please advise

Thank You


Dean

April 4, 2013 at 5:54 am

Hey Budi,

Your theme (I am assuming) has deregistered the default jQuery bundled with WordPress (ver 1.8.3) and is instead loading version 1.4.2. That isnt compatible with the calendar.

You can either look to resolve the issue by changing the theme code (functions.php) or by referring back to the theme developer for a fix.

If you want to do it yourself, check the functions.php for a piece of code that looks similar to this (it wont be identical)

add_action( 'admin_enqueue_scripts', 'my_enque_func' );
function my_enque_func()
{
    wp_deregister_script('jquery');
    wp_register_script(...); // Register your own script
}

Either comment that out or remove it.

Backing up your functions.php file first is recommended in case something goes wrong.

The support post ‘calendar’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso