Esteban
Posts: 0
Joined: Mon Jan 30, 2012 6:04 pm

Footer content

How do I edit footer content? Can't add a simple "About Link" that pop's up a simple text!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Footer content

You can place a Button or NavBar component inside the footer right now. It's on our list of things to do, to make it possible to insert any components inside the footer (and header). Another option is to use jQuery to insert the link on screen load, for example.

Frank
Posts: 0
Joined: Wed Feb 01, 2012 4:10 pm

Footer content

Add a class to your footer "my-footer-class".
Add into the onload event of your screen Run custom java script and
with

$('.my-footer-class').append('<h1>My Content</h1>')

your content will shown in the footer. Use custom css to add alignment and other css properties you want.

Regards
Frank

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Footer content

Thanks for the solution!

Return to “Issues”