Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordPress: Elementor Pro #13

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Expand Up @@ -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 = {
Expand Down