I am trying to: click on "Disable the wrapping DIV around the View", but it stopped working after a recent update. It also does not work on the test site on discover-wp.com (problem.png).
Link to a page where the issue can be seen:
hidden link
I expected to see:
checked option
Instead, I got:
Js errors, and forever spinner...
Thank you for waiting Max.
During troubleshooting, I was able to reproduce the issue that you reported.
I've passed on these findings to concerned team and will keep you updated with the progress, through this ticket.
For now, you can remove the following two lines from the file: /wp-content/plugins/wp-views/res/js/redesign/views_editor.js and checkbox, will work:
Line# 3961:
spinnerContainer = $('<span class="spinner ajax-loader">').insertBefore( dataholder ).css( { 'visibility': 'visible' } );
Line# 3995:
spinnerContainer.remove();
Appreciate you brought this forward and let me know how it goes.
regards,
Waqar
Hi Max,
Just wanted to update you that a fix for this issue has been included in the latest release of Toolset Views ( Version 2.7.4 ).
Thank you for reporting it.
regards,
Waqar
My issue is resolved now. Thank you!