• When a caption of a photo using Simplest Gallery begins with a quote (“), the caption does not appear. When I change the ” to ‘, it then appears.

    Related to captions, some of ours are quite long. Can the caption wrap to the next line? Is there a way to change the CSS to get it to wrap?

    http://wordpress.org/plugins/simplest-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Author cleoni

    (@cleoni)

    Hi leoraw,
    thanks for telling, I have got a few edits related to captions scheduled for this week so I expect this can be fixed very soon. Just update when next release will be out this week.

    For captions wrapping you might try:

    wp-caption-text, gallery-caption {
    text-wrap: normal;
    }

    at the bottom of your theme’s style.css file.

    I will try it too when testing the new release.

Viewing 1 replies (of 1 total)
  • The topic ‘Captions with Double Quotes do not appear’ is closed to new replies.