Yeah... so we have a page that creates the site.
We have a page (modules) that change part of the page only when clicking on link.
-creating the about page... other pages.
as there is only one home page and rest of the modules are called in the same page
which means when we click on content link content is shown on the same page and when clicked on about page it is also showed in this homepage..so this slide show is shown in about page and other pages...
correct?
This is what you want to do... instead of it displaying a default code when its at the home part....
create a home module. Just like the about one. etc....
Then when page starts it automatically calls that module. Sounds like you don't have a seperate module for home. Need to develope that and then your problem will be fixed. Because you slide show will be in that module and not the default section that is used to display all the other pages too.