Hi, Excellent plugin.
I am using a NextGen gallery thumbnail to set the featured image on a property (rather than a Post, using wp-property plugin). The problem is, the thumbnail is not showing up in the listof properties.
Here is what I tried -- it didn't work -- I put 'the_post_thumbnail' in place of 'featured_image_url' for the $property variable.
like this:
// Configure variables
if($fancybox_preview) {
$thumbnail_link = $property['the_post_thumbnail'];// was featured_image_url
$link_class = 'fancybox_image';
} else {
$thumbnail_link = $property['permalink'];
Any other suggestions for grabbing the featured_image_url for other plugins?
Thank you