Nirvana image links to page

  • Author
    Posts
  • #117099

    I’m having trouble with image links to page. When I add an image to a page I can only link it to another page if I leave a caption off. For example. I am creating a site for an artist and the category is “Sculpture” and a list of sculptures are on the page that would then link to individual pages of each piece. When I caption the image, it won’t link to the page, if I take the caption off, it links. I’ve never had this problem with Nirvana or Tempera as I work with both of these templates. Can you advise. Thanks. Link to the page I’m referring to is https://robjenkinsart.com/sculpture/

    Html text within that page is the following:

    [caption id="attachment_59" align="alignleft" width="250"] The Ichthyologist[/caption]

    Website: robjenkinsart.com/sculpture

    #117403
    Zed
    Cryout Creations mastermind

    Hi,

    The caption element covers the entire image while obscuring its (container) link. The following CSS changes this:

    #content .wp-caption .wp-caption-text {
        pointer-events: none;
    }

    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.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Nirvana image links to page’ is closed to new replies.