• Resolved zukny

    (@zukny)


    i am pretty new to this, so please bare with me.

    When i am writing a post, and i add a picture to that post; It shows a really sexy caption box sorrounding the image. with the caption inside obviusly.

    When i post the image and the text onto the site, the caption box dissapears. It just shows the writing underneath the image as though the writing were a part of the post, not a part of the image.

    Can anyone help solve this problem?

    https://www.mymorningstory.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter zukny

    (@zukny)

    amazing as it is, i couldnt get this to work for my theme. It shows up in the dashboard like it should, but when I actually put up the post. Thats when nothing shows up.

    Its definitely something in the theme, sounds like i need to wait until roam2rome puts out an update or Learn all this stuff myself.

    Hi zukny, did you paste the code in the end of your style.css file ?

    It’s important it be in the end of the file, just to overwrite any other styling code that can be affecting your posts.

    Then, you must use Mozilla Firefox, which renders those rounded corners (IE still doesn’t do it).

    With IE, you will get a standart corner, but the rest of the caption (clair-grey background, normal-grey border) should still be perfectly visible.

    Thread Starter zukny

    (@zukny)

    Dunkkan, i think I just didnt understand the article you sent me. When I tried it, I placed it into my post.php and that didn’t work. Then I attempted to place it in my style.css file ( around the middle of it somewhere ) That also didnt work.

    I received another email yesterday from another “coffee desk” theme user. This person fixed the problem for his/her website and told me to place the text that you linked me to at the bottom of the style.css file.

    the code I placed in my file is this.
    `.wp-caption{ border:1px solid #ddd; text-align:center;
    background-color:#f3f3f3;padding-top:4px;margin:10px;-moz-border-radius:3px;
    -khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}

    Thread Starter zukny

    (@zukny)

    .wp-caption{        border:1px solid #ddd;        text-align:center;
    background-color:#f3f3f3;padding-top:4px;margin:10px;-moz-border-radius:3px;
    -khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}

    Thanks for everything

    Matt

    Thread Starter zukny

    (@zukny)

    I finally answered the question. Just place that code into your CSS file. and it fixes the problem every body..

    I didn’t understand where to put it, its the CSS file that goes everywhere, and it solves this one particular issue to this theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image Caption Question’ is closed to new replies.