1 nomad Aug 03, 2020 20:58
3 amoun Aug 03, 2020 22:51
Update: @nomad
I'm using 7.1.6 and this syntax works: You must tap/click on the image not the caption.
[image:65:caption:https://unveiled.info]Working example with no caption. Click on image to go to bbc.co.uk
4 nomad Aug 05, 2020 12:51
Hi @nomad
Have you seen the TODO list at
https://b2evolution.net/man/image-short-tag
I just use the <figure> tag with <figcaption> so have no problem :)
OMG, that looks scary. So I will rather use the old style html with figure and figcaption, much easier!
5 nomad Aug 05, 2020 12:53
Update: @nomad
I'm using 7.1.6 and this syntax works: You must tap/click on the image not the caption.
[image:65:caption:https://unveiled.info]
Working example with no caption. Click on image to go to bbc.co.uk
[image:13294::https://bbc.co.uk]
But you still cannot add the link with the photo credentials inkl link in the caption?
6 nomad Aug 05, 2020 14:39
Yes, that is how I do it as well, by using plain html. Within the short code it is not rendered
7 amoun Aug 07, 2020 14:48
Presently the option is only a link if the image is clicked on so the update, if there is to be one would allow a link to text in the caption.
The syntax below would allow for example,
if the image was that for the BBC then the image would link to the base site, whereas the caption to a separate URL
This provided for multiple links, one to the image and many to the text
Alternatively
The problem may be the order of parameters
1) image
2) :ID_No
3) :caption
4) :HRef
Then the HRef only applies to
a) caption
[image:66:NEWS:https://bbc.co.uk/news]if
else
if the caption is void
[image:66::https://bbc.co.uk/news]
or maybe
1) image
2) :ID_No
3) :HRef
4) :caption
5) :HRef
Must wait and see how development goes.
This post has 1 feedback awaiting moderation...
Hi @nomad
Have you seen the TODO list at
https://b2evolution.net/man/image-short-tag
I just use the <figure> tag with <figcaption> so have no problem :)