Fullscreen slideshow: both menu and hide button displayed by default
Question:
How can make the menu displayed by default but still have the “Hide Menu” button added in the fullscreen slideshow of Photolux theme?
Original poster
Solution:
First you have to disable the option “Hide header and footer” in the slider section of the Photolux Options -> Sliders page.
After that, you have to open the js/slideshow.js file and modify the following code (starting on line 93):
if(options.hideContent){
setHidingFunctionality();
}
to be like this (comment out the first and third line of the code snippet):
//    if(options.hideContent){
setHidingFunctionality();
//    }