Good morning!
I’m trying to change the separators of the portfolio categories in the main page. Now there is a slash ( / ) but I would like to try different solutions. I found a previous thread where the mod said to modify in the masonry_entries.php this instruction:
$output .= “<span class=’text-sep {$term->slug}_sort_sep {$show_item}’>/</span>”;
changing the >/< with >whatever I want<.
The problem is I don’t understand where to put the instruction because there isn’t a string like that in my file.
How can I manage this problem?
Thank you very much in advance!
Nelson
Hey Nelson1993,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Here il the link. Do you need also the masonry_entries.php file?
Hi,
Following line is now located in enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file
$sort_loop .= "<span class='text-sep {$term->slug}_sort_sep {$show_item}'>/</span>";/code>
We would recommend you to use a child theme - http://kriesi.at/documentation/enfold/using-a-child-theme/ to avoid having to apply the same changes each time you update the theme. Once you install a child theme, you can refer to this post - http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit