This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Meet My Team

Description

Ever needed to display a lot of team members but you find it too lengthy to put into a single page?

Meet My Team solves that problem by providing an intuitive interface that allows you to add your team members and display their information in a modal! Sounds great?

Announcement

Dec 2020: The original author, Aaron has handed maintenance and support of this plugin over to me, Alan at Fullworks

Now Tested on PHP 8.0

Features

  1. Responsive Grid with Smooth Readjustments : We modified the bootstrap grid’s naming convention so that it doesnt conflict with your bootstrap theme.

  2. Responsive Modal Display : We utilised the well tested Reveal Modal from Zurb Foundation to build a responsive
    display of your individual theme.

  3. Theme Agnostic : We implemented a minimal css strategy so that the plugin will fit in with any theme that you utilize.

  4. Easy Styling Classes : We provided simple style classes that theme developers can use to target and style their own. More information about this coming

  5. Insert into any page with our shortcode

Supported Fields

  1. Team Member Name

  2. Team Member Profile Picture

  3. Team Member Email

  4. Team Member Biography

  5. Team Member Personal URL e.g. Facebook, Linkedin

… More Coming

Screenshots

  • Add a variety of information to each team member
  • Add to any page with our easy to use shortcode
  • Responsive grid that works across devices
  • Responsive Modal that displays each team member's information

Installation

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘Meet My Team’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select meet-my-team.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download meet-my-team.zip
  2. Extract the meet-my-team directory to your computer
  3. Upload the meet-my-team directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

FAQ

How Do I Use The Plugin?

You can use it simply with this shortcode: [meet-my-team]

What Shortcodes Are Available

We are currently working on a few, but as of now, we support the use of the options:

  1. [meet-my-team cols=”NUM”] Default: 3 where NUM can be 1,2,3,4,6. => cols will list out the number of cols of team members will be displayed in each row.

  2. [meet-my-team parent_container_id=”ID”] where ID can be the id of the overall container encapsulating the modals => This is utilized more for theme developers who want to target the specific classes

  3. [meet-my-team show_groups=”GROUPS”] where GROUPS can be the different categories set forthe post

  4. [meet-my-team enable_modal=”BOOLEAN”] where BOOLEAN is true or false. This can be used to enable or disable the modal

  5. [meet-my-team align=”ALIGN”] where ALIGN is left or center. This will allow the columns to be centered or left align.

  6. [meet-my-team display_picture=”BOOLEAN”] where BOOLEAN is true or false. This will display the picture on the page (outside of the modal)

  7. [meet-my-team disable_modal_centering=”BOOLEAN”] where BOOLEAN is true or false. This will disable the modal centering javascript

What responsive grid are you using

We are actually using a modified version of bootstrap. It was designed to shrink to a single column from 768px and below. More options in the future.

Something is broken? Want a particular feature?

Feel free to open a thread on the WordPress support forum for this plugin

Reviews

September 5, 2019
This plugin used to work fairly well, but it has not been maintained for compatibility with the 7.2+ versions of PHP due to the implementation of Countable. After upgrading one site, I've received the following error in the admin console: Warning: count(): Parameter must be an array or an object that implements Countable in /home/directory/public_html/mysitedirectory/wp-content/plugins/meet-my-team/admin/includes/Custom-Metaboxes-and-Fields/init.php on line 755 Warning: Cannot modify header information - headers already sent by (output started at /home/directory/public_html/mysitedirectory/wp-content/plugins/meet-my-team/admin/includes/Custom-Metaboxes-and-Fields/init.php:755) in /home/directory/public_html/mysitedirectory/wp-admin/includes/misc.php on line 1196 Support has been non-existent for a year (and it hasn't been updated in three), so I would no longer recommend this plugin.
Read all 12 reviews

Contributors & Developers

“Meet My Team” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Meet My Team” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.0.5

  • fix autoloader

2.0.4

  • add donate library

2.0.0

  • Fixed PHP warning in PHP 7 and tested to PHP 7.4
  • Fixed jQuery migration issues to support WP 5.6

Full Change History