Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author selvabalajee

    (@selvabalajee)

    Hi Earthnutvt,

    Happy New Year and hope you had a nice holiday & celebration with your friends and family.

    How do I add a photo for each team member?
    you can add your team member profile image to featured image section on right side panel on Add Member Page.

    Kindly check it and let me know if you have any issue.
    Skype me tbs_balaji
    Thanks
    selvabalaji

    Hi Balajee, A very happy new year to you.
    Really love your plugin, it does most of the things I require, but I have a problem –
    I want to add a new field to the Team Member Additional Information section? After the Job Title but before the Email fields, I want to add a Company Name and also want to display it on the frontend.
    How do I do that?

    Plugin Author selvabalajee

    (@selvabalajee)

    Hi Ameet Agarwal,

    Thanks for your wishes, Hope you had a great holiday & celebration with your friends and family.
    you have to customize the plugin code (myteam.php) to make the addition field on Additional Information section on both front and back end.

    Currently im little bit busy with other plugin work. once i completed my current job i will send the sample code to you.

    Thanks
    Selvabalaji

    Great!
    Yes Balajee, New Year celebrations in Goa are always special.
    Thanks a lot, awaiting your reply soon.

    Thread Starter earthnutvt

    (@earthnutvt)

    Thanks for the response, Selvabalaji. Unfortunately my theme doesn’t have a featured image for pages. Is there another way?

    Plugin Author selvabalajee

    (@selvabalajee)

    Hi Earthnutvt,

    Add this to code “add_theme_support” function in functions.php:

    “add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’ ) ); “

    and then test it and let me know.

    Thanks
    Selvabalaji

    Thread Starter earthnutvt

    (@earthnutvt)

    Ah, interesting. I had to change it to:

    “add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘myteam’ ) ); “

    Then it worked for your plugin.

    Thanks!

    Elsie

    Plugin Author selvabalajee

    (@selvabalajee)

    Hi Elsie,
    Thanks for your confirmation and your support.

    Thanks
    selvabalaji

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to add photo’ is closed to new replies.