Easy Calculator Plugin
A plug-in to insert a calculator at anywhere in your Wordpress site for easy calculations.
A plug-in to insert a calculator at anywhere in your WordPress site for easy calculations. This tool will come handy in real estate and subscription websites. You can insert Easy Calculator anywhere in your post or pages with shortcode ‘[easy_cal]’ or in your template with php code ‘echo easy_calculator();’. You can also add this calculator in your widget area by dragging and groping the Easy Calculator widget on your widget area.
1.0.2
- Fixed plugin install issue
- Added widget option to add calculator to sidebar
- More flexible
- Fixed conflicts with some themes. Now compatible with almost all themes.
1.0.3
- Added Memory Recall Feature (m+, m- and mrc are functioning)
- No more developer credits. Removed the developer credits and developer credits will not be shown anywhere in the widget/site
1.0.4
- Made changes to make sure it will work fine in wordpress 4.4
Installation
- Upload
easy_calculator.zip
to the /wp-content/plugins/
directory - Extract the zip file (easy_calculator.zip)
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Place shortcode [easy_cal] anywhere in the posts or pages to display the calculator
- Place
<?php echo easy_calculator(); ?>
in your templates to display calculator - You can also add the calculator widget to the sidebar or widget area through the ‘Widgets’ menu under Appearance Menu in WordPress
Screenshots
On side bar using widget
On a Page using Shortcode
Multiple calculators on one page
FAQ
Can I use multiple calculators in one page?
Yes, you can use as many calculators in a page you need and there won’t be any conflicts. You can even add multiple calculators to a page with shortcode, php code or with widget.