Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #704809

    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

    #705167

    Hey Nelson1993,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #705208

    Here il the link. Do you need also the masonry_entries.php file?

    #706322

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.