Hello,
You can notice, that the
where condition of the top menu contains
MenuItemGroup <> 'footer'. It means, that when you change menu group to footer one, it disappears from the top menu, so if you want to display your menu item in both (top menu and footer menu), you will need to add a new menu group for it. Please go to the
Site Manager -> development -> Document types -> (edit) Page menu item -> Fields (tab) -> MenuItemGroup -> Data source and add there the following code:
;{$general.empty$}
top;{$menugroup.top$}
footer;{$menugroup.footer$}
left;{$menugroup.left$}
both;Both
Now please select this menu group for the document to be displayed in both of the menus and edit the
where condition of the footer menu as it is shown below:
MenuItemGroup = 'footer' OR MenuItemGroup = 'both'
Best regards,
Jan Hermann