Hello,
I created a view which lists all the team members. How can I create link in that view that triggers overlay displaying single team member information as it's shown in /team slideshow?
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
If you would like click portfolio item then display content by ajax, please take a look at following files for example:
1. custom.js(sites\all\themes\md_phoenix\js\front), line 159:
2. module portfolio(sites\all\modules\custom\portfolio): use to display a content when click a portfolio item
You could make Team section similar to example.
Thank you for pinting me into the right direction.