DNN 7 Footer not editable


Author Message
Jeff

Posted: 8/7/2013
Quote message 

You need to edit the skin file (The .ascx file) itself to change the Artisteer footer. The alternative is no footer in Artisteer and use the bottom pane(s) for footer info in a HTML/Text module
 
Jeff

Posted: 8/9/2013
Quote message 

If you use one of the bottom panes for a HTML module for your footer, check the Display on all pages box and it acts like a footer.

Jeff
 
Th3Cleaner

Posted: 9/16/2013
Quote message 

You can always clear the footer code in the page.ascx and replace it with your own
<div id="Footy" visible="false" runat="server"></div>

just clear what is inside the class=footer-inner and use your own div, that way you can drag modules to it, or whatever you like and it retains the "footer" look/feel.