Awesome - dynamic pages (or apps that function like dynamic pages, eg. Portfolio, Stores Product pages etc.) will display elements on all pages.
I haven’t worked with Portfolio in a while, but you’ll likely need a little code.
Something such as:
- Use wix-location-frontend to get the URL of the specific page you want to show the element on - https://dev.wix.com/docs/velo/api-reference/wix-location-frontend/introduction
- If the page is the one it should be shown on then
.expand()
the element, else.collapse()