New NGG version and NGG Custom Field doesn't work. Help!
-
Hi! I’ve read all the solutions of every post in this website but I can’t correctly modify the php page of the thumbnail. I’m not using the template version so I read that I have to modify this file NEXTGEN GALLERY > PRODUCTS > PHOTOCRATI NEXTGEN > MODULES > NEXTGEN BASIC GALLERY > TEMPLATES > THUMBNAILS > INDEX.PHP
as I found here https://holondesign.com/nextgen-by-photocrati-gallery-thumbnails-go-to-pages/This is my code:
<div class=”ngg-gallery-thumbnail”>
get_image_url($image))?>”
title=”<?php echo esc_attr($image->description)?>”
data-image-id='<?php echo esc_attr($image->pid); ?>’
<?php echo $effect_code ?>>
<img
title=”<?php echo esc_attr($image->alttext)?>”
alt=”<?php echo esc_attr($image->alttext)?>”
src=”<?php echo esc_attr($storage->get_image_url($image, $thumbnail_size_name))?>”
width=”<?php echo esc_attr($thumb_size[‘width’])?>”
height=”<?php echo esc_attr($thumb_size[‘height’])?>”
style=”max-width:none;”
/>
</div>https://www.valentinadeluca.com In the page PORTFOLIO I’m creating a gallery and I want that every image of it go to an external link. How can I do it? Help me, please!
https://www.ads-software.com/plugins/nextgen-gallery-custom-fields/
- The topic ‘New NGG version and NGG Custom Field doesn't work. Help!’ is closed to new replies.