Hello again. I am new to Wix. I am trying to create a portfolio using the Wix Editor. I want to add a new section and soundcloud player to just one of the project pages, but instead what happens is that these items get added to all the other project pages too. How can I add a new section and soundcloud player to just one page only?
Thanks!
Hey!
Are you using Dynamic pages/the portfolio app?
Yes i am using the portfolio app. The project pages do behave like dynamic pages. I am designing from a template.
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()
Thanks I’ll check these out.
@noahlovell Where do I put that code at? I am having the same problem with the portfolio builder. I just want a section on one page - and its showing on all. Im not sure where/how to do the expand/collapse code. Can you give any specific help?
It’s a coded solution, so you’ll likely need to be familiar with the fundementals. Here’s more info about how to enable dev mode - About Velo by Wix