Experience the difference of "Elite".

Getting Started

Core Concepts

Overview

Bookings & Quotes

Damage Protection

Data Management

Deposits

Email Template Library

Fields

Guests

Integrations

Listing Site Integration

Messaging

My Account

Payment Processing

Privacy & Security

Properties

Property Management

Quotes

Rates

Renter Agreements

Reporting

Reviews

Rules

Security Deposits

Suppressed Email Addresses

Tags

Taxes

Team Access

Technical Stuff

Travel Insurance

Triggers

Verified Email Domains

Channel Management

Channel Management

API Integrations

Calendar Import/Export

Channel Bridge

Integrations

OwnerRez APIs

Payment Processing

Testing

Websites

Change Log

2024

2023

2022

2021

2020

2019

Staff Reference

Widgets - Fix 403 Error by Whitelisting in WordFence

If you're editing in WordPress, working with widgets, and get an error while saving, you're running into WordFence's firewall. It's meant to protect your WordPress site from outside attacks, but sometimes can get a bit over aggressive and block you as well! It has a learning mode that will allow more things in the first week after you set up, but if you don't add widgets in that time it will block the action because it doesn't recognize it.

If you're using Elementor, the error will look something like this. Similar errors may happen with other builders and the fix is the same.

To fix this, go to WordFence in your WordPress admin and whitelist the save request so it can include widgets.

Method 1 - whitelist admin-ajax.php

  1. Go to Wordfence > All Options
  2. Go down to the Whitelisted URLs section
  3. Enter /wp-admin/admin-ajax.php in the URL box
  4. Select Param Type: POST Body for the dropdown
  5. Enter actions for the Param Name
  6. Click the Add button
  7. Click Save Changes in the top right corner

Method 2 - whitelist by recent traffic

If the first method didn't work or there is a different request involved, you can find the traffic that happens at the time you receive the 403 and whitelist that.

  1. Go to WordFence
  2. Click on Tools inside the WordFence menu
  3. Click on Live Traffic. This view shows recent traffic to your site.
  4. Filter the traffic to "Blocked By Firewall".
  5. Click on the request you just made to save the page in your page builder -- it'll usually be the most recent request and from your general area
  6. Double check that it was actually you making the request
  7. Whitelist the request

That's it! Now you can go back to the page builder and add your widgets.