HI Paul, it looks like it worked. You can see on the site now that the slideshow is only on the welcome page. https://sunsetlodgeresort.com/welcome/
The code was:
elseif (is_front_page() AND (!isset($t_show_slideshow) || $t_show_slideshow == ‘no’)) { // Display Slideshow ?>
so I think that is exactly what was provided by you. I don’t know what I was doing when I had the error, but i am sure it was user error! I think I had created my own definition of what a front page or static page was and was confusing myself more than I needed to be.
Thanks so much for all of your help!
Anna