-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[IMP] website: hide a dynamic menu to headers and footers #14691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -167,3 +167,15 @@ section of the :guilabel:`Customize` tab in the website editor: | |||||||||||||||||||||||
- Hide or show the footer by toggling the :guilabel:`Page visibility` switch. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
To finalize changes, click on :guilabel:`Save`. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
Hide a dynamic menu | ||||||||||||||||||||||||
=================== | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
To hide a dynamic menu (events, eLearning, appointments) for non-logged users, enable debug mode, go | ||||||||||||||||||||||||
to :menuselection:`Configuration --> Menus`, and select the menu you want to hide. On the | ||||||||||||||||||||||||
:guilabel:`Visible Groups` section, under :guilabel:`Group Name` add User types / Portal. | ||||||||||||||||||||||||
Comment on lines
+174
to
+176
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
.. tip:: | ||||||||||||||||||||||||
To hide the /shop page of your eCommerce for non-logged users, go to | ||||||||||||||||||||||||
:menuselection:`Configuration --> Settings`, in the :guilabel:`Privacy` section, go to | ||||||||||||||||||||||||
:guilabel:`Ecommerce Access` and toggle on :icon:`fa-toggle-on` :guilabel:`Logged in users`. | ||||||||||||||||||||||||
Comment on lines
+178
to
+181
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Larissa is currently reviewing the Customer accounts doc page in the ecommerce section where she will document this. So I suggest rephrasing this slightly so we don't go into much detail and instead refer to that Customer accounts doc page (we'll change that doc link to a ref once Larissa has pushed her PR @lman-odoo ).
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(menu item because we use menu in this doc to refer to the whole navbar and non-logged in because otherwise you can hide any menu item using the delete buton in the menu editor)