Hello,
I started to create a customized post template with Elements. The actual first result: https://ride-with-love.bike/neue-trail-detailseite/
I’m using Page Hero in Elements with dynamic content. Now I want to use some of my custom fields as dynamic parameters. Concrete I want to have the progress bar completely dynamic.
Actual the progress bar is implemented as a html code in Elements:
<div class="progress-bar-fill-text">Fahrtechnik - sehr leicht (2.5)</div>
<div class="progress-bar"><div class="progress-bar-fill" style="width: 25%;"></div></div>
But I want the values “Fahrtechnik – sehr leicht (2.5)” and “25%” to be dynamic and delivered by custom fields from each Post. So it should be something like this
<div class="progress-bar-fill-text">$fahrtechnik-text</div>
<div class="progress-bar"><div class="progress-bar-fill" style="width: $fahrtechnik_value;"></div></div>
Is it possible to get the values from customized fields, implemented dynamic in my Elements Page Hero? If yes (what I guess), how?
Thank you very much,
Magnus