Tagged: masonry portfolio, team member
Hi there
Forget about the email link, I have resolved this…
Hi, I sorted the team member element. but not the change in separator. In masonry portfolio, the separator is a “/” I would like to change this to a “|” how can I do this? Silvio
Hi!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open masonry_entries.php file and find
$output .= "<span class='text-sep {$term->slug}_sort_sep {$show_item}'>/</span>";
and change it to
$output .= "<span class='text-sep {$term->slug}_sort_sep {$show_item}'>|</span>";
If you are using a child theme, please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Regards,
Yigit
Hi, this isn’t the correct file, below is the content from the file you mention, I’ve also looked in a few others but there are too many!:
EDITED
Hi!
Please modify the helper-masonry.php file instead. Look for the same line of code.
Best regards,
Ismael
Perfect, thanks!