Reply To: Footer Links
Hi,
1. The slideshow controls does an overlay on the footer section so links don’t work. If you can talk to a CSS developer this can be adjusted. The overlay will need to be move out of the way of the link. ( adjusting width )
2. Could you edit footer.php
Modify line 21 with following
$copyright_text=stripslashes_deep( of_get_option('footer_copyright') );
Thanks