I've been using this function to provide quick info pages for racegoers.
I wanted to create links to external web pages within the Description field but if I add the HTML for the links, the descriptions then won't save. I found in the support database you had told someone to add the example below instead of the team member item so that html links could be included - would this approach still work within the carousel? I'm not using the Job description or social media bits, just the team member name and the description.
<div class="team-member"> <a href="your-member-url"> IMAGE HERE <h3 class="light"> TEAM MEMBER NAME </h3> </a> Developer <p class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend. </p> </div>
Super, I'll try it. The previous ticket was a very old one from long before you did the team member carousel that's why I asked... And thank you for that awesomely fast reply!
I've been using this function to provide quick info pages for racegoers.
I wanted to create links to external web pages within the Description field but if I add the HTML for the links, the descriptions then won't save. I found in the support database you had told someone to add the example below instead of the team member item so that html links could be included - would this approach still work within the carousel? I'm not using the Job description or social media bits, just the team member name and the description.
<div class="team-member">
<a href="your-member-url">
IMAGE HERE
<h3 class="light"> TEAM MEMBER NAME </h3>
</a>
Developer
<p class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend. </p>
</div>
Thanks as always for your advice! Imogen
Hey Again,
I am not aware of which ticket you are referencing but yes copy pasting the html of the Team Member Element should work .
Be.st
ThemeNectar Support Team
Super, I'll try it. The previous ticket was a very old one from long before you did the team member carousel that's why I asked... And thank you for that awesomely fast reply!