Viewing 2 replies - 1 through 2 (of 2 total)
  • WP Gallery Custom Links actually doesn’t do anything with captions – WordPress itself lets you edit image captions directly, and anything beyond that is being generated by your theme code. If your theme is automatically creating captions with links around them, you would need to modify your theme’s gallery code, or contact the theme author and see if they would consider adding support for WP Gallery Custom Link’s custom link field in their captions. Alternately, you could try to set a caption link to the same value as its parent container’s image using jQuery after the page loads (exact code for this would depend on your gallery’s HTML code).

    Hello:

    You can overcome the linked layer over the Caption layer, so you caption text will appear linked.

    For example, if you gallery images have an height of 227px you can enlarge the linked gallery layer to 247px and can put it over the caption layer.

    Try this:

    .gallery a {display: block; height: 247px; position: relative; z-index: 999;}

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links in Caption’ is closed to new replies.