please help
]]>Hi
I have a lot more people on the team.
I want to fill them up all at once.
For example, using SQL to the database also.
What should I do?
Thx
]]>Hi, how can i change the colours of title and image border?
Now they appear in red color.
I have tried to change theme color options and also to write the following code in the CSS Setting BOX, but always the title are in red.
h {color:#1f366b;}
and also
.cmt-name {color:#1f366b;}
Could someone help me? Thanks alot!
]]>When i click “Add New Member” in the top of the page I see these errors
Notice: Undefined index: Post_type in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 277
Notice: Undefined index: cmt_member_role in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 284
Notice: Undefined index: post_type in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 314
Notice: Undefined index: cmt_member_facebook in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 321
Notice: Undefined index: post_type in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 353
Notice: Undefined index: cmt_member_twitter in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 360
Notice: Undefined index: post_type in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 391
Notice: Undefined index: cmt_member_linkedin in /Applications/MAMP/htdocs/wp_flumen/wp-content/plugins/custom-team-manager/inc/functions.php on line 398
]]>Hi there,
I’d like to disable the fading effect, when hovering over members facts.
How can i do that? CSS doesn’t seem to work.
Greetings Jens
]]>Hello
First thank you for this Plugin and for your work
Is it possible to disable the Full Team Profile site? if not, is there a work around which i can use.
]]>I am new to WordPress and found this Plug in. The look of it is perfect for what I’m trying to do… But when I typed out the facebook address and update the page, if I click on the button it takes me to a 404 page because it adds my website before the link. So instead of facebook.com/_____ it puts website.com/facebook.com/__________.
Any suggestions I could be missing something so easy if you could assist that would be fantastic thanks.
I want to add a line displaying Member Categories added to the user under hes name. I figured I have to edit the shortcodes file at around #227, but I don’t know how to access the Members Categories taxanomy.
Please help!
]]>I’m looking for a way to display only one team member on a page or in the sidebar, so visitors can contact this person if they have any questions.
Is there a way to do that with this plugin?
]]>Hey,
I tried to display my images category-wise but its not working.
____________________________________________________________
PRINCIPAL INVESTIGATORS & MENTORS
[team-members category=”PRINCIPAL INVESTIGATORS & MENTORS”]
RESEARCH STAFF
[team-members category=”RESEARCH STAFF”]
TECHNICAL STAFF
[team-members category=”TECHNICAL STAFF”]
____________________________________________________________
it is displaying like:-
PRINCIPAL INVESTIGATORS & MENTORS
No member in this category.
what i am doing wrong?
]]>Is there any way to change the author of an already created Team Member? We created all the members as an admin user, and now want to give them access to the WordPress site as Authors who can only change their individual team pages.
]]>My site is not active yet so I can’t provide a link but I’m having an issue with the team members page.
When I click on one of the member profiles, I notice there is /cmt-management-team/ in the URL. How can I edit the permalink URL for each member to remove “cmt-management-team” and have the URLs match my website’s URL structure? I’m only able to edit the URL after that part.
When I go to an individual member’s page, the path assumes “home/management team/member”. I don’t have a management team page so I want to change this to pages I actually have such as “home/officers/2015-2016/member”.
Thank you.
]]>Hey there,
I did some new teampictures and addet them to the profiles. The preview in the edit mode of the team member only shows a croped part of the image. Same is on the final single member page.
Where can I define the image size displayed on the single member page?
Thank you
Nicolas
]]>Hi there,
Love the plugin – It’s great. I was just wondering; is there a way to display the members full-profile in a lightbox rather than loading it in a new page? Really desperate for this.
Thanks.
]]>Hello,
how can I change the “Team Members” title at the top of the page?
I’ve just updated my companies’ website to the latest version of WordPress however the team page now shows as blank.
https://www.energiseconsulting.com/about-us/team/
Please advise if there will be an update, or if there is a fix
]]>Hi,
after searching in all topics but not finding the answer
can you give me the custom css code to display all images in the same size?
When adding a image with different size, i was hoping it will resize but occurs in a lot of different size image.
How i can add a code to make all images having the same pic size when all member pics on one site.
Your help is highly appreciated!
regards
quteo
]]>I just installed this plugin and for some reason I don’t see where to add a profile pic to a member’s bio. Perhaps I’m looking in the wrong place or it’s just late and my eyes don’t recognize it. Any help would be greatly appreciated, thanks.
]]>I am trying to format a single page so there is a heading between all categories, with full profile or each member.
For example, here is the code I’m using:
CULINARY
[team-members-profile category=”culinary”]
CUSTOMER SERVICE
[team-members-profile category=”customer-service”]
CHEFS WITH ALTITUDE
[team-members-profile category=”chefs-with-altitude”]
CELEBRATIONS
[team-members-profile category=”celebrations”]
I have only been able to make two categories work on this page so far (culinary and venues). No other categories are showing up on the page and I can’t figure out why. Here is the URL for your reference – https://www.newyorkfood.com/team-members/
Currently I have at least one member in each category.
]]>Hello,
Great plugin!
We cannot get the social media icons to display on the full profile page.
They do appear if we select to display several members on the page, but they will not appear when we select to display a single member.
Even when they do appear when multiple members are displayed on the page, the icons are stacked vertically instead of horizontally. ???
Where do I look for the code that is responsible?
Can you assist?
]]>Hi ??
I tried to comment out parts of code in your plugin and I find out that this part (bellow) breaks WooCo permalinks after CTM plugin activacion.
function cmt_team_manager() {
$labels = array(
'name' => __( 'Management Team', 'cmt-management-team' ),
'singular_name' => __( 'Management Team', 'cmt-management-team' ),
'add_new' => __( 'Add New Member', 'member' ),
'add_new_item' => __( 'Add New Member' ),
'edit_item' => __( 'Edit Member' ),
'new_item' => __( 'New Member' ),
'all_items' => __( 'All Members' ),
'view_item' => __( 'View Member' ),
'search_items' => __( 'Search Members' ),
'not_found' => __( 'No Member found' ),
'not_found_in_trash' => __( 'No Member found in the Trash' ),
'parent_item_colon' => __( '' ),
'menu_name' => __( 'Management Team' )
);
$profile_slug = get_option('cmt_mem_pro_page_slug');
$args = array(
'labels' => $labels,
'description' => 'Team Members Add',
'public' => true,
'rewrite' => array( 'slug' => $profile_slug ),
'menu_position' => null,
'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt' ),
'has_archive' => true
);
register_post_type( 'cmt-management-team', $args );
register_taxonomy(
"cmt-team-category", "cmt-management-team", array(
"hierarchical" => true,
"label" => "Member Categories",
"singular_label" => "Member Categories",
"rewrite" => true));
register_taxonomy_for_object_type('cmt-team-category', 'cmt-management-team');
flush_rewrite_rules();
}
So, please, could you help me find a modification of that code to avoid conflict?
Thanks in advance.
D?izis
]]>Hi Ibnul,
The shortcode you suggest for view a team-member category [team-members category=”your-category”] is not working.
It says: There is no member added yet. Please add members through Management Team on Dashboard
Any suggestions?
Regards, Natalie
]]>Thank you for the plugin.
The full profile page of members comes in red color text. Kindly let me know how to change font and font color?
Its kind of urgent would be grateful for the help
]]>1. It won’t display in a grid like the demo, even though I’ve checked that option and filled in excerpts.
2. It doesn’t show the function/role/title at all, even though I’ve filled in that field.
3. It shows the author and date like it’s a blog post.
4. It shows the sidebar blog/comments/meta/archive links on the left, with no way to disable that.
This is currently located on a staged server, do you have a way for me to privately send you how to access it?
]]>My full team member profiles show the name of the author/date published as if it were a post. How do I hide that?
]]>Hi,
Would you be able to tell me what CSS code I would need to edit to put more team members in each row? I was able to set the images to a smaller size but it still shows 3 members per row.
Thanks,
Brian
]]>Hi,
i’m using your plugin, and thing is the better i found, I wanted to ask you, to add other social links managed by the plugin, for example, currently you can not add a profile Google Plus.
The ideal, in my opinion, would have the chance to add references dynamically, as it would be very useful to also customize the icons associated with each social network.
For example in my group site, i heve simply modified the plugin, for using other icon, but i can not add weblink or mailto whit social icon:
Ok, based on a previous question, I’m displaying the profile pictures within a round border:
.profile { border-radius: 100px; }'
I also want to set it up so that when I hover my mouse over the profile picture, that something changes i.e. the border color and style. I've tried the following css but not being successful. Any suggestions?
.profile:hover
{
border-radius: 100px;
border-style: solid;
border-color: #68ad8f;
}`
Regards
Michael.
]]>Hello,
I’m using version 2.4.1 of the Custom Team Manager plugin and I was wondering how can I tranfer the ownership of a member’s profile page to a user.
If I create a New Member as an admin then the wordpress user that should be associated with this entry is not, since the New Member entry (I suppose its a custom post) is created by another user (the admin). In that case, only the admin has access to it.
On a regular post/page you have the “Author” field, which easily addresses this problem. How can I solve it?
]]>Hi,
I have list of members on one site and when I click to full profile nothing happen.
What I can do?
https://www.sugandho.com/osho-institute/qualified-chakra-readers/
Thanks!
Zanet