our-team icon indicating copy to clipboard operation
our-team copied to clipboard

Hi, I'm your team profile management plugin for WordPress. Show off what your team members using our shortcode, widget or template tag.

Results 15 our-team issues
Sort by recently updated
recently updated
newest added

Getting this ``` Function create_function() is deprecated in /www/htdocs/user/site/wp-content/plugins/our-team-by-woothemes/classes/class-woothemes-widget-our-team.php on line 324 ``` This is related to PHP 7.2 setups. But also a warning related to this deprecated function: ```...

JS seems to be broken when editing/adding a team member, cannot click the help tab. After debugging for a bit I came across to a comment that pointed to wrap...

bug

Good morning, I was trying to display contact_email with a custom template such as: ``` add_filter( 'woothemes_our_team_item_template', 'new_team_member_template' ); function new_team_member_template( $tpl ) { $tpl = '%%AVATAR%% %%TITLE%% %%CONTACT_EMAIL%% Read...

bug

Much like the changes to "features" allow for a filter to send a specific, registered thumbnail size such as "medium" or "shop_image" or whatever.

enhancement

Hi At the moment the plugin does not allow to order by `name` I suggest changing `class-woothemes-our-team.php` at line 586 ``` // Whitelist checks. if ( ! in_array( $query_args['orderby'], array(...

enhancement

I have had this request to hide the description for team members via a parameter like this or something similar. ``` ‘display_description’ => false ``` Would that be possible in...

enhancement

What array/global variable should I use to loop though to make a custom loop? I found this: http://docs.woothemes.com/document/integrate-our-team-with-your-theme-for-full-archive-single-page-support/ Which is basically what I want, but $post does not include the...

question

can't seem to do this right now so can end up with 1 huge team member per column if in a full-width widget area.

enhancement

There's a typo on _line 386_ of **/woothemes-our-team-template.php**: if ( '' != $tel && apply_filters( 'woothemes_our_team_member_contact_email', true ) ) should be: if ( '' != $contact_email && apply_filters( 'woothemes_our_team_member_contact_email', true...

bug

With or without a gravatar email set, it doesn't display. Tested on Canvas and Wootique. Ticket: https://woothemes.zendesk.com/agent/#/tickets/206410

bug