I’m loving the Pinboard theme so far, it pretty much does everything I want it to do. Though I’ve run into a problem with the slider. Upon refreshing/new visits the initial title of the first slider item doesn’t appear. Once it has looped once, it does show up.
http://www.psneep.nl/lenyatest/
Can anyone point out the problem, or earn bonus points by adding a solution maybe? Would be wondrous!
No solution yet. As I understand it’s on Davids list for a possible update.
Cheers,
Alexander @ http://www.mouseclick.com
I’m having the same issue. Looking forward to resolving this one!!
I just figured it out. Its in the CSS. Go to the Stylesheet (style.css) and find this text:
#slider .entry-title {
display: none;
position:absolute;
top:32%;
right:0;
z-index:1;
float:right;
float:right;
margin:0;
font-family: “MS Sans-serif”, sans-serif;
font-size:36px;
line-height:1.62em;
}
Change display:none to say display:block and bam, there it is!