• Resolved emilysparkle

    (@emilysparkle)


    tried this plugin at the suggestion of the max mega menu folks. in my work with it, i found it conflicts with woocommerce, disabling the customizer if active. here is the support thread that enumerates the issue.

    https://generatepress.com/forums/topic/removed-logo-now-customizer-is-incapacitated/

    although the theme authors responded to the last ‘is this still being maintained’ type of question with a ‘we’ll look into it’ kinda response…. we’re now on wp 5.7 and no update…

    The page I need help with: [log in to see the link]

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

    (@emilysparkle)

    i meant the authors of this plugin (not theme)

    although the theme authors responded to the last ‘is this still being maintained’ type of question with a ‘we’ll look into it’ kinda response…. we’re now on wp 5.7 and no update…

    WP 5.8 and 5.8.1

    faultCode0faultStringFatal error:Uncaught Exception: Supplied nav_menu_item value missing property: status in C:\…..\wp-includes\customize\class-wp-customize-nav-menu-item-setting.php:183 Stack trace: #0

    Solution:
    Open add-descendants-as-submenu-items.php line 309 after $child->menu_order = $menu_order;
    add
    $child->status = $item->post_status;

    if your missing property is status otherwise
    $child->yourmissingproperty = $item->missingproperty;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘conflicts with woocommerce’ is closed to new replies.