• Resolved TSemmes

    (@tsemmes)


    HELP! I have run into a problem that is making Events Manager impossible to use. The system is automatically converting the end date for all program to some date in April 2018! It is a different date for each event but it is always April 2018. Strange.
    I can’t go and edit the end date, they system just overwrites what I wrote. What is going on?

    http://wordpress.org/extend/plugins/events-manager/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter TSemmes

    (@tsemmes)

    Just so you know, I am using version 5.2.5.
    One other thing that might help indicate the problem area. When I go back to edit a date, the drop down calendars are not work, that is I have to manually enter the date than to select it from the calendar. Though it doesn’t make much difference since I can’t enter a new date in anyway that isn’t replaced with some date in 2018 anyway.

    Thread Starter TSemmes

    (@tsemmes)

    Just so you know, I am using version 5.2.5.
    One other thing that might help indicate the problem area. When I go back to edit a date, the drop down calendars are not work, that is I have to manually enter the date than to select it from the calendar. Though it doesn’t make much difference since I can’t enter a new date in anyway that isn’t replaced with some date in 2018 anyway.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    try deactivating your other plugins and/or activate the twentyeleven theme to see what’s causing the problem, as usually it’s a conflict

    Thread Starter TSemmes

    (@tsemmes)

    Well switching the theme back to twenty eleven works. So it is the theme. Now how do I go about finding out how to fix the theme I was using? I can’t just trash this theme. There is a lot of time invested in it.

    do you have a sample link for us to see? and, you can check if your theme jquery version does match with wordpress default jquery library.

    Thread Starter TSemmes

    (@tsemmes)

    Here is the link to the site. link

    There are events listed at the bottom of the page if you want to go to an event page.

    Could you let me know how I check on t he query version? I haven’t done that before

    to check for jquery/javascript files; go to your theme e.g. header.php then try to disable or comment-out javascript includes one by one to see if one of those causes the conflict; or try to disable all other plugins except EM and your current theme.

    Thread Starter TSemmes

    (@tsemmes)

    When I deactivated all plugins except EM and that made no difference.
    I comment-out any reference to .js file in functions.php.
    Still not difference. Anything else I can do?

    If this helps this are the javascript files I saw included

    //        wp_deregister_script('jquery');
    //        wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js');
    		wp_register_script('superfish', get_template_directory_uri() . '/js/jquery.superfish.js', 'jquery');
            	wp_register_script('quicksand', get_template_directory_uri() . '/js/jquery.quicksand.js', 'jquery');
          		wp_register_script('fancybox', get_template_directory_uri() . '/js/jquery.fancybox.js', 'jquery');
    	  	wp_register_script('slides', get_template_directory_uri() . '/js/jquery.slidesjs.js', 'jquery');
    		wp_register_script('cookie', get_template_directory_uri() . '/js/jquery.cookie.js', 'jquery');
    		wp_register_script('validate', get_template_directory_uri() . '/js/jquery.validate.js', 'jquery');
    		wp_register_script('contact', get_template_directory_uri() . '/js/jquery.contact.js', array('jquery','validate'));
            wp_register_script('global', get_template_directory_uri() . '/js/jquery.global.js', array('jquery'));

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    did you try commenting out all of these?

    Thread Starter TSemmes

    (@tsemmes)

    yes. I commented them out individually and all together.
    Looking at the code of a page I see other javascript files but not sure yet where they are uploaded. I am going to look into this and then report back here. Thank you for your help Marcus

    Thread Starter TSemmes

    (@tsemmes)

    The javascript file I saw were those that Event Manager itself loaded, so I don’t think any of those are causing a problem. Is there any thing else I can try before I go searching for another event manager plugin, if indeed any other as good as this exists?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    or alternatively get a designer (or ask your theme maker) to sort the theme out, given it’s definitely the theme at fault here from your testing results.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Events Manager] End Date not working’ is closed to new replies.