Hi
– There is not footer menu in Theone. There is a solution for menu if you don’t use social icon in header and footer: https://www.dropbox.com/s/m3z0knqy9rof8h1/QQ20150228-1.jpg?dl=0
– You could use html code in copyright box:
1) Tel: 000 999 88 <br>Copyright © 2015 <a href=http://xxx.com>Your Company Name</a>.
note: don’t use the quote.
2) change the file to make sure the html tag is exported: ..functions/interface/interface-functions.php:
line 426
$footer_copyright = esc_attr($footer_copyright);
update to:
$footer_copyright = wp_kses_post($footer_copyright);
Best, Bwsm