Interactive Calculations is a powerful and easy-to-use interactive calculation plugin for WordPress websites. It allows you to create beautiful and responsive calculators, giving your users the power to make instant calculations on your site. From simple arithmetic to complex formulas, Interactive Calculations can handle it all. Additionally, it comes with built-in support for running inside Docker containers, making deployment a breeze!
- Easy-to-use calculator builder with a drag-and-drop interface
- Reuse your defined components.
- Get data from users interactions.
- Customizable styling to match your website's theme
- Seamless integration with WordPress and popular page builders
- Support for running in a Docker container
- Download the archive of Interactive Calculations plugin from
one of those sources:
- From the latest main commit .
- Choose from one of the stable releases.
- Log in to your WordPress dashboard and navigate to Plugins > Add New.
- Click Upload Plugin and select the downloaded Interactive Calculations zip file (release.zip).
- Click Install Now and wait for the installation to complete.
- Activate the Interactive Calculations plugin by clicking Activate Plugin.
- Navigate to your WordPress dashboard and click Interactive Calculations in the left-hand menu.
- Create a new calculator by clicking Add New Calculator.
- Use the drag-and-drop interface to design your calculator layout and configure its functions.
- Save your calculator and copy the generated shortcode.
- Add the shortcode to your desired post, page, or widget area.
If you run in container you may run into issues due to Plugin trying to call itself. But you may have disabled listening on this port. Don't worry just run this command inside your container with Wordpress and apache.
echo "\nListen 8080\n" >> /etc/apache2/ports.conf
echo "\n<VirtualHost *:*>\n</VirtualHost>\n" >> /etc/apache2/sites-available/000-default.conf
cat /etc/apache2/ports.conf && cat /etc/apache2/sites-available/000-default.conf
This would only work if your Wordpress is exposed on port 8080. If you deploy your container with different port, you need to adjust the script to your port.
If you encounter any issues or would like to contribute to the project, please file an issue on the GitHub repository or submit a pull request.
Interactive Calculations is released under the GNU GPLv3 License. See LICENSE for more information.