Hello
Have you since been able to resolve this issue as your component appears to be now displaying without issue?
Regarding the footer, you appear to only have the copyright information enabled. To ensure this information is visible against the white background of your footer you can add the following to the Custom CSS field of your template settings..
.copyright p {
color: #333;
}
Ciaran