Can't like a page on thumbnails
-
I had a few galleries of images in my blog that opens a page when clicking on a thumbnail, instead the image of that thumbnail.
After updated the pluggin, I lost this feature. I followed this instructions:
https://www.kimwoodbridge.com/how-to-link-nextgen-gallery-images-to-an-individual-page-or-post-in-wordpress/I’ve gone to wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view and changed:
<?php echo nextgen_esc_url($image->imageURL) ?>
to:
<?php echo $image->ngg_custom_fields[“Link”]; ?>I’ve turned off the lightbox, and made all the steps from this guide, but nothing happens.
If this can help, here is a gallery of my blog:
https://www.blackerlotus.com.br/spoiler-oath-of-the-gatewatch/Does anyone passed through this problem?
Thanks,
Henrique Amaral.
- The topic ‘Can't like a page on thumbnails’ is closed to new replies.