impress-org / givewp-elementor-widgets

Adding all GiveWP shortcodes as Elementor widgets
GNU General Public License v3.0
2 stars 0 forks source link

Refactor: remove "show progress bar" option #21

Closed glaubersilva closed 8 months ago

glaubersilva commented 8 months ago

Resolves GIVE-166

Description

The "Show Progress Bar" option in the Form Grid widget only exists in the Elementor, but it doesn't exist in the shortcode or block. So, we had two options...

  1. Remove it from Elementor;
  2. Implement it in the shortcode/block.

The first one was chosen and this PR implements it.

Affects

The Form Grid widget

Visuals

https://www.loom.com/share/e3815bc8e85c4c94a5511cfe317be522?sid=2615076e-aa44-4507-a892-0ce20ba09e68

Testing Instructions

  1. Add the Form Grid widget to an Elementor page;
  2. The "Show Progress Bar" option should not be available anymore.

Pre-review Checklist

glaubersilva commented 8 months ago

Closing in favor of https://github.com/impress-org/givewp-elementor-widgets/pull/22