Hi lorenzo_pulpolab!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_masonry_sort_first_label','new_first_label');
function new_first_label() {
if(ICL_LANGUAGE_CODE=='ca'){
$first_item_name = "New All Text";
}
return $first_item_name;
}
Cheers!
Yigit
It does’t work, I guess it’s about ‘avf_masonry_sort_first_label’. Have a look to the page directly, you may be able to find what the problem is (link attached in ‘Private content’ section)
Best regards,
It’s working with ‘avf_portfolio_sort_first_label’ ;)
Have a good day