Thank you for using my plugin. If you want to upgrade pro version, you can see details in here. Thanks so much!
Introduction
TeamPress is a Wordpress plugin that helps you create information about your team members/staff include name, image, description, links to social account and show it easily on your site. By this teampress plugin you can display all information with any styles, layouts and anywhere via shortcodes.
Features list
10 Styles support
Fully responsive and mobile ready.
Unlimited TeamPress anywhere.
TeamPress with many columns(2, 3, 4, 5)
TeamPress with Grid, List, Carousel(Slider view)
Ajax load more members
Unlimited TeamPress Color. You can set main color for all or each style
Support category - allows you can create unlimited team group
Vertical and horizontal support
Flat style include
Unlimited customize with font
Visual Composer support
Supper easy configuration
And more …
Installation
The Full Package includes these following files and folders:
In the left menu panel go to Plugins > Add New > Upload to install plugin
Click Upload
Browse your download package to select installation files
Click Install Now button
Once it's uploaded, click the Activate link
Install via FTP Account
Use your FTP software to browse to wp-content/plugins folder to install plugin
Extract the installation files to their corresponding folders, for example teampresslite.zip to teampress and upload to server
Once it's uploaded, go to your WordPress Admin, browse to Plugins > Installed Plugins
Click the Activate link
Update
Deactive "TeamPress" plugin by going to Plugins > Deactive "TeamPress" plugin
Delete older version by clicking on Delete link. Confirm to delete.
Update and re-install new version.
Install Sample Data
To install sample data as seen on our demo page, following these steps
Make sure you have installed WP Teampress plugins
Step 1. Go to Tools > Import, then click on Wordpress
Step 2. If it is not yet installed before, you have to install it. On the popup window, click on "Install Now"
Step 3. After installed successfully, click on Activate Plugin & Run Importer
Step 4. Browse for FULL_DOWNLOAD_PACKET/installation/wp-teampress/sample-data/sample-data.xml (or download it here) and click Upload File and Import.
Step 5. After uploaded, the confirmation page appears. Check the Download and import file attachments option and click Submit. If you have trouble with importing (it might breaks in the middle due to long execution time), try again with this option Unchecked!
Step 6. OK, done!
Creating TeamPress
1. Go To Wordpress Admin > Team > Add New Member
2. Set a title, description, featured image and required field of the teampress
3. Display
Edit member information detail
1. Go To Wordpress Admin > Team > Member
2. Click title to edit each member, after edit press update button to finish
Creating, Editing Category
Create category
Go To Wordpress Admin > Team > Categories > Input name, slug, description and press Add new category button
Edit category
1. Click name of category to edit category detail
2. Hover name of category to quick edit category detail
3. Click count of each category to view list member in this category
4. Hover name of member to quick edit category
Shortcode
You could use Shortcode builder feature to generate shortcode instead using default shortcode
TeamPress shortcode also has supported: Visual Composer, Elementor and SiteOrigin page builder so you could use those page builder to config shortcode
TeamPress Grid
TeamPress Grid is a shortcode for displaying teampress on grid.
style - Select number style(Default 1)
Team grid - stye start 1 to 20 (example style="1")
Team Image hover grid -stye start img-1 to img-10 (example style="img-1")
column - A number of items to show per line. Default 2
count - A number items will be showed. Default total items(Example: your team have 23 members but you only want to display 20 members, you can set count="20")
posts_per_page - relates param page_navi
page_navi="loadmore", posts_per_page is number of items to add in the end after event load more (Example page_navi="loadmore" posts_per_page="3" - show 3 items in the end after click button load more)
page_navi="" not show load more.
ids - List of IDs to query, separated by a comma(example ids="1,2,3")
cat - List of category ids (or slug), separated by a comma(example cat="designer" or cat="1")
page_navi - type of display(load more event or pagination) refer with param posts_per_page
page_navi="loadmore", add items in the end after event load more
page_navi="" ,not show load more.
number_excerpt - Enter number of excerpt to show(Default 10), example number_excerpt="20"
order - Order ascending (order="ASC") or descending (order="DESC")
orderby - Choose order condition
'date' - Order by date.
'ID' - Order by post id. Note the captialization.
'author' - Order by author.
'title' - Order by title.
'name' - Order by post name (post slug).
'modified' - Order by last modified date.
'parent' - Order by post/page parent id.
'rand' - Random order.
'menu_order' - Order by Page Order. Used most often for Pages (Order field in the Edit Page Attributes box) and for Attachments (the integer fields in the Insert / Upload Media Gallery dialog), but could be used for any post type with distinct 'menu_order' values (they all default to 0).
'meta_value' - Note that a 'meta_key=keyname' must also be present in the query. Note also that the sorting will be alphabetical which is fine for strings (i.e. words), but can be unexpected for numbers (e.g. 1, 3, 34, 4, 56, 6, etc, rather than 1, 3, 4, 6, 34, 56 as you might naturally expect). Use 'meta_value_num' instead for numeric values.
'meta_value_num' - Order by numeric meta value (available with Version 2.8). Also note that a 'meta_key=keyname' must also be present in the query. This value allows for numerical sorting as noted above in 'meta_value'.
'post__in' - Preserve post ID order given in the ids array
'none' - No order
meta_key - Enter custom field key, Show posts associated with a certain custom field
Example: Style 1 (3 columns) Load more(click here to view detail demo)
Team list
Team list is a shortcode for displaying teampres on listing .
style - Select number style start 1 to 3(example style="1")
count - A number items will be showed. Default total items(Example: your team have 23 members but you only want to display 20 members, you can set count="20")
posts_per_page - relates param page_navi
page_navi="loadmore", posts_per_page is number of items to add in the end after event load more (Example page_navi="loadmore" posts_per_page="3" - show 3 items in the end after click button load more)
page_navi="" not show load more.
ids - List of IDs to query, separated by a comma(example ids="1,2,3")
cat - List of category ids (or slug), separated by a comma(example cat="designer" or cat="1")
page_navi - type of display(load more event or pagination) refer with param posts_per_page
page_navi="loadmore", add items in the end after event load more
page_navi="" ,not show load more.
number_excerpt - Enter number of excerpt to show(Default 10), example number_excerpt="20"
order - Order ascending (order="ASC") or descending (order="DESC")
orderby - Choose order condition
'date' - Order by date.
'ID' - Order by post id. Note the captialization.
'author' - Order by author.
'title' - Order by title.
'name' - Order by post name (post slug).
'modified' - Order by last modified date.
'parent' - Order by post/page parent id.
'rand' - Random order.
'menu_order' - Order by Page Order. Used most often for Pages (Order field in the Edit Page Attributes box) and for Attachments (the integer fields in the Insert / Upload Media Gallery dialog), but could be used for any post type with distinct 'menu_order' values (they all default to 0).
'meta_value' - Note that a 'meta_key=keyname' must also be present in the query. Note also that the sorting will be alphabetical which is fine for strings (i.e. words), but can be unexpected for numbers (e.g. 1, 3, 34, 4, 56, 6, etc, rather than 1, 3, 4, 6, 34, 56 as you might naturally expect). Use 'meta_value_num' instead for numeric values.
'meta_value_num' - Order by numeric meta value (available with Version 2.8). Also note that a 'meta_key=keyname' must also be present in the query. This value allows for numerical sorting as noted above in 'meta_value'.
'post__in' - Preserve post ID order given in the ids array
'none' - No order
meta_key - Enter custom field key, Show posts associated with a certain custom field
Example: List style 1 with Load more(click here to view detail demo)
Team Carousel
Team Carousel is a shortcode for displaying teampres on slider .
style - Select number style start 1 to 2 and img-1 to img-10(example style="1")
count - A number items will be showed. Default total items(Example: your team have 23 members but you only want to display 20 members, you can set count="20")
slidesshow - number items per slide (Default:3)
ids - List of IDs to query, separated by a comma(example ids="1,2,3")
cat - List of category ids (or slug), separated by a comma(example cat="designer" or cat="1")
number_excerpt - Enter number of excerpt to show(Default 10), example number_excerpt="20"
order - Order ascending (order="ASC") or descending (order="DESC")
orderby - Choose order condition
'date' - Order by date.
'ID' - Order by post id. Note the captialization.
'author' - Order by author.
'title' - Order by title.
'name' - Order by post name (post slug).
'modified' - Order by last modified date.
'parent' - Order by post/page parent id.
'rand' - Random order.
'menu_order' - Order by Page Order. Used most often for Pages (Order field in the Edit Page Attributes box) and for Attachments (the integer fields in the Insert / Upload Media Gallery dialog), but could be used for any post type with distinct 'menu_order' values (they all default to 0).
'meta_value' - Note that a 'meta_key=keyname' must also be present in the query. Note also that the sorting will be alphabetical which is fine for strings (i.e. words), but can be unexpected for numbers (e.g. 1, 3, 34, 4, 56, 6, etc, rather than 1, 3, 4, 6, 34, 56 as you might naturally expect). Use 'meta_value_num' instead for numeric values.
'meta_value_num' - Order by numeric meta value (available with Version 2.8). Also note that a 'meta_key=keyname' must also be present in the query. This value allows for numerical sorting as noted above in 'meta_value'.
'post__in' - Preserve post ID order given in the ids array
'none' - No order
meta_key - Enter custom field key, Show posts associated with a certain custom field
autoplay - Auto next slide or not
autoplay="" - not auto
autoplay="1" - auto
autoplayspeed - Autoplay Speed in milliseconds. Default:3000, it work only autoplay="1"(example autoplay="1" autoplayspeed="1000")
infinite - Infinite loop sliding ( go to first item when end loop)
infinite="" - not infinite
infinite="yes" - infinite
Example: Carousel style 1 with 3 items visible, Auto play and Infinite( go to first item when end loop) click here to view detail demo
Shortcode builder
1. Go to Team > Shortcode builder
2. Config shortcode option as you wan to show > Click Publish button
With Selection Tyle has 4 items(Grid, List, Carousel) please refer Short code document for more detail about each param
3. Copy shortcode and paste it into your post, page, or text widget content
General Setting
1. Go to Team > Setting
2. Display
When disable social account
Usage
Simple: go to any place which accepts shortcode, for example Post or Page. Input shortcode or you can use visual composer to config.
Classic editor button
You also can use Vissual composer to config
Translation
The plugin is translation ready, please follow the steps bellow:
To translate front end, you can go to Timeline Settings page > Front end static text
To translate all static text (front end & back end) you can follow this guide
1. Download and install Poedit
2. Open POEdit and load "/wp-timeline/language/wp-timeline.po"
3. Translate the text and save the file.
4. A file named language.mo is created. Rename it with Code Name of your language. For example, wp-timeline-de_DE.mo for German - Deutsche.
All languages codes can be found here:
http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes
and all countries codes can be found here:
http://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes
5. (For WordPress 3.x)Open [{wordpress root}/wp_config.php] and find this line define('WPLANG', '');. Change it with your language code, for example define('WPLANG', 'de_DE');
5. (For WordPress 4.x) Go to Settings > General and change your site language
Sources and Credits
I've used the following images, icons or other files as listed.