Documentation and tips for setting up Weight Tracker on your WordPress site.
More:
Weight Tracker Plugin / GitHub / YeKen.uk
The following shortcode is only available in the Pro Plus version of the plugin.
Overview
As per the screenshots below, the BMI calculator allows your users (logged in or not) to enter their weight and height and get an instant calculation of their BMI.
Note: By default, the user can switch between imperial and metric fields.
Imperial
Metric
The shortcode supports the following arguments:
Argument | Description | Options | Example |
---|---|---|---|
default-tab | Specify which tab to display by default. Either Imperial or Metric. | "imperial" or "metric" (default) | [wt-bmi-calculator default-tab="imperial"] |
disable-main-font | If set to true will disable the main font used in the shortcode | True or False (default) | [wt-bmi-calculator disable-main-font=true] |
disable-theme-css | If set to true will disable the additional CSS used in the shortcode | True or False (default) | [wt-bmi-calculator disable-theme-css=true] |