missionopera .com
I have created several dynamic pages on this site (Program: Cast, Production Team). Clicking on the individual items on the dynamic (All) page, goes to the respective dynamic (Name) pages, as usual.
For instance, on the Cast (All) page, clicking goes to the Cast (Name) page where I have their bio listed.
www.missionopera. com/cast
But on our Board of Directors (All) page, each director has their own external website. I want a click to open a new page with their respective websites instead.
www.missionopera. com/board
Thank you!
If I’m catching what you are saying, you would like to open up a new tab when one of the board of directors is clicked on. One of the simplest methods is just to have a button and then assign their webpage to the target of the button.
https://www.wix.com/velo/reference/$w/linkablemixin/target
Their web page can be sourced from their record in the collection, e.g. directorURL = http://daddywarbucks.com
It would be assigned something like:
$w(“#button42”).target = directorURL
Then when the button is clicked, the tab opens on that site.
Good luck.
Thank you. That’s one good option.
But if someone clicks elsewhere, it will open the Board (Name) page that will essentially be a larger version with no more info, which isn’t exactly an elegant solution, but it may be what it is.
Is it possible to unlink the (Name) pages?
How about one giant button that covers the entire page (director) ;-). Make it transparent, etc. Would that work? Not sure about unlinking…
It looks like your click is either over the image of the director or on the more>>.
You could also stuff the target of the image with the URL.
I’m sure others will contribute with ideas that will be better than mine, so keep checking back.
If I don’t get a better answer, that may be it…thank you!
@edward63913 There’s always a better answer 