Add a debt calculator to your website to help users determine how long it will take to pay off debt.
| Author: | Katz Web Services, Inc. (profile at wordpress.org) |
| WordPress version required: | 2.5 |
| WordPress version tested: | 3.6 |
| Plugin version: | 1.0.1 |
| Added to WordPress repository: | 29-11-2010 |
| Last updated: | 12-08-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://www.coloradobankruptcy.net/debt-calcul... |
| Total downloads: | 4 333 |
| Active installs: | 50+ |
![]() Click to start download |
|
For plugin support, go to the official Debt Calculator page
Easily add a debt repayment calculator to your website. If you have a website about debt, personal finance, credit, mortgages, bankruptcy, or other financial services, offer your users a tool to estimate how long it will take them to get out of debt.
Simply add the text [debtcalc] to page or post content, and have a helpful debt calculation form embedded in your site's content. You can also add the calculator to your website's sidebar by using the [debtcalc] shortcode in a text widget!
Shortcode Use
class: Adds CSS class to containerDIV. Default:debtCalculatorwidth: Inline CSS width of containerDIV. Default:400pxzebra: Whether to add CSS class ofdebt_row_oddto odd table rows, making the table alternating colors (called zebrastriping). Default:truelegend: Add a legend to the form with the specified text. Default:false
Sample code:
[debtcalc class="sampleCssClass" width="100%" zebra="false" legend="Your Debt Snapshot"]
The form's container DIV will have class "sampleCssClass" and will be 100% wide. The table will NOT be zebrastriped, and the legend text will be "Your Debt Snapshot".
- Updating the style: You can update the form's style by editing the plugin's
debt.cssfile
