@robertovaldivia, reach out to the designer of WPZoom. He was able to fix the coding.
@nixnix,
Try this first:
Open wpzoom-functions.php and find this line:
if (!is_attachment()) {
change to:
if (!is_attachment() || get_post_type() == ‘post’)
If that doesn’t work, email Dumitru (hello@wpzoom.com). Very helpful and got it fixed.
@roblagatta,
Thanks for the reply. Resetted permalinks, running 2.0.6, deactivated and reactivated plugins, and switched themes.
It’s a theme issue. (I suspected this.) We use WPZOOM Academica. (Documentation: http://www.wpzoom.com/documentation/academica) Any ideas on how to troubleshoot and reconcile the theme issue?