Title: Image hyperlink issues
Last modified: August 21, 2016

---

# Image hyperlink issues

 *  [John H](https://wordpress.org/support/users/john-h-1/)
 * (@john-h-1)
 * [12 years ago](https://wordpress.org/support/topic/image-hyperlink-issues/)
 * I have been trying to set up a gallery using a repeater field using the ‘image’
   as the subfield. The gallery displays fine, but I cannot get it to open to a 
   larger version of the image when the image on the gallery page is clicked. Instead
   it merely opens the gallery page in a new tab.
 * Here is the page in question – [http://greenplanetlivestock.com.au/gal/](http://greenplanetlivestock.com.au/gal/)
 * And here is the code in my template –
 * while ( have_posts() ) : the_post();
 * if(have_rows(‘gallery’)):
 *  while(have_rows(‘gallery’)): the_row();
 *  ?><div class=”sales-display”><?php
    ?><div class=”gallery-image”><?php $image
   = get_sub_field(‘animal_photo’); if($image): ?> “><img src=”<?php echo $image[‘
   sizes’][‘bovine-gallery’]; ?>” width=”350″ height=”260″ alt=”Image of a Green
   Planet Livestock animal” /> </div>
 *  <?php endif;
 *  ?></div><?php
 *  endwhile;
 * endif;
    endwhile;
 * Does anyone have any thoughts on what I am doing wrong here?
 * Thanks
 * [https://wordpress.org/plugins/advanced-custom-fields/](https://wordpress.org/plugins/advanced-custom-fields/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [John H](https://wordpress.org/support/users/john-h-1/)
 * (@john-h-1)
 * [12 years ago](https://wordpress.org/support/topic/image-hyperlink-issues/#post-4984031)
 * I have just noticed the message about seeking support over at the Advanced Custonm
   Fields Help desk. So I have moved my question there.

Viewing 1 replies (of 1 total)

The topic ‘Image hyperlink issues’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824)
 * [Advanced Custom Fields (ACF®)](https://wordpress.org/plugins/advanced-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields/reviews/)

## Tags

 * [image hyperlink](https://wordpress.org/support/topic-tag/image-hyperlink/)
 * [repeater fields](https://wordpress.org/support/topic-tag/repeater-fields/)

 * 1 reply
 * 1 participant
 * Last reply from: [John H](https://wordpress.org/support/users/john-h-1/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/image-hyperlink-issues/#post-4984031)
 * Status: not resolved