Skip to: config.php

Team showcase website

config.php


 

ID

"id" => "basic_rounded"

This is the id of the ’Skin’, it has to be unique and it must be exactly the same as the name of the folder that houses the skin.

Title

"title" => "basic_rounded"

This is the name of the Skin as it will show in the skin interface in the Team Showcase plugin settings.

Grid

This is the grid type you want to use, you can use four different types:

"grid" => "grid"

Shows members in multiple columns.

"grid" => "carousel"

Shows members in a simple carousel.

"grid" => "table"

Shows members in a table design.

"grid" => "list"

shows members in a single column list

Columns

"columns" => 3

When using a grid or carousel you can set the default number of columns here.

"max_columns" => 3

Here you can set a maximum for the number of columns a user can set.

Extra info

This is the setting for extra info panels, you can use four types

"extrainfo" => "expanded"

Show the extra info in an expanding grid

"extrainfo" => "layover"

Show the extra content in a modal layover.

"extrainfo" => "link"

Open the extra info in the post view

Settings

    "settings"       => [
        "columns"
    ]

In settings we can activate settings fields, this can be useful when you want to have multiple column options.
We can activate the following options:

  • columns – to select the number of columns

Fields

    "fields"         => [

	    [
		    "id"    => "position",
		    "label" => __("Position", "awesome-team-showcase"),
		    "type"  => "text"
	    ],]

The fields are used to create custom fields that you can use to add extra content like phone numbers, position, email addresses etc…
A meta field has three settings:

  • id – for setting the ID of the field
  • label – this is the label to show next to the field add with a language tag to work with multi language.
  • type – this is the field type this can be text, email, number.

 

Ready to build better team pages?

Try our Beta version

What's so awesome about us?

  • Open source

    Our plugins are 100% open source and developed transparently on Bitbucket. Anyone can join the development and contribute.

  • Works with your theme

    Our plugins are carefully crafted to keep your site fast, the html is easy to read and extend and we provide the option to disable js and css files from the settings page.

  • Well documented

    Our plugins are well documented with in our knowledge base. It’s a great way to find instant answers or read tutorials to almost every question!.

  • Excellent support

    All our plugins come with full support. We’re here to help and offer expert advice on how to get the most out of your plugin.

  • Money back garantee

    We have a very simple refund policy. We will try to fix issues first. If we can't, we will definitely give your money back.

  • Regular updates

    We are regularly working to improve the plugin by adding new features, fixing bugs and keeping updated with the latest WordPress version.

Back To Top