Hello,
I am making a portfolio website but its a custom design.
What I am trying to achieve is a categorised portfolio. I which user can select a category and project sort accordingly. Just like the below image.
So I was trying to find a way to make custom dynamic components or is there any way I can achieve it.
Help is appreciated
Warm Regards,
Hey Mohammed,
Fancy meeting you here. 
I saw this post earlier, but didn’t know what you want. Please explain what you mean by a “dynamic component”.
Who knows, maybe “magic” will strike again.
Yisrael
Like making a plugin. As there are blogs etc which are dynamic. Editor allow users to add blogs in certain category. Just like that I want to add my projects in different categories, may be like “All, UI/UX Designs, Print Materials,…”. User would select any category and projecsts shows accordingly.
https://www.genetechsolutions.com/portfolio.html
I think this website is build via wordpress. User can select a category and projects narrow down.
Now assuming that this website is build on wordpress, then there will be a plugin in dashboard of their wordpress where they can upload a project in any category and project show up in the web.
Hope I made it clear now !
If I understand you correctly, I don’t see any reason why you couldn’t build something like this with Wix Code. Take a look at the Gallery Index example. You could change what is displayed in the gallery by adding a filter to the dataset. Or you could use a Repeater .
There are of course many other options - the only limit is your imagination.
Good luck and have fun,
Yisrael
I am a designer, not good at development. I think I will have to hire any developer for this.
You may want to check out the WixArena - it’s a hub where you can look for Wix Code (and other) experts for hire.
Thanks. Its nice but I think those resources will be really expensive.
Well, can you please solve a quick query? Can I hide any item from the parent component. For example: in my case there is a #repeater1 and it has some items in it called “#container1 etc”, so can I hide any container ?
You can determine how each repeater item appears in the Repeater’s inItemReady() function. Each item can have its own picture, different links or text, or buttons that are hidden or shown. You’ll need to fully learn Repeaters. There is a nice video on How to use repeaters in Wix Code by Andreas Kviby from Wix Show.
All the best!