hello, the template is here …
nextgen-gallery\products\photocrati_nextgen\modules\nextgen_basic_imagebrowser\templates\nextgen_basic_imagebrowser.php
costs are editing?
you can show me?
Also I would like to change it to make it faster, I would remove the text of the content of the page, you know how you can do?
to go to the next image I have done so:
<a href='<?php echo esc_attr($storage->get_image_url($image, 'full', TRUE)); ?>'
title='<?php echo esc_attr($image->description); ?>'
data-src="<?php echo esc_attr($storage->get_image_url($image)); ?>"
data-thumbnail="<?php echo esc_attr($storage->get_image_url($image, 'thumb')); ?>"
data-image-id="<?php echo esc_attr($image->{$image->id_field}); ?>"
data-title="<?php echo esc_attr($image->alttext); ?>"
data-description="<?php echo esc_attr(stripslashes($image->description)); ?>"
<?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, 'full', TRUE)); ?>'/>
</a>
@jimtron – The template you are looking for would be found here:
../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php
… at least if you are wanting to work with NextGEN Legacy template code which appears to be the case.
@ghost-mi – Thanks for sharing your ideas.
– Cais.