I'm trying to add a header which displays a product name, and a footer with a copyright message that are visible on every page of the HTML output.
I have searched through the forum and came across a couple of relevant topics (viewtopic.php?t=18878&sid=6e5d41b7a0999 ... ba63695d9c and viewtopic.php?p=102076) and have tried following all the steps that are discussed in those topics, but I cannot seem to make it work.
I am hesitant to respond to those topics because they are not very recent, and I doubt anyone will respond there, so I'm trying it this way.
As far as I understand you have to add the JQuery script to the "Custom JavaScript to include in Toolbar page" section of the Toolbar skin, and make a CSS file to style the header/footer.
I just can't seem to get the header or footer to show up in the output, and I'm at a loss.
Does anyone have experience with this?
Adding a header and footer to html output
Re: Adding a header and footer to html output
Yep, those posts are 10 years old and only apply to the Tripane HTML5 skin, but should still work.
However, I wouldn't recommend using Tripane now that the Side Navigation skin is available.
With Side Navigation, you can add a footer to the bottom of the template (master) page. That's what I do - I put the footer into a snippet and then add this snippet to all my template pages.
Flare still doesn't have any option to add a text product name in the header area, so the only way to do handle this in Flare is to include the name as part of the logo image.
However, if you're happy using scripts, you can use a script to add some text to the header area of the Side Nav skin.
I do this with my projects - example in this post: viewtopic.php?p=132683#p132683
However, I wouldn't recommend using Tripane now that the Side Navigation skin is available.
With Side Navigation, you can add a footer to the bottom of the template (master) page. That's what I do - I put the footer into a snippet and then add this snippet to all my template pages.
Flare still doesn't have any option to add a text product name in the header area, so the only way to do handle this in Flare is to include the name as part of the logo image.
However, if you're happy using scripts, you can use a script to add some text to the header area of the Side Nav skin.
I do this with my projects - example in this post: viewtopic.php?p=132683#p132683
Re: Adding a header and footer to html output
Thank you, I wil try this.