Stopdesign - no image description i Firefox

Hi all!

First of all, thanks for Zenphoto. It works great except for one small thing...

I am using the Stopdesign theme (latest version) and for some reason the image description does not shows in Firefox (version 2.0.0.11). I have tried in both Windows XP and Ubuntu with the same result. However in Internet Explorer 7 the image description is shown.

In both Firefox and IE7 the image title is shown.

Does anyone know how to fix this? Do you have the same problem?

Daniel

Comments

  • I am unable to reproduce the problem you describe. Can you please post an URL which shows the issue?
  • I stand corrected. If I log out of zenphoto with FF, then the description no longer shows.
  • Yes you are right, if I am logged in to Zenphoto the image description is shown in Firefox but when the photo gallery is accessed when I am not logged in the image description is no longer there.

    So this is an issue? Is there a way to fix it? Has this been a problem before or is this due to a new version of Firefox?

    Daniel
  • There's got to be a way to fix it but everything I've attempted comes up short. I'd assume this has always been a problem, but not sure.
  • I might have a solution to the problem in Firefox. I was mistaken that the image description was missing. The text is there, it is just that it is so far to the right so you have to scroll there. This is a CSS issue.

    In the file /stopdesign/css/photos.css, the image description starts on row 740.

    The original definition is:

    #desc p {

    max-width:30em;

    margin:0 0 .75em 250px;

    padding:0 15px 0 0;

    }

    I changed this to:

    #desc p {

    max-width: 100%;

    margin:0 0 .75em -250px;

    padding:0 15px 0 0;

    }

    Note the minus sign in -250px. It now looks good in both Firefox and IE7, at least on my two computers that I have. If someone have time, please confirm! Are these the best optimized values?

    Daniel
Sign In or Register to comment.