Slider text not showing up on initial visit

Viewing 4 posts - 1 through 4 (of 4 total)
  • #10864
    Pieter Sneep
    Participant

    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!

    #10867
    Alexander
    Participant

    No solution yet. As I understand it’s on Davids list for a possible update.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #13094
    mysticaluna
    Participant

    I’m having the same issue. Looking forward to resolving this one!!

    #13095
    mysticaluna
    Participant

    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!

Viewing 4 posts - 1 through 4 (of 4 total)

Tagged: 

You must be logged in to reply to this topic.