Hi,
II recently upgraded at least 2 main versions at a time, and i wonder if old customization will work (i have strange behaviors sometimes).
-
I was using the framework/views/global/_brand.php to customize the site logo. Still OK ?
-
I was also hooking on wp_nav_menu_items to add special menu items, but it seems that both a desktop and a mobile menu are present in dom, so it creates an error saying i have 2 elements with same id on my page (i display twice my custom menu item…) is there a way to distinguish desktop from mobile menu, in order to change id selector in desktop or mobile case ? Here is the error i see in my console with duplicate ids:

Thanks a lot
