Plogger looks great but how can I change the thumbnail alignment so I have them centered instead of left aligned? I'm pretty proficient in css and I tried altering some codes in the Default Theme's CSS but nothing seems to work. What should I change? In what file? And with what coding? VIEW IMAGE TO SEE WHAT I MEAN: http://i64.photobucket.com/albums/h186/SmoiXa/b.jpg
Secondly along with the alignment, my gallery doesn't show the thumbnail padding in Internet Explorer like it does in Firefox. My CSS coding for my website doesn't include any image enhancements or options that would overwrite the CSS stylesheet in the theme, so I don't understand why the padding won't show up. When I remove my website integration and just have the gallery, the padding shows up: http://harryandhermione.org/archives/gallery/
Lastly, this random "/usr/bin/convert" message keeps showing up every now and then when a new collection or album or picture loads. When I refresh the page, it goes away. This message doesn't show up everytime but it does show up once in a while, enough to make you annoyed. It showed up right after I had uploaded some images and before I changed or added anything different in coding after the install. Is there anyway to avoid this message completely? VIEW IMAGE TO SEE WHAT I MEAN: http://i64.photobucket.com/albums/h186/SmoiXa/a.jpg
Ok, so I solved the "padding" issue, but and am now trying to take on the "alignment" one. But can someone please let me know why a "/usr/bin/convert" message shows up randomly?
So I found out where the "/usr/bin/convert" message is showing it. It shows up because of the intermediate picture generator. I put my this as my "picture.php" file:
// generate XHTML with thumbnail and link to picture view. $imgtag = '<div class="photos-large"><img src="'.plogger_get_picture_thumb(THUMB_LARGE).'" title="'.$capt.'" alt="'.$capt.'"