HeuristNetwork / heurist

Core development repository. gitHub: Vsn 6 (2020 - ), Vsn 5 (2018 - 2020), Vsn 4 (2014-2017). Sourceforge: Vsn 3 (2009-2013), Vsn 1 & 2 (2005-2009)
http://HeuristNetwork.org
GNU General Public License v3.0
55 stars 25 forks source link

fixed header not working & custom header difficult to use #150

Closed michaelgfalk closed 1 year ago

michaelgfalk commented 1 year ago

At the moment, turning off 'fixed header' in a CMS Record causes unintended behaviour. The header is loaded inside the #main-content div, and is therefore clobbered by the __loadPageContent() function when a new page is accessed in the site navigation.

A related problem occurs with custom headers. The header background is hard-coded into the php file that generates the site, and is difficult to change. In addition, the user is only offered 32px of height to contain their custom header.