@unlockdesign hey we all know you get badges for posting these, but please be on topic as this way you’re just spamming this forum. thanks.
@FWDesign the code that you’ve added isn’t advised to be used at anytime. so, remove the code, then you’ll need to investigate what went wrong. error says – “Notice : Undefined property: WP_Post_Type::$term_id in /home/tibi/public_html/wp/wp-includes/nav-menu-template.php on line 32” – which means that when your nav menu is generated (i’d assume on the front end) some terms that are in the menu aren’t properly set. this can also mean that if you’ve edited nav menu code with filters and functions there might be your issue, but if you didn’t, what i suggest is investigating your nav menu that’s making all fuzz. for start, remove all the custom taxonomy links you’ve added to your menu, then just add those again, it might fix it, if not you’ll see which ones are causing issues and then check them under your taxonomy page. also, a clue is the hierarchy switching on and off, so you might have just played with those terms and got them to be faulty, so remove those add again, or similar…
this is all that can be assumed on the error you’ve posted and not looking at anything you wrote there. thanks!