Create a 'Team page' (Wix's virgin coder)

Hello everyone,

I am not a website developer but I am in the process of creating the website of my company with Wix. It has been a stiff learning curve but I have managed to do most of the task. However, I am facing a problem finding the template for an interactive ‘Team’ page… I’m trying to create a “Team Page” with a photo of a team member that displays a short bio when you hover above the image and a ‘Read More’ button. So when a visitor click on that button, it opens an extended version of the bio on the same page. Ideally, it should look like this: Team - First Round Capital .

How it looks like without hovering (below)

After clicking on one picture, there is a page opening and it is displayed below…

Could you please tell me how to achieve this? I have seen a sort of feature on wix interactive but I guess i need to code to be able to add an expandable ‘Read more’. Right?

Thank you very much for your help and I look forward to hearing from you.

Cheers,

Axel

Hi Axel,

You can add your team data to a database and then display it using a repeater.
Checkout the tutorial here .

Enjoy :slight_smile:
Tom

1 Like

Hello,
I believe I have a similar problem: I’m also making a ‘Team’ page, and have successfully created a repeater that is linked to my database, displaying name, photo etc. However, I get stuck when I want to be able to show and hide a ‘bio’ text box upon clicking the repeater (or an object inside it, such as a button). I have tried every version of .show()/.hide() that I can think of, but nothing is working.
I read that the $w works a bit differently for repeaters than for elements that are ‘loose’ on the page, but I don’t understand what code needs to be added in order to be able to ‘interact’ with the repeater in a way similar to the hoverbox feature…
Thank you!! Have spent so many days trying to figure this out I think I’m going slightly insane :slight_smile:

Tom,

Thanks very much fr your message. After days of working on it, it is all good now :).

Cheers,