Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #572789

    Hi there

    1. In the TEAM MEMBER feature, there doesn’t seem to be an email icon/link. If I use one of the link boxes and choose an email icon, and place an email address in the url box the result is a 404.I’ve tried using html but this doesn’t seem to work either
    2. In masonry portfolio, the separator is a “/” I would like to change this to a “|” how can I do this?
    #572837

    Forget about the email link, I have resolved this…

    #573532

    Hi,

    Great, glad you got it fixed :-)

    Best regards,
    Rikard

    #573625

    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

    #574006

    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

    #574101

    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

    #575607

    Hi!

    Please modify the helper-masonry.php file instead. Look for the same line of code.

    Best regards,
    Ismael

    #575689

    Perfect, thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘TEAM MEMBER EMAIL ICON/LINK – MASONRY PORTFOLIO SEPERATOR FONT’ is closed to new replies.