WPIntell

Source evidence

conflicts with woocommerce

Add Descendants As Submenu Items · support · 2021-03-24T13:30:00+00:00

mixedsentiment
highseverity
0.94relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 29 rows with source links

24.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
emilysparkle resolved
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] 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;

Comments

2 shown
emilysparkle 2021-03-24T15:28:00+00:00

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…

jiripa 2021-09-17T21:24:00+00:00

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;