aadursun How can i disable reservation? when i deactivate the extension, the reservation link still exists on frontend here result of deactivated extension
sampoyigi aadursun Deactivating the extension will disable reservation. To remove the Reservation link, edit the _partials/nav/menu.php theme partial and delete lines 24 - 30 as shown in the image: Changes will be lost when the Orange Theme is updated.
nui I was looking for this code, but noticed version 3 was released and is different. Where can I find the navbar items in the code? Can't find it anywhere. Thank you!
pugy365 I have this same issue, and I am still not seeing any reference to Reservations in that location. The files I see under _partials/nav are nav/local_tabs, nav/logo,nav/main_menu,nav/pages_menu. And none of these reference Reservations.
sampoyigi Static Menu was introduced in v3.0.4-beta.20, The top menu links (Main menu), footer links (Footer menu) and sidebar links (Pages menu) are now managed from the admin dashboard under Design > Static Pages > Static Menus.
nui @sampoyigi, OMG thank you! Was looking for hours in the code, but only found variables indeed... Have to say it is kind of hidden in the backend. But great addition!