• Resolved 51nullacht

    (@51nullacht)


    Hi,

    if if disable all fields for a widget with

    add_filter( 'siteorigin_panels_widget_style_fields', function($fields) {
    	$fields = [];
    	return $fields;
    });

    i get this JS error in my backend if i edit a widget

    Uncaught TypeError: can't access property "disable_widget", e is undefined in siteorigin-panels.min.js:8:68283

    If i enable just one field, the error is gone.

    Best wishes

    • This topic was modified 2 years, 12 months ago by 51nullacht.
    • This topic was modified 2 years, 12 months ago by 51nullacht.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alexgso

    (@alexgso)

    Hi,

    Thank you for reporting this issue. We’ve identified the cause of this issue and it’ll be fixed in the next update. In the meantime, I’ve prepared you a build of SiteOrigin Page Builder that resolves this issue and you can download it by clicking here.

    Before proceeding, do a backup.

    Navigate to Plugins > Installed Plugins and deactivate Page Builder by SiteOrigin, and then delete it. Scroll to the top of the page and click Add New, Upload Plugin and upload siteorigin-panels.2.15.3-beta.zip. When prompted, activate Page Builder by SiteOrigin.

    Kind regards,
    Alex

    Thread Starter 51nullacht

    (@51nullacht)

    Thanks a lot for your reply and this beta. I wait for the normal update. In the meanwhile i just show at least the ID-field.

    Best wishes

    Plugin Support Andrew Misplon

    (@misplon)

    Hi. Thanks for your reply and feedback.

    If any SiteOrigin queries or requests arise in the future, please, let us know.

    Cheers for now.

    Andrew

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabled Fields: JS Error can’t access property disable_widget’ is closed to new replies.