@happysimon try to duplicate a template in your current theme and rename it “whatever.php”.
Then add the code <?php if ( function_exists( "easingsliderlite" ) ) { easingsliderlite(); } ?> just below the <header>
I did it on my WP and it works fine. You can download the theme I am using here http://320press.com/wpbs/
Ps. Put the new template in your child theme folder.