Single Page -> No Menu, please!
Permalink 1 user found helpful
Dear Community
I’ve create a Single Page for my maintenance page.
Everything works very well, because of this community.
BUT now I have the main-navigation displayed on the maintenance-page and this navigation is just useless in the maintenance-mode!
How can I hide the navigation just on one single Single Page?
Best regards
FuFu
I’ve create a Single Page for my maintenance page.
Everything works very well, because of this community.
BUT now I have the main-navigation displayed on the maintenance-page and this navigation is just useless in the maintenance-mode!
How can I hide the navigation just on one single Single Page?
Best regards
FuFu
Which version you are using of concrete5?
# concrete5 Version 5.6.2.1 # concrete5 Packages Global Areas (1.0), Internationalization (1.3), Maintenance Editor (1.2.2), PHP block by ND (1.0), Redirect (1.1), Sortable Fancybox Gallery (1.17).
Most likely this is coming in from your theme's header or footer. When you built your single page you most likely included the header / footer. So you could exclude the header/footer from your single page code (whichever has the nav in it) and then manually copy the code you actually want to keep into your single page.