• Resolved manyhatsdigital

    (@manyhatsdigital)


    When loading the page editor my users are unable to load the page building tools.

    It appears in the latest update, the javascript on page is looking for an undefined key panelsOptions.row_layouts.default and also panelsOptions.row_layouts.migrations
    However in wp-content\plugins\siteorigin-panels\inc\admin.php:366 where you localize, you are creating row_layouts as an empty array by default.

    ‘row_layouts’ => apply_filters( ‘siteorigin_panels_row_layouts’, array() );

    I believe this only affects users using the classic editor.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter manyhatsdigital

    (@manyhatsdigital)

    Created in error. No problem with release, problem with our build tools not replacing php files properly so js and php out of sync.

    Plugin Support Andrew Misplon

    (@misplon)

    Hi

    Thanks for keeping us updated; I’m glad to hear the issue has been resolved.

    Please, don’t hesitate to get in touch if any queries or requests arise in the future.

    Cheers

    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to edit pages’ is closed to new replies.