Viewing 12 replies - 1 through 12 (of 12 total)
  • I have the same problem. I tried it with ie, chrome, safari, firefox.

    Help is also very much appreciated!

    Siegfried

    Thread Starter dichternebel

    (@dichternebel)

    Ok, found it!
    A quick fix described below.
    But this should be fixed as soon as possible by the plugin owner.

    The issue is wrong references to jQueryUI libs. I don’t know when this changed, but it seems that jQueryUI has left out the namespace in the js-files, e.g. jquery.ui.core.min.js has been renamed to core.min.js and so on.

    I did a search on files and it seems to be enough to edit two files in CP Multi Event Calendar folder, where we have to fix the links:

    Search "jquery.ui." (14 hits in 2 files)
    \wp-content\plugins\cp-multi-view-calendar\cp-main-class.inc.php (9 hits)
    	Line 199: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.core.min.js'></script>
    	Line 200: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.widget.min.js'></script>
    	Line 201: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.mouse.min.js'></script>
    	Line 202: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.resizable.min.js'></script>
    	Line 203: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.draggable.min.js'></script>
    	Line 204: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.button.min.js'></script>
    	Line 205: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.position.min.js?'></script>
    	Line 206: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.dialog.min.js'></script>
    	Line 207: <script type='text/javascript' src='<?php echo $plugin_url.'/../../../'; ?>wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js'></script>
    
    \wp-content\plugins\cp-multi-view-calendar\php\edit.php (5 hits)
    	Line 58:     <script type='text/javascript' src='<?php echo $path.'../../../../wp-includes/js/jquery/ui/jquery.ui.core.min.js'; ?>'></script>
    	Line 59:     <script type='text/javascript' src='<?php echo $path.'../../../../wp-includes/js/jquery/ui/jquery.ui.widget.min.js'; ?>'></script>
    	Line 60:     <script type='text/javascript' src='<?php echo $path.'../../../../wp-includes/js/jquery/ui/jquery.ui.button.min.js'; ?>'></script>
    	Line 61:     <script type='text/javascript' src='<?php echo $path.'../../../../wp-includes/js/jquery/ui/jquery.ui.dialog.min.js'; ?>'></script>
    	Line 62:     <script type='text/javascript' src='<?php echo $path.'../../../../wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js'; ?>'></script>
    Plugin Author codepeople

    (@codepeople)

    Hi,

    That has been already fixed in the latest version of the plugin. Please download it to get the update.

    Thank you!

    Thread Starter dichternebel

    (@dichternebel)

    Thanks! It works!

    Thanks to all,

    it works also for me.

    Merry Christmas

    Siegfried

    I recently upgraded to WP 4.1 and can’t create a new record or edit existing ones. I’m modifying the Calendar through the WP Dashboard, using CP Multiview version 1.01. I’ve noticed that other users have said that my problems have been ironed out with version 1.03, but its not available as a plugin via the WP Dashboard. If I download the plugin from www.remarpro.com, do I risk loosing my Calendar data? Grateful for assistance.
    Many thanks
    Lee-Anne

    Plugin Author codepeople

    (@codepeople)

    Hi,

    We have just published a new update, please check if this time it appears via the WP Dashboard.

    Thank you!

    Great – thanks so much. Working wonderfully again!

    WP- 4.1.1 Cal- 1.1.6
    The problem appeared again. Do not edit existing events. Do not save the edited event

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Please post a ticket at https://wordpress.dwbooster.com/support (it’s free) and provide a way to test that problem in detail.

    Thank you!

    I just updated to the latest version and I cannot update events anymore. I have the plugin on a live site, so I will need to put it on a test site before submitting a ticket. Right now if I need to change an event I have to delete it and start over, that is very big deal when working with repeating events.

    Update to my previous post, I went to set up the plugin on my test site only to find the latest version is working fine. So on my live site I disabled the plugin and enabled it again, it is now working as it should.
    Issue is resolved.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘WP 4.1: Edit Details no longer working’ is closed to new replies.