I have Nivoslider module running lovely on my site but only as long as i go create a slider in CMS using the NivoSliderPage, not a problem apart from the fact that i would like not to have to go to http://www.mysite.com/nivosliderpage/ to see it, what i want to do is show the slider onto my HomePage.
I thought this might work:
In CMS create a new Nivoslider page and in Behavior have it not to show in Menus
and then
Copy the nivoslider .ss files from inside the nivoslider modules templates/Includes and templates/Layout folders and pop them into my themes templates/Includes and templates/Layout and use an include from my themes HomePage.ss to call the NivoSliderContainer.ss
But all i get is an empty div showing where the slider should be going, how can i get this to work short of ripping the code from the Modules NivoSliderPage.php file and integrating into my HomePage.php?
Regards