Hello @irishblake
Thank you for using our plugin.
It seems that your theme does not support HayyaBuild plugin.
you can create a child theme for your theme then add HayyaBuild code to your header.php and footer.php files by replacing header code with hayyabuild code
<header> .... </header>
with
<?php hayya_run('header');?>