Skip to content

Commit

Permalink
WordPress: Elementor Pro (#13)
Browse files Browse the repository at this point in the history
light-source authored Dec 11, 2024
1 parent 8d7f0fc commit 1acef38
Showing 2 changed files with 36 additions and 5 deletions.
26 changes: 26 additions & 0 deletions src/content/docs/en/wordpress-plugin/elementor-pro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 'Elementor Pro'
description: 'Elementor Pro support.'
---

The Procaptcha plugin extends the following [Elementor Pro](https://elementor.com/) widgets:

**1. Form widget**

To enable protection for the [Form widget](https://elementor.com/help/form-widget/):

1. Edit the target page with the desired form widget.
2. Click edit on the form widget.
3. Click to add a new field and select `Prosopo Procaptcha` from the list.
4. Save the page.

**2. Login widget**

> Important: Before using this integration, ensure that the Login Form is enabled in the Procaptcha settings under the `Account forms` tab.
To enable protection for the [Login widget](https://elementor.com/help/login-widget-pro/):

1. Edit the target page with the desired login widget.
2. Click edit on the login widget.
3. In the `Form Fields` section, enable the `Prosopo Procaptcha` checkbox.
4. Save the page.
15 changes: 10 additions & 5 deletions src/i18n/en/nav.ts
Original file line number Diff line number Diff line change
@@ -121,16 +121,21 @@ export default [
slug: 'wordpress-plugin/wpforms',
key: 'wordpress-plugin/wpforms',
},
{
text: 'bbPress',
slug: 'wordpress-plugin/bbpress',
key: 'wordpress-plugin/bbpress',
},
{
text: 'WooCommerce',
slug: 'wordpress-plugin/woocommerce',
key: 'wordpress-plugin/woocommerce',
},
{
text: 'Elementor Pro',
slug: 'wordpress-plugin/elementor-pro',
key: 'wordpress-plugin/elementor-pro',
},
{
text: 'bbPress',
slug: 'wordpress-plugin/bbpress',
key: 'wordpress-plugin/bbpress',
},
] satisfies NavEntry[];

type NavEntry = {

0 comments on commit 1acef38

Please sign in to comment.