Due to new WordPress theme requirements, some code was changed and this has casued the META information not to show when using the Atahualpa SEO option. (Thanks to Brad1001 for noticing this)
To fix this issue edit 'header.php' and change line 39 from
HTML Code:
}} ?><?php bfa_meta_tags(); ?>
HTML Code:
}} ?><?php echo bfa_meta_tags(); ?>