The link doesn’t work.
I want to show values within a range slider. I’m a newbie so would like to ask – where do I start? I only managed to show the values as plain text as seen here https://www.advancedcustomfields.com/resources/range/
But how can I show the actual range slider front end?
It works thanks!
But how can I implement further functions to this code? I want the flexslider to show the next image in the thumbnail navigation if I click on the full scaled image, and not just if I click on the thumbnails.
Any idea?
Perfect @hube2 it works great now! Thank you so much!
Thank you @hube2
I managed to remove the commas, but now it returns the values x 5…
This is the code:
`<p class=”shop-link”>
<?php $values = get_field(‘shop’);
if ($values) {
foreach ($values as $value) {
echo implode(‘<br />’, $values);
}
} ?></p>
`