This PR resolves issues where Give Elementor widgets Give Form Grid, Give Donor Wall, and Give Profile Editor was not possible to edit when Elementor Pro was activated. The problem was in widget configuration, more specifically, each widget that had more than two spaces inside the name definition was not working. For example, if we define widget name as Give Form Grid, that won't work when Elementor Pro is activated, but definitions like Form Grid will work. The issue is resolved by simply changing the widget's name to a string that doesn't contain spaces. The name change fix is a breaking change for our users,
meaning that widgets that have name definition updated won't be visible in Elementor editor anymore and users will have to re-insert them. Because of that, only Give Form Grid, Give Donor Wall, and Give Profile Editor have name definitions updated.
Also, deprecated Elementor API function calls are updated as well.
Edit: fix for this issue is also included in this PR.
Affects
Give Form Grid, Give Donor Wall, and Give Profile Editor widgets
Resolves #14
Description
This PR resolves issues where Give Elementor widgets Give Form Grid, Give Donor Wall, and Give Profile Editor was not possible to edit when Elementor Pro was activated. The problem was in widget configuration, more specifically, each widget that had more than two spaces inside the name definition was not working. For example, if we define widget name as
Give Form Grid
, that won't work when Elementor Pro is activated, but definitions likeForm Grid
will work. The issue is resolved by simply changing the widget's name to a string that doesn't contain spaces. The name change fix is a breaking change for our users, meaning that widgets that have name definition updated won't be visible in Elementor editor anymore and users will have to re-insert them. Because of that, only Give Form Grid, Give Donor Wall, and Give Profile Editor have name definitions updated.Also, deprecated Elementor API function calls are updated as well.
Edit: fix for this issue is also included in this PR.
Affects
Give Form Grid, Give Donor Wall, and Give Profile Editor widgets
Visuals
Testing Instructions
You will need Elementor Pro which you can get from here https://drive.google.com/drive/u/0/folders/1S7O7r7GTMA7YS8NG8fBSP-Db7DbZVtCU
Pre-review Checklist
@unreleased
tags included in DocBlocks