Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    I’d like to help you, by translating it to Portuguese – Portugal (PT_pt) but I didn’t figured out how to contact you.

    Just check upprev.php. My email is inside.

    Second, my thumbnails are weird! They resize horizontally, but they don’t fit out vertically, so the become a replica of the post image.

    We have a problem. 😐 Your thumbnail is 300×74 and You setup upprev thumbnail to 48px. And this is the effect.

    A this moment, I can’t hrlp, by I ‘ll add a filter, to reseolve this issue.

    Plugin Author Marcin Pietrzak

    (@iworks)

    Try this:

    upprev box width -> 320px
    thumbnail width -> 300px

    extra css:

    #upprev_box a.upprev_thumbnail img
    {
        float: none;
        display: block;
        margin: 0 0 5px 0;
    }
    #upprev_box div.upprev_thumbnail h5
    {
        clear: both;
    }

    Thread Starter Daniel Pereira

    (@twistedstudio)

    Trank you Marcin! I’ll check this out and if it solves, I’ll tell you here. As soon as I get the plugin translated, I’ll send it to you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Thumbnail & Translation’ is closed to new replies.