WPIntell

Source evidence

Broken Customize page.

Add Descendants As Submenu Items · support · 2018-09-12T18:44:00+00:00

mixedsentiment
highseverity
0.88relevance
4replies
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
CallMeAndy resolved
Definitely Broken Customize page – and no interaction with previous message with the same symptom from 2 years 5 months ago – so you should probably steer clear. All plugins deactivated and reverted to default theme to test. Fatal error: Uncaught Exception: Supplied nav_menu_item value missing property: status in /home/virtu755/public_html/adventurebods.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:183 Stack trace: #0 /home/virtu755/public_html/adventurebods.com/wp-includes/class-wp-customize-nav-menus.php(692): WP_Customize_Nav_Menu_Item_Setting->__construct(Object(WP_Customize_Manager), 'nav_menu_item[3...', Array) #1 /home/virtu755/public_html/adventurebods.com/wp-includes/class-wp-hook.php(286): WP_Customize_Nav_Menus->customize_register(Object(WP_Customize_Manager)) #2 /home/virtu755/public_html/adventurebods.com/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 /home/virtu755/public_html/adventurebods.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #4 /home/virtu755/public_html/adventurebods.com/wp-includes/class-wp-customize-manager.php(926): do_action('customize_regis...', Object(WP_Customize_Manager)) #5 /home/virtu755/public_html/adventurebods.com/wp-includes/class-wp-hook in /home/virtu755/public_html/adventurebods.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php on line 183 This topic was modified 7 years, 8 months ago by CallMeAndy . Hi! same issue here. Is there anybody out there? @callmeandy have you found a solution or maybe an alternative? Thanks! Exactly the same problem. 🙁 I’m facing the same problem too. Which is a shame since the plugin otherwise works well. I found what seems to be a fix for the customize page. Open the file add-descendants-as-submenu-items.php and add the following “$child->status = ‘publish’;” after line 309: “$child->menu_order = $menu_order;”. This should fix the problem.

Comments

4 shown
santifri 2018-10-15T19:38:00+00:00

Hi! same issue here. Is there anybody out there? @callmeandy have you found a solution or maybe an alternative? Thanks!

angeljs 2019-03-25T19:20:00+00:00

Exactly the same problem. 🙁

noselessimp 2019-04-04T10:05:00+00:00

I’m facing the same problem too. Which is a shame since the plugin otherwise works well.

noselessimp 2019-04-04T12:34:00+00:00

I found what seems to be a fix for the customize page. Open the file add-descendants-as-submenu-items.php and add the following “$child->status = ‘publish’;” after line 309: “$child->menu_order = $menu_order;”. This should fix the problem.