Display legend/alt as copyright in image

Hello guys,

I try to display the “alt” attribute in order to display the copyright for each image. I know :before and :after are not possible on element so I think use default tooltip but it doesn’t work.
Any idea or trick?

Thanks

Hello @cpennetier,

Regretfully there is no option at the moment to add a copyright to the image. It would require custom development. I would suggest you contact a developer who can assists you with your concern. Please note that we don’t provide custom development support. It is out of the support scope.

Alternatively, you can search for a plugin on the WordPress plugin repository. We have not tested any of them at our end so we can not recommend you any.

In case if you want to display a tooltip on the image you can use our classic image shortcode with the tooltip.

[image type="thumbnail" src="//theme.co/media/x-img-demo-2.jpg" link="true" href="#example" info="popover" info_place="top" info_trigger="hover" info_content="Add in a little extra information here to describe the story behind your photographs!" title="Extra Information" alt="Example"]

Please have a look at this article to learn more about the image shortcode with the tooltip.

Thanks for understanding

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.