Thanks @tomas2017. Renaming ‘uncategorized’ and replacing an existing named category works a charm.
diammoo67, I just edited the caption selector in the css file (sp-header-image-slider/css/imageslider.css) as follows and it does the job for me, although it’s not probably the ‘official’ way of removing the banners:
.caption {
z-index:500;
position:absolute;
bottom:-35px;
left:0;
height: 0 /* 30px */;
padding:5px 20px 0 20px;
background: none /* #000 */;
background: none /* rgba(0,0,0,.5) */;
width:100%;
font-size: 0px /* 1.3em */;
line-height:1.33;
color: none /* #fff */;
border-top: none /* 1px solid #000 */;
text-shadow:none;
}
I want to know too. Love the plugin but want to get rid of the pop-up page title banner thingummy. I’m just going to hide it as best as I can by modding the css until this thread is answered.
Also, how to control slide transition speed? Thx.