I set up a “team” repeater to display picture and short description of team members from the database, when you click on the image you can go to the individual’s page and get their full length bio.
The thing I’m struggling with it so make the “short text” description clickable like the “image” and connect to the individual’s full page as well.
Im Ido from Editor X.
A text element by default can’t connect to a link. what you can do, in your content manager you can add a field with the type of Rich Text where you can add the link directly in the collection and in your repeater connect the text to this new field instead of the plain text.
Hey there,
thanks for the help. unfortunately that didn’t work as it would no longer display the short description. Instead I created a transparent button as an overlay on top of the short description and made that link to the correct field so that seems to work! are there dangers to this that I might be missing?
Hey what I meant is that in the new field you paste the text of the short description as rich text with a link and then in the repeater connect the short description to the new field. This is a more elegant solution and a better solution in terms of accessibility.