CC Mortgage Calculator Plugin
Add a free simple customizable mortgage calculator to your web site.
This simple mortgage calculator calculates mortgage monthly payments.
Calculator is very easy customizable: you can change color of background, borders and text to match your web site’s theme, select currency sign and change widget title.
Installation
- Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation
- Activate the plugin through the ‘Plugins’ menu in WordPress
Go to Appearance -> Widgets and add the widget to your website sidebar
OR
Use [cc-mortgage] short code if you want embed the mortgage calculator into a post instead of adding it as a widget on sidebar.
Short code parameters are:
- title (optional) – set calculator’s title (default – “Mortgage calculator”)
- dev_credit (optional) – show developer’s credit (default – “1”)
- bg_color (optional) – set background color (default – “#ffffff”)
- border_color (optional) – set border color (default – “#cccccc”)
- text_color (optional) – set text color (default – “#000000”)
Example of shortcode usage: [cc-mortgage title=”Mortgage Calc” border_color=”#6291c5″]
Use Color Picker to get hex code of color you need.
Please visit plugin home page for more detailed installation and setup instructions
Screenshots
Widget settings in appearance panel
Widget example on the sidebar
Shortcode usage example in post
Widget example in WP post/page
FAQ
Can I use this widget on commercial website Yes.
I am getting error during plugin activation For some unknown reason this plugin doesn’t work on some commercially available WP themes. Unfortunately we won’t be able to help in such case as we don’t have access to these themes and we can’t test what is causing an error.
Please contact us if you have further questions or suggestions. In case you have an issue with this plugin please send us WordPress version, the name of theme and list of plugins you are using.
Changelog
1.1.0
- Fixed low level vulnerability
- Deprecated PHP function fix (create_function() deprecated)
1.0.1
1.0
- Added commas for thousands
- Input and output fields changed
- Supports Shortcode
- Fixed javascript issue
0.3.1
0.3.0
- Tested for WordPress 4.0 compatibility
0.2.0
- Fixed major bug: mortgage calculator wasn’t working with some wordpress themes
- Tested for WordPress 3.9 compatibility
0.1.3
- Fixed minor bug (Undefined variable)
0.1.2
- Fixed links in plugin description
0.1.1
- Contributors list updated
0.1.0