Gallery code on the individual page (http://www.bbh-design.com/portfolio/wakemed-garner-healthplex) using the wooslider
<?php
$images = get_field('project_gallery');
if( $images ): ?>
<div class="flexslider">
<ul class="slides">
<?php foreach( $images as $image ): ?>
<li>
<img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>" />
</li>
<?php endforeach; ?>
</ul>
</div>
<?php endif; ?>
Hey there. I unfortunately never got an answer from ACF and paid a developer to help. I am happy to send or post the code if you like. let me know
Please help with this request. Hello?