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

    Hello,

    is there any chance I can replace the slashes between the categories above the portfolio with upright strokes

    So I want to replace “/” with “I”

    #1125968

    Hey SarahKunterbunt,

    Thank you for using Enfold.

    You can modify the config-templatebuilder > avia-shortcodes > portfolio > portfolio.php, look for this code around line 802:

    $output .= 	"<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";
    

    Replace it with this:

    $output .= 	"<span class='text-sep ".$category->category_nicename."_sort_sep'>|</span>";
    

    Let us know if you need further assistance.

    Best regards,
    Ismael

    #1126386

    I did exactly what you said but it didn’t work… can you have a look into it? Credentials are provided above

    #1126487

    Hi SarahKunterbunt,

    You’re using masonry not portfolio, so you should make changes in the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file.

    Best regards,
    Victoria

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