Viewing 6 reply threads
You must be logged in to reply to this topic.
Guys,
which one (on the .php’s) do I edit in order to customize “portfolio item’s” fields such as
DATE
CLIENTS
TECHNOLOGY
…
I wish to either be able to remove them or change them into something else. It should not make any difference but it’s the “Floating left sidebar” portfolio type.
Cheers!
Hello,
No need to edit theme files. Please go to General Options > Portfolio Config to add/ edit/ delete all portfolio Custom fields.
Best regards!
Hello Mihaila,
thank you for your reply, I appreciate it. I don’t think however that we understood each other – I don’t wish to edit CUSTOM field names but rather ALL of them. The pre-built in ones too (as I wrote earlier: CLIENT, TECHNOLOGY, …).
Where do I do that?
I am using portfolio items as products and services so I need to either remove these or edit them.
Hello,
There is where you should do the customization. Send me your wp credentials in a private reply, and the fields you need to have and i’ll do it for you.
Best regards!
Hello,
I see you have already removed them all.(screenshot). To remove the “Project Details” from portfolio items, i added this code into your custom css box:
.single_portfolio_container .details h4 { display: none;}
.portfolio_single h4 { display: none;}
According to the type of portfolio you are using, you can find these titles in files:
-includes\view\portfolio\single-floating.php
-includes\view\portfolio\single-fullwidth.php
-includes\view\portfolio\single-gallery.php
-includes\view\portfolio\single-container.php
Best regards!
Thank you so much! This works, I believe I can manage from here on.
Cheers!
You must be logged in to reply to this topic.