Skip to content

Installation

Hordekiller edited this page Jun 26, 2026 · 1 revision

Installation

Requirements

  • WordPress 6.6 or higher (tested up to 7.0)
  • PHP 8.0 or higher
  • Elementor (free) 3.0 or higher
  • Elementor Pro is not required

Method 1: Upload via WordPress Admin

  1. Download the latest release ZIP from the Releases page
  2. Go to your WordPress admin → Plugins → Add New → Upload Plugin
  3. Choose the downloaded ZIP file and click Install Now
  4. Click Activate

Method 2: Manual Installation

  1. Download and extract the latest release
  2. Upload the hello-elementor-figma-sync folder to /wp-content/plugins/
  3. Go to Plugins in your WordPress admin
  4. Find Figma to Elementor and click Activate

Method 3: Git Clone (for development)

cd /wp-content/plugins/
git clone https://github.com/Hordekiller/FigmaToelementor.git hello-elementor-figma-sync

Post-Installation

After activation:

  1. Go to Figma Sync → Settings
  2. Enter your Figma Personal Access Token
  3. Enter your default Figma file key (optional)
  4. Save settings

Verifying Installation

Go to Figma Sync → Dashboard. You should see the dashboard with connection status. If you see ✅ Connected in Settings, everything is working.

Tip

The plugin creates a Figma Sync menu item in your WordPress admin sidebar.

Clone this wiki locally