10/16/2014 at 11:02 am
#307240
Keymaster
@ Dave
You need to move this block of code:
$entry->getImage( array(
'image' => $atts['image'],
'height' => 120,
'width' => 100,
'fallback' => array(
'type' => $atts['image_fallback'],
'string' => $atts['str_image']
)
)
);
to before this line:
in_array( 'show', $categories ) ? $show = ' cn-show' : $show = ' cn-hide';
in the card.php
file.
Hope that helps!