Hello,
I enabled the Footer Builder and then chose to go back to the stock footer.
I deleted the custom footer and now I have no footer showing at all.
How can I get the stock footer to show again?
Thanks,
Micah
Hello,
I enabled the Footer Builder and then chose to go back to the stock footer.
I deleted the custom footer and now I have no footer showing at all.
How can I get the stock footer to show again?
Thanks,
Micah
Hello There,
Thanks for posting in! Regretfully we cannot login because the given credentials is not working. It seems that the password is invalid.
Anyway, I made further investigation in relation to your issue. I found out that you inserted invalid html code which has caused this issue. You have inserted these:
<b>Internet Marketing</div>
<b>Webmaster Services</div>
<b>Performance and Tuning</div>
<b>Strategic Planning</div>
<b>Graphic Design</div>
Please update your headlines and use this:
<b>Internet Marketing</b>
<b>Webmaster Services</b>
<b>Performance and Tuning</b>
<b>Strategic Planning</b>
<b>Graphic Design</b>
If you need anything else we can help you with, please let us know.
Hello,
I fixed the login credentials.
I also fixed the broken HTML. My wife is learning HTML/CSS and made the mistake of not closing her tags.
The corrected HTML did not fix the footer, it is still not displaying.
I did discover that the footer properly shows on Mobile display, just not Desktop display.
Thanks for the help.
Micah
Hi Micah,
I managed to resolved the issue. I added a custom code in the custom css section.
body .x-colophon {
position: relative;
z-index: 99999;
}
The footer is now displaying. Please check your site now.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.