• Hi, I changed theme and the captions below image are not shown. Of course, they are displayed when mouse over the image.
    I prefer to display it below the image. How do I fix it?
    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @wolfang8,

    Could you please share us the page link where you are displaying the images with caption so that we can help you to achieve it?

    Kind Regards,
    WPMU DEV

    Thread Starter wolfang8

    (@wolfang8)

    I have changed theme, but it has exactly same issue. My website address is below.

    http://capcomn.com/smartforum/new/xbox/

    Thanks.

    Thread Starter wolfang8

    (@wolfang8)

    I figured out how to show the caption all the time, but it is still over image. I would like to place it below image. Here is the code what I edited. Thanks.

    .gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    max-height: 40%;
    opacity: 1;
    padding: 2px 5%;
    position: inline;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 90%;
    cursor: default;
    margin: 0 0 8px;
    }

    .gallery-item:bottom .gallery-caption {
    opacity: 0;
    }

    .gallery-columns-7 .gallery-caption,
    .gallery-columns-8 .gallery-caption,
    .gallery-columns-9 .gallery-caption {
    display: none;
    }

    Hi @wolfang8,

    I checked your site http://capcomn.com/smartforum/new/xbox/ and found the captions are displaying below the image as displayed in this screenshot http://i.imgur.com/MmIokL0.png

    Have you managed to achieve this?

    Regards,
    WPMU DEV

    Thread Starter wolfang8

    (@wolfang8)

    I am sorry. I changed theme several days ago. This theme display caption below the images.
    Thanks for your reply.

    Great to see you achieved that by changing the theme.

    You are most welcome, if I can be of any further assistance please don’t hesitate to ask 🙂

    Have a great day!

    Cheers,
    WPMU DEV

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to display gallery caption below the image instead of hovering?’ is closed to new replies.