Image Caption display incorrectly

  • Author
    Posts
  • #97529

    Recently started working with this theme. When I embed images and add captions, this is the format error that I get. Image caption

    I don’t know if anyone has a fix to this issue since I’m not sure what is causing the error. Any help would be appreciated.

    #97801

    Bumping this because I have not been able to resolve this issue.

    #98945
    Zed
    Cryout Creations mastermind

    If you are using any form of caching and/or CSS minifying, start by disabling it to check if this is the cause.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #106813

    Hi Actually came across the same exact issue.
    The cause is the following CSS:

    .wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption{
    display: table-caption;
    }

    removing solves the formatting issue, but it does raises the topic of how to format image captions, which doesn’t seem to be possible.

    This happened after updating wordpress to 5.4

    Website: despoletar.pt

    • This reply was modified 3 years ago by Tafinho.
    #106894

    Caught the culpright: WP Retina 2x

    Now, don’t know which is wrongly messing with the other…

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Image Caption display incorrectly’ is closed to new replies.