Hello
First of all my web site is not online yet, i work In local server.
I found a solution ans understood the problem yesterday.
The slideshow is set to be on home with a preview of article and not a page with content that’s why it disappear when i chose a static page create by me.
So, i create a child them ans i took the file slider-nivo.php
And change:if ( get_theme_mod('freak_main_slider_enable' ) && is_home() ) :
By
if ( get_theme_mod('freak_main_slider_enable' ) && is_page( array( 42, 'about-me', 'Contact' ) );
With the name of the page where i want the slideshow.
I found the code