aurovrata / cf7-grid-layout

A WordPress plugin extension for Contact Form 7 to design responsive grid-layout forms.
https://wordpress.org/plugins/cf7-grid-layout/
GNU General Public License v2.0
6 stars 7 forks source link

v5.0.0beta2: Bug on creating new form #35

Closed wiliamjk closed 1 year ago

wiliamjk commented 1 year ago

I just installed beta2 and got an error

"The editor failed to load." See: https://snipboard.io/a3IDsn.jpg

When I click in ok, I see this:

There is a Javascript error on the page which prevents the editor from loading properly. Uncaught TypeError: $(...).toggles is not a function (file: http://sandbox.local/wp-admin/load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1, line: 2 TypeError: $(...).toggles is not a function)

See: https://snipboard.io/dCrYut.jpg

aurovrata commented 1 year ago

can you inspect your console and give me the error line number in the plugin js file.

jquery-toggles are out in v5 and replaced with pure CSS ones instead.

It is possible your browser is caching the js file?

aurovrata commented 1 year ago

I just released beta3 with the changes from this week.

You will need to create a new form (existingforms created with beta1/beta2 versions will no longer work).

v5 now uses different row/columns class names in order to remove clashes with some themes that users reported in v4

wiliamjk commented 1 year ago

The bugs seem to be resolved in beta3!