• Resolved zinki

    (@zinki)


    Hi

    I’m trying to create a pdf gallery with thumbnails and severals rows.
    I have some troubles with the description tag cause i didn’t succeed to get the description under the thumbnail.

    for example of my wishes:

    ttttt tttttttt tttttttt
    ttttt tttttttt tttttttt
    ttttt tttttttt tttttttt

    decription 1 decription 2 decription 3

    merci de votre aide

    https://wordpress.org/plugins/document-gallery/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Dan Rossiter

    (@danrossiter)

    Hi Zinki,

    I’d be happy to help, but can you please clarify what you are trying to do? Would a picture or a screenshot help?

    Thanks!
    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! 🙂

    Thread Starter zinki

    (@zinki)

    Bonjour Dan

    Thanks you very much for your reply so

    Yes I find this plug in very useful and very smart

    Here a power point model

    merci beaucoup

    Thread Starter zinki

    (@zinki)

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi Zinki,

    We’re looking into some possible solutions for your question. Someone will be in touch soon!

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi Zinki,

    Try pasting the below CSS in the custom CSS textbox at Dashboard -> Settings -> Document Gallery. We believe this will achieve what you are looking for, but you can tweak it to meet your needs.

    div.descriptions.document-icon-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 115px;
    }
    div.descriptions.document-icon-wrapper div.document-icon {
    float: none;
    width: 100%;
    margin: 5px auto 0px;
    display: block;
    }
    div.descriptions.document-icon-wrapper img {
    max-width: 65px;
    max-height: 65px;
    }
    .document-icon-wrapper.descriptions p {
    font-size: xx-small;
    text-align: justify;
    }

    -Dan

    Thread Starter zinki

    (@zinki)

    Merci vraiment beaucoup

    it’s work very well

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PDF Gallery with thumbnails and description’ is closed to new replies.