Not signed in (Sign In)

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

    • CommentAuthorgaladan
    • CommentTimeMay 15th 2008
     
    Having a strange issue with my custom Plogger gallery based on the diffuser theme. I can't give access to the site itself --- it's a live company intranet --- but I'll provide any code snippets or screenshots needed. I'm hoping this will be a easy get for the community here.

    Everything has worked great until yesterday (launch day of course). Now the album thumbnails are overlapping. Generated source shows that the li tag for each thumb is only 8px wide, which is the padding generated by the album.php. I'm guessing the php pulls in the thumb size and adds the 8px around the photo, so it appears that Plogger isn't reading the photo size. Is this correct? Anyone know what I did to screw this up and how I can fix it?

    Thanks very much in advance!
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 15th 2008
     
    galadan,

    Is this in IE, FF, Opera, Safari, ... ? Also, can you provide a screenshot?
    • CommentAuthorgaladan
    • CommentTimeMay 15th 2008
     
    Hi, Sid.

    Just sent you a screenshot via email since we can't post images here. It seems to be more programmatic than browser-specific: it worked fine in IE7 Win & Safari, Opera, FF on Mac. Now it's hosed in all of them. The only thing I can figure is that, since the script isn't generating the image size, it's defaulting to just the 8px padding generated by the code. I must have changed something in one of the code pages in the past day, just don't recall which one or how to fix it when I find it. I know non-programmers like me can be a real menace.
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 15th 2008
     
    actually, can you email me the 'gallery.css' (and any other css you have on that page) and a copy of the output source (copy+paste 'view source')?
    • CommentAuthorgaladan
    • CommentTimeMay 15th 2008
     
    Will do. Thanks for your help!
    • CommentAuthorgaladan
    • CommentTimeMay 15th 2008
     
    Just sent you the files, Sid. Let me know if it would be helpful to post the source here.
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 15th 2008
     
    Nah, it's probably easier to find out the error first and then post the solution here in case anyone else runs into the same problem.
    • CommentAuthorgaladan
    • CommentTimeMay 15th 2008
     
    Thanks for all your help, Mike. The changes you made did the trick. You rock!