Tagged: Portfolio
Hi Kriesi team,
As our first company website worked out super good with enfold, we now got the theme a second time and are rebuilding the second site with it.
I just encountered two problems:
1 For the portfolio sorting options, is there a way to deactivate “all” field? (or rename it?) Basically I always want to show all clients from start and have to options the just show current clients on demand. Therefore the field “all” is not necessary.
I’ll post the link so it makes more sense.
2) Is there a possibility to add icons to the main menu like we had on the old site? Please find the links below.
Thanks a lot in advance.
Thomas
Hey!
1. Add this to theme / child theme functions.php:
add_filter( 'avf_portfolio_sort_first_label', 'change_first_label', 10);
function change_first_label() {
return "First Label";
}
2. You can put icon shortcodes in menu item labels, like this – http://screencast.com/t/5stAzjYCY4
Best regards,
Josue
Hey Josue,
Sorry for the late reply. Both things work perfectly fine, thanks a lot for your help!
Best
Thomas