Hi Michael,
Thanks for the feedback, we we’ll have a look and get back to you soon!
Thread Starter
Roed
(@michaelroed)
Hi,
I found that the strings must be translated in the bmi-calculator.js file. Now I am only missing where I set the default value to metrics.
Please advise.
Hi,
In the template.php
Find:
<span class="bmi-calculator-system-imperial">
<input type="radio" class="bmi-calculator-system-radio" value="imperial" checked="checked"/> Imperial
</span>
<span class="bmi-calculator-system-metric">
<input type="radio" class="bmi-calculator-system-radio" value="metric"/> Metric
</span>
and change it to:
<span class="bmi-calculator-system-imperial">
<input type="radio" class="bmi-calculator-system-radio" value="imperial"/> Imperial
</span>
<span class="bmi-calculator-system-metric">
<input type="radio" class="bmi-calculator-system-radio" value="metric" checked="checked"/> Metric
</span>
Thread Starter
Roed
(@michaelroed)
Perfect.
Thank you very much 🙂