Still the general fullscreen slider doesn't work. I uploaded some js files from a working site and that gave me this error:
Fatal error: Call to a member function instant_gal() on a non-object in /public/sites/dev.vonorangesup.com/wp-content/themes/flashlight/header.php on line 95
This is the line in my header:
<body id="top" <?php body_class(avia_get_option('sidebar_position')." ".$fullwidth_slider->instant_gal()." ". avia_get_option('boxed'). " ".avia_get_browser()); ?>>
Is there something wrong in this line?
I have this line in my head:
$fullwidth_slider = new avia_gallery_slider();
And this line is in my body:
<?php
$fullwidth_slider->display();
?>
I hope someone can help me because the client needs it.
Thanks a lot,
Martijn