설명
The Responsive Mortgage Calculator Block is a Gutenberg Block collection that’s designed to fit easily into any theme, on any device, at any size. Just what every “Real Estate Agent on the go” needs.
With this block you can create a form to calculate a loan mortgage in less than a minute.
Blocks
- Mortgage calculator: let you generate a simple mortgage calculator form, display a resume and a table with mortgage.
- Mortgage duration comparator: generate a form that display a comparison table.
- Mortgage rates comparator: generate a rate comparison table.
블록
이 플러그인은 3(을)를 제공합니다.
- Mortgage duration A block to generate a mortgage calculator comparator form.
- Mortgage A block to generate a very simple and easy to use mortgage calculator form.
- Mortgage rates comparison A block to generate a mortgage calculator rate comparator form.
설치
- Upload the plugin files to the
/wp-content/plugins/mortgage
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
후기
2021년 3월 17일
To be fair, as it is now, this plugin deserves 4.8 stars. With a couple of adjustments I would be ecstatic to update my rating to 5 stars:
1. Make the Scheduled Payments table's width 100% by a simple CSS:
.wp-block-mortgage-table table {width: 100% !important;}
2. All numbers should have thousands separator (by a comma) so the numbers can be comprehended easier (for big numbers). I use ACF Pro for my custom made Blocks, thus my blocks are constructed with php, so I can't help you in this instance.
I've seen many mortgage calculators before, but because this is not a shortcode based, or embedded from a service, this plugin for me is the absolute best..., it just needs some better formatting, that's all.
Thanks,
Nick.
기여자 & 개발자
변경이력
0.1.8
- Code beautified
0.1.7
- Add scroll to results
- Added translations
0.1.6
- Fix table text alignment
0.1.5
- Fix block.json
0.1.4
- Small fix
0.1.3
- Added responsive table
- Two new widgets for comparison
- Better handling of calculations
0.1.2
- Better formatting number based on user locale
- Table 100% width in any case
0.1.0
- Release