Page 1 of 1
					
				Option to hide/show the nav-bar on the portal page?
				Posted: 20. November 2017 10:47
				by Bermudez
				Hello.
It would be interesting to have an option in the administration panel to hide/show the nav-bar on the portal page.
Or alternatively, what should I edit to get it?
Regards.

 
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 21. November 2017 05:54
				by Kirk
				Hi
in the ACP it is not possible.
There is still a possibility I have to test first. It can take a while.
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 21. November 2017 09:05
				by Bermudez
				Thank you.
I will wait patiently.
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 21. November 2017 18:03
				by archivar
				Bermudez wrote: 20. November 2017 10:47
Hello.
It would be interesting to have an option in the administration panel to hide/show the nav-bar on the portal page.
.....
 
If you hide the nav-bar in the portal, it becomes cumbersome if a user wants to log in via the portal in the smartphone, because then the login block is moved to far below.
And furthermore, other menus are also hidden for quick access in the portal.  

 
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 24. November 2017 11:57
				by Kirk
				Create a file with the name 
overall_header_portal.html copy the code in the 
root/styles/prosilver/template/overall_header.html into this new file.
Find and delete this in the new file 
<!-- INCLUDE navbar_header.html -->
Upload this file to 
root/ext/board3/portal/styles/prosilver/template
Open: 
root/ext/board3/portal/styles/prosilver/template/portal/portal_body.html
Find: 
Code: Select all
<!-- INCLUDE overall_header.html -->
Replace with:
Code: Select all
<!-- INCLUDE overall_header_portal.html -->
In the end "ACP -> General" --> purge cache
It's recommended to purge your browser cache too.
 
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 24. November 2017 16:09
				by Bermudez
				Many thanks!
Done!
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 17. January 2018 11:38
				by HoodieWeather
				Bermudez wrote: 24. November 2017 16:09
Many thanks!
Done!
 
What's your site, so i can check it out, before I do mind. If, I want to .
 
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 17. January 2018 18:20
				by Bermudez
				HoodieWeather wrote: 17. January 2018 11:38
Bermudez wrote: 24. November 2017 16:09
Many thanks!
Done!
 
What's your site, so i can check it out, before I do mind. If, I want to .
 
➡ 
https://ferrosim.es/ 
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 17. January 2018 20:19
				by HoodieWeather
				
			 
			
					
				Re: Option to hide/show the nav-bar on the portal page?
				Posted: 17. January 2018 21:18
				by Bermudez
				Thanks!