WebSite X5Help Center

 
Gabriel C.
Gabriel C.
User

Is there a way to disable the main menu on single page website with a template?  en

Автор: Gabriel C.
Просмотрено 2393, Подписчики 2, Размещенный 0  

Is there a way to make a single page website, using a template, without having a menu of any sort, not even hamburger menu?  Like a disable the entire menu feature or are we forced to always have a menu?

Размещено
12 Ответы - 1 Корректно
Andre E
Andre E
Moderator

You can hide the menu in step 3 on top. Then you have no menu. (use the hide page button)

Best Regards,

Andre

Читать больше
Размещено От Andre E
John S.
John S.
User

Hello Gabriel

You can see an example here :

You check the box : Create the page without the template.

Kind regards

John S.

Читать больше
Размещено От John S.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Gabriel C.
 Is there a way to make a single page website, using a template, without having a menu of any sort, not even hamburger menu?  Like a disable the entire menu feature or are we forced to always have a menu? 

EXTRA!

>> Step 3 - Map > The Page Properties window > Options in the Expert sectionCustom Code | ▼Before closing the HEAD tag

Paste the following code:
<style> #imMnMn  { display:none } </style>

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Andre E
Andre E
Moderator

KoAsim is correct, as always, :)

Thx!

Читать больше
Размещено От Andre E
Gabriel C.
Gabriel C.
User
Автор

KoAsim,

Thanks for the rapid reply as I was looking for a solution while still using a template.  I followed your instructions exactly, but nfortunately the solution does not work.  I still see the hamburger menu when I shrink the page to mobile screen size.  I verified that the code did update online.

Thanks

Читать больше
Размещено От Gabriel C.
Esahc ..
Esahc ..
Moderator

Gabriel, I created a new project with a random template and set it to responsive

When I hid all pages in the menu under step 3 Map, no menu was visible at any resolution (as in Andre's tip)

PS - this also worked with levels

Читать больше
Размещено От Esahc ..
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

As correctly mentioned by Esahc .., clicking on MENU hides the entire menu.
With my EXTRA procedure, I hide the menu on a single page through the Page Properties, as indicated by my previous LINK (Step-3). (Or throughout the site at Step-1).
In that case, you put the LINK of your Page so that I can check it out.

(IT) - Come correttamente detto da Esahc .., cliccando su MENU si nasconde tutto il menu.
Con il mio procedimento EXTRA si nasconde il menu in una singola pagina tramite le Proprietà della Pagina, come indicato dal mio precedente LINK.(Passo_3). (o per tutto il sito al Passo_1)
Nel caso, posta il LINK della tua Pagina, in modo che possa verificare.

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Gabriel C.
Gabriel C.
User
Автор

http://donovanforprinting.com/

Here is an example of a single page website with no menu that still has the hamburger menu when on a mobile resolution.

Thanks.

Читать больше
Размещено От Gabriel C.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

Link nr. 2 no! code.
Replace the previous code with this:
<style> #imMnMn { display:none !important} .hamburger-button { display:none !important} </style>

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Gabriel C.
Gabriel C.
User
Автор

That worked, thank you. 

Note to anyone trying this, the program does not bother to upload changes made to the page properties expert section unless you also make a change to the page itself.  

Читать больше
Размещено От Gabriel C.