Is there some way to hide, or turn off the slider. If not then this is a feature request. Some easy way (like "check here to hide slider") to hide the slider ; site wide, per post, and per page. Thanks.
Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .slider-main { display: none; } This will solve your issue.