Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Flexform
  • #2205
    JR3 Creative Studio
    Member
    Post count: 26

    Hello,
    first of all I want to congratulate for the template, very clean and functional.

    I have a problem with members of the team… We are an artists agency, so we need toΒ create individual pages for each team member in which insert biography, soundcloud player, social icons and booking form, how can I do?

    thanks

    #2208
    JR3 Creative Studio
    Member
    Post count: 26

    One more thing …

    I added a page “meet the team” where all members are displayed correctly with “team” and “team carousel” element, but it shown the entire description and there is no link to member page.
    I tried adding tag “read more” in the description of team member, in order to obtain a short description in team and team carousel elements, but it does not work.
    How can I add this feature and link the button “read more” or member image to the member page?

    thanks

    #2238
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    After creating a team member, you have a link under the title, called “View Team Member” -> that’s the link to the member’s page.

    You would copy that link and create a Read More in the member’s description, linking it to what you just copied.

    Hope that makes sense πŸ™‚

    Regards,

    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”

    Cosmin
    Support Assistant

    #2244
    JR3 Creative Studio
    Member
    Post count: 26

    Hi Cosmin,

    I’ve already tried, but it doesn’t work for me…

    the roster page (meet the team) still shows the complete description and no button or link…
    furthermore in member page, the builder does not work, so I can still change the layout and insert shortcode and widgets.

    how can I fix?

    #2292
    JR3 Creative Studio
    Member
    Post count: 26

    No suggestions to solve ? πŸ™

    #2302
    JR3 Creative Studio
    Member
    Post count: 26

    Ok…i can’t still believe but i solved! For anyone who needs the same, I enclose the solution:

    In => /flexform/includes/page-builder/composer/lib/shortcodes/team.php
    i added a link to member image & member name editing

    member image @ line 79 from :

    $items .= ‘<img src=”‘.$image[0].'” width=”‘.$image[1].'” height=”‘.$image[2].'” />’;

    to :

    $items .= ‘<a href=”‘. get_permalink( get_the_ID()) .'”><img src=”‘.$image[0].'” width=”‘.$image[1].'” height=”‘.$image[2].'” /></a>’;

    and doing same thing for member name @ line 83 from :

    $items .= ‘<h4 class=”team-member-name”>’. $member_name .'</h4>’;

    to :

    $items .= ‘<h4 class=”team-member-name”><a href=”‘. get_permalink( get_the_ID()) .'”>’.$member_name.'</a></h4>’;

     

    Then i’ve edited member-bio @ line 86, in order to show only a short description and have a “read more” link, changing from :

    $items .= ‘<div class=”team-member-bio”>’. $member_bio .'</div>’;

    to :

    $items .= ‘<div class=”team-member-bio”>’. get_the_excerpt ($member_bio) .'<br /><br />’;
    $items .= ‘<a style=”float: right” href=”‘ .get_permalink( get_the_ID()) .'”>Read More Β»</a></div>’;

    Good luck !

    PS : Forgive my bad English πŸ™‚

     

    #2391
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We didn’t have this as standard, but will likely add it in the next update πŸ™‚

    – Ed

    #4307
    Naci
    Member
    Post count: 6

    @vivida Music Thank you so much for you help. Take me forward.

    The only thing what i add is the excerpts field in backend. Its easy to control πŸ˜‰

    under /includes/custom-post-types/team-type.php

    from

    ‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’ ),

    to

    ‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’, ‘excerpt’),

    #4311
    JR3 Creative Studio
    Member
    Post count: 26

    Hi guys,

    that’s a pleasure! I’m glad to help someone ^_^


    @Naci
    Yeah, it’s right. Your code could be added in order to control a custom excerpt, very helpful in case you would add the sharing function over social networks to team-member.

    In fact Facebook automatically gets the excerpt as post description.

    Well done πŸ˜‰

    #71968
    industriecontact
    Member
    Post count: 32

    I have to catch up on this …

    This is great and I cannot believe it hasn’t found it’s way into the official flexform code yet – after more than a year.

    I did this mod also with the team-carousel.php and it’s working just the same way.
    However, I have a little (visual) glitch: The ‘Read More’ text shows up on the trailing border, not above.
    See here: Public Relations Global Network (work in progress)

    Did I miss sth.?

    Thanks

    #72054
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @industriecontact
    – Please go to Admin -> Theme Options -> Custom CSS => Here put this code and update options

    body.home div.team-member-bio a {float:left !important;}
    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #72097
    industriecontact
    Member
    Post count: 32

    That doesn’t work.

    Now it’s floating left but still hovering the border line …

    #72103
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that one and use this one
    body.home div.team-member-bio a {float:right !important;line-height:0px;}

    Hopefully that should work 100% .

    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #72111
    industriecontact
    Member
    Post count: 32

    We’re getting to it … πŸ™‚
    Now it’s working on the front (home) page.

    However it’s not on the page “about”:

    About

    nor on a member detail page:
    http://www.prgn.com/members/africa/south-africa/hwb-communications-pty-ltd/

    I’d like a solution that covers all team occurrences on the whole site. πŸ˜‰

    Thank you very much!

    #72112
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try this one that will work .
    div.team-member-bio a {float:right !important;line-height:0px;}
    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register