Not signed in (Sign In)

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

    • CommentAuthorkanjigirl
    • CommentTimeNov 6th 2005
     
    Okay, I've tried what I found in the forum about removing the right margin from .slides li in gallery.css and that sort of helped. On this page:

    http://parallaxwebdesign.com/projects/waterline/plogger/index.php?level=collection&id=1

    Why won't the albums display properly in three rows of 5, 5 and 1? They're looking just perfect on the images page:

    http://parallaxwebdesign.com/projects/waterline/plogger/index.php?level=album&id=4

    Please advise. I'm so close to getting this right.

    Debbie
    • CommentAuthorkanjigirl
    • CommentTimeNov 6th 2005
     
    Never mind - suddenly it seems to be working okay...
    • CommentAuthorddejong
    • CommentTimeNov 6th 2005 edited
     
    .thumbnail img {
    padding: 5px;
    text-align: center;
    margin: 4px; // start by taking this out
    background: #FFF;
    border-width: 1px;
    border-color: #778899;
    }

    Remember to normalize the padding & margins for the hover states, or else is does really (read: REALLY) funny things in compliant browsers. Try it in Firefox.

    Regards,
    Derek

    Edit: Completely missed second post.
    • CommentAuthorrescuepet
    • CommentTimeDec 4th 2005
     
    Hi Debbie,

    I'm interested in the customization you've done in your view below:

    http://parallaxwebdesign.com/projects/waterline/plogger/index.php?level=picture&id=18

    I would like to accomplish the same with an dog rescue site below:

    http://westierescueca.com/adopt/index.php?level=collection&id=5

    The large image would be displayed above, or below, the thumbnails as you have done. I am not a PHP developer and mostly stumble through the mods.

    Can you point me to the code modifications that you used?

    All help appreciated.

    Steve
    • CommentAuthorddejong
    • CommentTimeDec 5th 2005 edited
     
    Search for thumbnail navigation or "Plugger" in the forums. A very kind soul has made a very simple Plogger plugin (ie. "Plugger"), which is displayed on Debbie's site.

    http://www.plogger.org/forum/comments.php?DiscussionID=86&page=1#Item_20

    Regards,
    Derek
    • CommentAuthorrescuepet
    • CommentTimeDec 6th 2005
     
    Thanks Derek.

    Now, is there a way to display a comment for the entire album without displaying the customer input field?

    I'm using this to display adoptable dogs and would like to show the dogs in an album with a story beneath the thumbsnails.

    Thanks again for the previous help.

    Steve
    •  
      CommentAuthormike
    • CommentTimeDec 7th 2005
     
    Damn, Beta3 has built in long picture descriptions that would be perfect for that! Alas, you'll have to wait =)

    So you want to use the comments as a picture description area without allowing other people to comment? Pretty easy, just make the the first comment on the image as normal. Then, proceed to the admin "manage tab", navigate to the picture in question, click "edit", uncheck "allow comments" and hit "update". The comment form will dissapear and your comment will remain.
    • CommentAuthorrescuepet
    • CommentTimeDec 7th 2005
     
    Thanks for the help. I'll give it a try.
    • CommentAuthorrescuepet
    • CommentTimeDec 8th 2005
     
    Hi again,

    This method works, but I have to include the same Comments for each picture in the album. I would like a way to display the pictures plus thumbnail with only on Comment (or Story) for the particular dog.

    My intention is to turn the administration of the adoptables over to the people who run the rescue group. They are not computer savvy so I want this to be as simple as possible.

    Thanks,