You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
@moseke thanks for that! For future reference, please copy/paste code into your message and format it using Markdown instead of posting screenshots.
To resolve your issue, simply delete the file assets/javascript/custom/stickyfooter.js which selects the #footer-container element. When you removed the element, that script was trying to select an element that no longer exists, which is why you were getting the console errors.
For some reason, #footer-container causes so many problems!
If I delete the whole block of code, I get console errors:
![screen shot 2017-08-28 at 1 41 01 pm](https://user-images.githubusercontent.com/5262718/29792869-b5b0da44-8bf6-11e7-8a99-6a7f6af34139.png)
If I leave it in there it creates large blocks of empty space.
![screen-shot-2017-08-28-at-1 29 51-pm](https://user-images.githubusercontent.com/5262718/29792969-05fc77e2-8bf7-11e7-942d-0cc3040d6ff5.jpg)
I don't need this container or it's contents for anything. What are your suggestions?
The text was updated successfully, but these errors were encountered: