hello
the zenpage tables have been renamed between 1.3.2.1 and 1.4.
it seems that zpfocus, zpgalleriffic and zpardoise don't work anymore.
to solve the problem, in themeoption.php, search for
`$ unpublishedpages query_full_array = ("SELECT FROM titlelink. " prefix ('zenpage_pages'). "WHEREshow! = 1 ORDER BY sort_order");`
and replace by
`$ unpublishedpages query_full_array = ("SELECT FROM titlelink. " prefix ('pages'). "WHEREshow! = 1 ORDER BY sort_order");`
theme will work fine.