- Contributors: zakirstage
- Tags: ovulation
- Requires at least: 4.1
- Tested up to: 5.4.1
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
This WordPress plugin ovulation calculator will calculate your most fertile days. You can use shortcode to page or post.
- Upload the plugin directory to the
/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to Ovulation Calculator section in WordPress dashboard and enter details.
Yes. The shortcode is [ovulationcalculator]
. You can use it both in post and page.
Yes. You can enter your MailChimp API Key and Unique List ID in mailchimp tab of the plugin. After user fills out the email field in calendar then it will be registered to the mailchimp's list instantly.
Yes. There are options in plugin's settings page. You can use Calendar Translation and Email Template Translation tabs for rewriting the words.
Currently it supports 7 languages. They are Danish, Swedish, Norwegian, Finnish, English, Estonian and Spanish.
Ovulation dates conversation depends on certain php library. This is called IntlDateFormatter (http://php.net/manual/en/class.intldateformatter.php). Your server may not have installed IntlDateFormatter. If not installed then you will receive fatal error. In this case you need to install or ask your hosting company to install IntlDateFormatter php library. If you have access php.ini
file then you can edit the code. Look for php_intl.dll
. And remove the comment (;) from ;extension=php_intl.dll
and it should look like this: extension=php_intl.dll
.