I solved the problem by placing<?php
if(is_page('slideshow') )
{
if(function_exists('wp_content_slider')) { wp_content_slider(); }
}
?>
in the page.php page
but why dont you explain more clearly in the instructions about how to place the php script correctly?
that would make a good plugin better