Title: Caption frames gone
Last modified: August 20, 2016

---

# Caption frames gone

 *  [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/)
 * Since updating to version 3.4, the caption frames are gone, and the captions 
   themselves are thrown to the side of the images as plain text.
 * This is across a blog with over 400 posts so I’d like to find a solution besides
   removing captions one by one.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/caption-frames-gone/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/caption-frames-gone/page/2/?output_format=md)

 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821302)
 * You may need to post a link to the site so someone can view the issue and the
   source code.
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821307)
 * Sorry, I thought there was a link in my profile.
    Here you go. [http://www.jgen.ws/jlog/](http://www.jgen.ws/jlog/)
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821309)
 * The images I could find that are using wp-caption, look okay to me (other than
   being out of focus).
 * Ex: jgen.ws/jlog/organize/desktop-mind-map-one-month-later/#more-16908
 * Got a specific link to an image where you are seeing the symptom?
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821311)
 * That’s funny. Some of them are Ok and some of them are not. Here’s one that’s
   not. Note ‘Dia’ over to the side of the image. That’s actually a caption supposedly.
 * [http://www.jgen.ws/jlog/notes/dia-draw-your-plans/](http://www.jgen.ws/jlog/notes/dia-draw-your-plans/)
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821359)
 * It looks fine in my browser. I checked it with FF13 and IE9. There also doesn’t
   appear to be any caption in use on that image. If you look in the source code,
   there is no wp-caption class found anywhere on the page. I can’t seem to duplicate
   the issue. Have you had a chance to check the site from a browser on a different
   computer yet?
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821368)
 * I took the image caption out of the page. First I tried deleting the image and
   re-saving the page. Then I added the image back in. I did this twice. Both times
   it failed me.
 * I can also read the source code and this was my conclusion:
 * The problem was caused by asking to have the image aligned left. How WordPress
   appeared to interpret that was to put the image to the left of the caption and
   with no frame.
 * Someday I will come across another post with the same problem and ask the question
   again.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821396)
 * Were you using a plugin? Captions for plugins did change in 3.4, they now allow
   HTML, so a plugin may cause issues.
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821398)
 * None of my plugins have been affected by 3.4.
 * Captions work fine on some pages and not on others.
 * I thought maybe it was image file format but that’s not it.
 * I still have no idea.
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821417)
 * Here’s another one with the same problem.
 * [http://www.jgen.ws/jlog/tech-tips/monitors-5/](http://www.jgen.ws/jlog/tech-tips/monitors-5/) ‎
 * I’ll leave it up this time and await your reply.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821422)
 * > None of my plugins have been affected by 3.4.
 * Not what I asked 🙂 I should be more clear: Are you using any plugins to customize
   images?
 * That link isn’s using captions at all.
 * In the HTML view of your post, does it look somewhat like this:
    `[caption id
   ="" align="alignleft" width="150"]<img class=" " title="" src="My Image Source"
   width="150" height="150" /></a>My Caption[/caption]`
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821424)
 * No, no image customizing plugins.
 * Yes, that image I sent you the link for IS using a caption. But, it’s not showing
   on the post, or rather it is showing but thrown to the side of the image in plain
   text. In the post editor, it’s using a caption and looks fine.
 * I know the source code doesn’t show it using a caption. THAT’S THE PROBLEM. And
   no, the HTML does not look like what you put above. There is no [caption id=].
   It doesn’t care whatsoever about a caption being there.
 * I have tried taking the image completely out, re-saving the post, putting the
   image back in, even changing the image format and nothing works so far. On some
   posts it works and on some it just doesn’t.
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821425)
 * Sorry. To answer your question exactly this time. Yes, in the HTML view, it says[
   caption id="" and the rest of what you're saying there] but in the page source
   code it says nothing about a caption.
 * On the pages where the captions DO work the source code shows differently in 
   a way that DOES show the word ‘caption’.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821426)
 * Okay. Please don’t shout (i.e. use all caps). We’re trying to help, but we can’t
   see everything you can, so sometimes we ask things that sound very similar.
 * > Yes, in the HTML view, it says [caption id="" and the rest of what you're saying
   > there] but in the page source code it says nothing about a caption.
 * That’s ‘okay’ it’s not supposed to. I was just making sure we were hunting down
   the right error.
 * One quick test, and I know it’s a PITA, but have you tried with the default theme(
   twentyeleven)? It’s possible this is a bug in Thesis (your theme).
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821427)
 * My whole site will truly go to hell in a hand-basket if I change themes.
 * Does it ring any bells why the caption would work OK on some posts but not on
   others?
 *  Thread Starter [JL](https://wordpress.org/support/users/jlb11/)
 * (@jlb11)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/caption-frames-gone/#post-2821459)
 * It is indeed a theme problem and Thesis has offered us a temporary fix. Glad 
   I didn’t have to change my theme. Whew!

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/caption-frames-gone/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/caption-frames-gone/page/2/?output_format=md)

The topic ‘Caption frames gone’ is closed to new replies.

## Tags

 * [captions](https://wordpress.org/support/topic-tag/captions/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 22 replies
 * 6 participants
 * Last reply from: [lexistudio](https://wordpress.org/support/users/lexistudio/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/caption-frames-gone/page/2/#post-2821534)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
