Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Does anyone know why and how i can get this caption tesxt formatted. this is a problem we are trying to get all the photos arranged nicely.

    see: http://hsl.mcmaster.ca/renovations/plog/index.php?level=album&id=13

    Help!!
    • CommentAuthoralfonce
    • CommentTimeFeb 17th 2006
     
    hey how did you get the captions to wrap?
    I want my captions to wrap after 12 letters...

    ta
    • CommentAuthoralfonce
    • CommentTimeFeb 17th 2006
     
    however,

    what if 12 letters falls mid word?
    •  
      CommentAuthormike
    • CommentTimeFeb 17th 2006 edited
     
    You can put "<br>" tags in you captions to get them to wrap manually, however this creates staggered heights within the thumbnail containers and messes up the inline layout.

    One thing to try would be to increase the margins around the thumbnail containers, in gallery.css


    .thumbnail img {
    padding: 5px;
    text-align: center;
    margin: 4px;
    background: #FFF;
    border-width: 1px;
    border-color: #778899;
    }


    Change the value of margin from 4px to 15px and see if that makes things look better.

    A simple fix would be to increase the size of your small thumbnails in the Plogger options page so the captions would fit beneath them. You could also try making the caption text smaller, CSS class "thumbnail_text" in gallery.css.
    • CommentAuthorddejong
    • CommentTimeFeb 17th 2006
     
    Beta 3 has 2 line wrapping, truncated captions in the galleries, entirely CSS. You can always download the theme and copy the CSS into your Beta 2 install.

    http://dev.plogger.org/file/trunk/themes/table-free/gallery.css

    It will take some manipulation, but most of the hooks should be the same.

    Cheers,
    Derek