這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Meet My Team

描述

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

螢幕截圖

  • 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

安裝

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

常見問題

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

評價

2019年9月5日
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.
閱讀全部12個評價

貢獻者及開發者

“Meet My Team” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Meet My Team 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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