• Resolved Wan-rong Jih

    (@wan-rong-jih)


    Thank you for adding Projects section.

    I’ve tested the v1.13 of projects section. It is possible that some of team members do not have LinkedIn account. Therefore, a field ‘name’ of member should be add. The full profile setting for projects will be

    projects:(name,url,start-date,end-date,members:(person:(public-profile-url, name, first-name,last-name,picture-url,headline)),description)

    The FAQ about projects is missing the name of member.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Claude Vedovini

    (@cvedovini)

    I see, I will update the documentation then because that field is already taken into account in the template 🙂

    Plugin Author Claude Vedovini

    (@cvedovini)

    I just released 1.13.1 with corrections to the template and the doc.

    Actually the list of fields should be:

    projects:(name,url,start-date,end-date,members:(name,person:(public-profile-url,first-name,last-name,picture-url,headline)),description)

    Thread Starter Wan-rong Jih

    (@wan-rong-jih)

    Thank you for the prompt update. 🙂

    I’ve a question about the profile fields. Does the setting of shortcode parameter fields will overwrite the plugin profile fields? As you mentioned the location of name field, my shortcode setting is correct, but it’s different with the plugin profile fields setting….

    Plugin Author Claude Vedovini

    (@cvedovini)

    Yes, the shortcode attribute completely overrides the list of fields in the settings.

    Apparently you can list the “name” in in both positions, it doesn’t make any difference, the actual attribute will always be returned in the member object anyway (not the person).

    However, since it makes more sense I recommend you place it the way I recommend in the documentation.

    projects:(name,url,start-date,end-date,members:(name,person:(public-profile-url,first-name,last-name,picture-url,headline)),description)

    Thread Starter Wan-rong Jih

    (@wan-rong-jih)

    Thank you very much, will take your advice. 🙂

    Hi Claude, I am trying to display projects in my profile, but the project name, url and dates are getting displayed. Its just displaying members and discription.
    any idea?
    You can view here.http://www.naveedahmad.net/my-protfolio/

    Thanks

    Plugin Author Claude Vedovini

    (@cvedovini)

    Hi Naveed,

    The problem comes from your CSS, I recommend you add the following rule:
    .linkedin .title { width: auto; left: auto; opacity: initial; top: auto; position: relative; }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Project member's name’ is closed to new replies.