Home › Forums › Add-ons › Gallery Field › ACF gallery + simple lightbox problem › Reply To: ACF gallery + simple lightbox problem
I thought I had this – I’m sure I’m close but it doesn’t work
if( $images ): ?>
<div>
<ul class="slides">
<?php foreach( $images as $image ): ?>
<li>
<?php $image_url = $image['url']; ?>
<?php $content="<img src='$image_url' />"; ?>
<?php if ( function_exists('slb_activate') ) ?>
<?php $content = slb_activate($content); ?>
<?php echo $content; ?>
<p><?php echo $image['caption']; ?></p>
</li>
<?php endforeach; ?>
</ul>
</div>
<?php endif;
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
🚀 ACF & ACF PRO 6.0.7 are now available.
— Advanced Custom Fields (@wp_acf) January 18, 2023
✨This release contains bug fixes and improvements while we continue to work on the next major release of ACF.https://t.co/wQgAOpwmUI
© 2023 Advanced Custom Fields.
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Cookie Policy. If you continue to use this site, you consent to our use of cookies.