CP Appointment Calendar

Frequently Asked Questions

Questions


Answers

To delete an appointment locate it into the calendar in the settings area, clear the title (there is a button for that) and save it. This action will delete the appointment (even if the content wasn't cleared).

Please check if after the payment completed at Paypal the appointment appears registered in the calendar (some time slot unavailable):

  • If yes, then the problem is that you server has some additional configuration requirements to send emails from PHP. In this case you need to ask to your web server about those requirements (ex: some SMTP address or authentication required) and setup that information into your WP.

  • If the purchase isn't registered, then there is a configuration in the payment preferences into your Paypal account that is preventing the IPN notification, for example check the setting shown in the following images:

    - Image #1 (click to open): Locate paypal payment preferences.

    - Image #2 (click to open): Related configuration option.

  • If you already verified both of the above points then check if the payment appears as "completed" at Paypal (no red flags, no pending mark). Check also if your Paypal account is setup to automatically accept payments in the selected currency.

You can specify the size of the calendar's cells, that way the complete calendar dimensions can be controlled.

Open the file "cp-appointment-calendar\TDE_AppCalendar\all-css.css" and about line #139 modify the "padding" applied to the cells:

.yui-calendar td.calcell {
    padding:.3em .4em;
    border:1px solid #E0E0E0;
    text-align:center;
    vertical-align: top;
}
The "acknowledgment / thank you message" shown to the user after submitting the form should be placed at the page indicated in the field "URL to return after successful payment". Note that after the submission the user is redirected to that page even if the Paypal feature isn't used.

To center the calendar open the CSS file "TDE_AppCalendar\all-css.css" in any text editor and add these CSS rules at the end of that file:

.appContainer{text-align:center;}
.appContainer2{margin-left:auto;margin-right:auto;width:200px}

After that be sure to refresh the page to load the updated styles.

Installation Instructions:

  1. If you already have installed the free version or an old version of the pro version then delete it before installing the new pro version.
  2. Install the pro version via the Plugins area >> Add New >> Upload

Note: The above is a safe process, the plugin's data and settings won't be lost during the process and will appear again after installed the pro version.

Alternative Installation Method:

  1. Overwrite (or copy if not previously installed) the plugin files into the WP plugins folder through a FTP connection. This is also a safe process, the plugin's data and settings won't be lost during the process.

Upgrade Instructions:

The upgrade instructions are exactly the same instructions mentioned above but be sure to make a backup copy of your current files if you have made custom modifications to the files or translations since the files will be overwritten.

After upgrading the plugin remember to clear your browser cache.

The free version must be deleted before installing the pro version.

If you are upgrading the pro version to a new version you should also remove the previously installed version.

This is a safe step, the plugin's data and settings won't be lost during the process.

Another alternative is to overwrite the plugin files through a FTP connection. This is also a safe step.