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.