Choose focus of slider previews?

Viewing 15 posts - 1 through 15 (of 16 total)
  • #6649
    jschwartzphotos
    Participant

    I think that the aesthetics and flow of this theme make it BY FAR the best free portfolio choice, so thank you David. My only qualm is that every slide of the slider defaults the non-hover over preview to the far left of the image. Is there ANY way to select a set focus for the slider? I really need to figure this out.

    #6650
    jschwartzphotos
    Participant

    http://jschwartzphotos.com/ <You can see what I mean here. I would like the middle image to show the couple within the boundaries of the middle slide when not hovered over. Same with the last slide on page one!

    #6657
    Daniel Tara
    Keymaster

    Apply a background-position to .kwicks .post with !important.

    #6658
    Daniel Tara
    Keymaster

    Should look like this:

    .kwicks .post {
    background-position: center top !important;
    }
    #6661
    carbonatd
    Participant

    Where does one apply this code to? Thanks for the awesome theme, by the way! =D

    #6662
    carbonatd
    Participant

    I’m also having an issue with duplicate images appearing on my image posts.. I read I was supposed to delete the shortcode in order to avoid duplicates? Where do I do that, exactly?

    Thanks again!

    • This reply was modified 11 years, 7 months ago by carbonatd.
    #6665
    carbonatd
    Participant
    #6667
    carbonatd
    Participant

    Ok, found where to edit the .kwicks .post.. now just working on duplicate images… I’ve noticed if I delete the image from the post area, it fixes the duplication issue, but then I lose the ability to modify the image. Thanks again!

    #6693
    Daniel Tara
    Keymaster

    On image posts you need not to manually add the image in the post content because it’s added automatically.

    #6699
    jschwartzphotos
    Participant

    Didn’t work for me, after adding the code. Not sure if you understand what I’m looking for. I just want to be able to select the focus of the images that go in the slider. So, say, instead of when my site pops up with the slider showing a bad focal point, the sliders show a preview of what I want them to show. You know? As of now, they simply show the far left of the image…. I’m lost. Do I just add that css line into the stylesheet in editor?? Thanks.

    #6700
    Daniel Tara
    Keymaster

    Did you try what I said here? Also, you can read more a bout the background-position property here.

    #6701
    jschwartzphotos
    Participant

    Ok. Making sense, hopefully it works. So is there a way to manipulate the location of all three images in the slider? Or just a generalized change of the location?

    #6707
    Daniel Tara
    Keymaster

    You can see each slide has a unique id assigned to the >li> elements. Using that id you can customize each slide.

    #6733
    jschwartzphotos
    Participant

    Ok. And where can I find these >li> elements? In the style css? I looked there with no luck. What does the script look like? Can’t wait to get this working. Thanks for all the help!

    #6741
    Daniel Tara
    Keymaster

    They li elements are in loop-slider.php but you need to style them via style.css.

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in to reply to this topic.