Select one or more tags, then press “Search Plugins”

Find Plugin with any / all of the selected criteria
Search Plugin

Plugixa Team Wordpress Plugin - Rating, Reviews, Demo & Download

Plugixa Team Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Plugixa Team is a modern team member management plugin for WordPress. Manage your
staff and showcase your team on the frontend — all from a fast admin
panel.

Features

  • React admin panel for managing team members and groups
  • Skills and social links per member
  • Grid and list frontend layouts with live-preview display views
  • Group navigation, filtering, and client-side pagination
  • Schema.org structured data (Person/Organization JSON-LD) with Yoast/Rank Math integration
  • Shortcodes and a Gutenberg block for placing teams anywhere
  • Multilingual support (WPML and Polylang)
  • Translation-ready (plugixa-team text domain)

Premium (Pro)

  • Additional layouts: masonry, carousel, table, inline, filter, accordion, and org chart
  • Custom fields per member
  • Frontend member submission form with spam protection
  • AI-assisted content generation
  • Import / export team members (CSV, JSON, and PDF export)
  • WooCommerce product-page team tab
  • One-click demo content
  • Priority support

Source code

This plugin ships the complete, human-readable source of everything it compiles —
assets/backend/app/ (React admin), assets/frontend/app/ and assets/blocks/
alongside the built output. Nothing needs to be downloaded from anywhere else. See the
Source Code section below for the exact paths and build commands.

External services

This plugin connects to the third-party services listed below. No service is
contacted until the corresponding feature is used, and the AI features additionally
require you to supply your own API key.

Freemius (all versions) — endpoints: freemius.com, wp.freemius.com, checkout.freemius.com

Used for plugin licensing, update checks and — only if you explicitly opt in — anonymous
usage diagnostics. The plugin runs in Freemius “anonymous mode”, so no usage diagnostics
are transmitted unless a site administrator opts in
from the plugin’s account screen. If
you opt in, or if you activate a Premium licence, the service receives the site URL,
WordPress and PHP versions, the plugin version and the administrator email address, in
order to validate the licence and deliver updates.

Separately, the purchase and upgrade screens the Freemius SDK renders in the WordPress
admin load files from third-party servers. This happens when such a screen is displayed,
and is not affected by the diagnostics opt-in described above:

  • checkout.freemius.com/checkout.js — the Freemius checkout widget. Loaded by the
    Upgrade / Pricing screen and by the SDK’s other purchase and upgrade flows, such as the
    upgrade prompt shown from the Plugins list.
  • www.google-analytics.com/analytics.js — Google Analytics, which Freemius uses to
    measure its own checkout funnel. Loaded by the Upgrade / Pricing screen only.
  • gravatar.com — avatar images for the customer testimonials shown on the Upgrade /
    Pricing screen. Loaded by that screen only.

All three are admin-only. No part of your public site loads them, and no team-member data
is involved.
Terms: https://freemius.com/terms/ — Privacy: https://freemius.com/privacy/
Google privacy: https://policies.google.com/privacy — Gravatar privacy: https://automattic.com/privacy/

OpenAI (Premium only, optional) — endpoint: api.openai.com

Used by the AI content-generation feature to draft team-member biographies. It is
contacted only when an administrator clicks a generate action, and only when an OpenAI
API key has been entered in the plugin settings. The request contains the prompt you
generate from — which may include a topic you type, text extracted from a URL you
supply, or text extracted from a document you upload — together with your API key.
This is a server-side request; nothing is sent from your visitors’ browsers.
Terms: https://openai.com/policies/terms-of-use — Privacy: https://openai.com/policies/privacy-policy

Google Gemini (Premium only, optional) — endpoint: generativelanguage.googleapis.com

An alternative provider for the same AI content-generation feature, contacted under
the same conditions and sending the same data as described for OpenAI above. Used only
when Gemini is selected as the provider and a Google AI API key has been entered.
This is a server-side request; nothing is sent from your visitors’ browsers.
Terms: https://ai.google.dev/terms — Privacy: https://policies.google.com/privacy

Cloudflare Turnstile (Premium only, optional) — endpoints:
challenges.cloudflare.com/turnstile/v0/api.js and
challenges.cloudflare.com/turnstile/v0/siteverify

Cloudflare Turnstile is a privacy-focused alternative to a CAPTCHA. It protects the
frontend team-member submission form from automated spam.

The submission form is a premium feature and is not present in the free download, so
the free version contains no Turnstile code and never contacts Cloudflare under any
setting. In the premium version it is inactive until an administrator both enables
Turnstile and enters their own site key and secret key; until then the plugin makes no
request to Cloudflare at all.

Once enabled, this is the only service contacted from your visitors’ browsers, and
it involves two transfers:

  1. A page that displays the submission form loads Turnstile’s widget script
    (https://challenges.cloudflare.com/turnstile/v0/api.js) in the visitor’s browser, which
    performs its own automated checks there. Turnstile is designed not to profile visitors
    and does not require them to solve a puzzle.
  2. When the form is submitted, the one-time token the widget produced is sent from your
    server to Cloudflare for verification, together with your secret key and the visitor’s IP
    address. No team-member content and no other personal data is transmitted, and Cloudflare
    returns only a pass or fail result.

Terms: https://www.cloudflare.com/website-terms/ — Privacy: https://www.cloudflare.com/privacypolicy/

Source Code

Every compiled file in this plugin is built from human-readable source that ships
inside the plugin itself, next to the compiled output. No external download and no
external repository is required, and each compiled bundle names its own source on line 1.

Compiled output and where it comes from:

  • assets/backend/build/ is built from assets/backend/app/src/ — the React admin
    application (TypeScript, MUI), bundled with Vite.
  • assets/frontend/build/ is built from assets/frontend/app/src/ — the frontend
    styles and scripts, bundled with Vite.
  • assets/build/blocks/ is built from assets/blocks/team-block/ — the Gutenberg
    block, bundled with @wordpress/scripts.

Each of those three source directories contains its own package.json and
package-lock.json pinning exact dependency versions. To rebuild any of them, run the
following from that directory with Node.js 20.19+ or 22.12+:

npm install && npm run build

The build configuration is vite.config.ts / vite.config.js in the corresponding
source directory. Every built directory also contains a SOURCE.txt restating the above,
and each JavaScript bundle ships its .js.map sourcemap, whose sourcesContent embeds
the original TypeScript verbatim.

Bundled third-party libraries

  • Freemius WordPress SDK — vendor/freemius/wordpress-sdk/. Licensed GPLv2 or later;
    public source and build instructions at https://github.com/Freemius/wordpress-sdk
    The minified assets/js/pricing/freemius-pricing.js in that directory is distributed
    by the SDK itself and is built from that repository.

Screenshots

  1. Plugixa Team - showcase your team with photos, roles, skills and social links

    Plugixa Team – showcase your team with photos, roles, skills and social links

  2. Member Manager - every member with its group, status and display order

    Member Manager – every member with its group, status and display order

  3. Group management for departments, offices or project teams

    Group management for departments, offices or project teams

  4. Display view editor with live preview for layout, colours and typography

    Display view editor with live preview for layout, colours and typography

  5. Shortcode Builder - reusable shortcode configurations

    Shortcode Builder – reusable shortcode configurations

  6. Grid layout with photos, roles, skill bars and social links

    Grid layout with photos, roles, skill bars and social links

  7. List layout for compact, text-forward team directories

    List layout for compact, text-forward team directories

  8. Built-in dark mode - light, dark or automatic

    Built-in dark mode – light, dark or automatic

  9. Responsive layouts on mobile, in light and dark

    Responsive layouts on mobile, in light and dark


Reviews & Comments