hello @DanielnetoDotCom this code distorts the footer


there is a problem when you scroll the page, the whole page is shaking
see the video
CONFIRMED Footer seems to be really high up for some reason It is covering the body
Any temp solutions for now?
Currently I just added a 1 in front of the 0 and it is hiding the footer for now.
Same problem here.. I think it should stay bottom of the site, now I'm having difficulties to access some functions, because footer hides them..
footer style="position: relative;
This works, but still footer "auto hides" from the bottom of the page.
Can "auto hide" be removed somehow?
@DanielnetoDotCom will fix it soon. I would just let it stay hidden for now just for a few more hours
@tonuzo what features is it hiding?
The whole footer is showing in the bottom of the body of the website
I just switched it back on my site so u can see it
@JoshWho can you please screenshot?
also if you disable the menu autohide it will also not autohide the footer
I didn't know autohide was a thing LOL
Hoo I see, you do not have the autohide active. hold on


when footer position is fixed, it will hide things. But it should be relative so it works right.
Autohide deactive works.
Body just needs to be little more taller
hello how ugly on your site @JoshWho
IKR I see some people accidently clicking the about page for a video. FOr now I just put a one in the
<footer style="position: fixed;
bottom: 1;
@JoshWho if @DanielnetoDotCom does not solve this problem with each update it will be necessary to edit the file
I don't understand why he added this code
He is working on it. Im sure it will be fixed soon.
Please check if it is better now
My footer seems bouncy now.
sometimes it disappears sometimes it doesn't. I liked it when it was static.
The footer just seems like it is to high up when it is visible
I looked at @JoshWho website the problem has not been changed
look where the footer is

Added 2 options
footerStyle = remove the default style, so you can put back the old style
autoHideFooter = you can disable the autohide feature
I disabled the Auto hide look where the footer shows.
How do I lower that down? SHould I just add a whole bunch of <br>on top to make it go below the body?
if you disable it you MUST edit the style
at least put position relative
I changed it to this
position: relative;bottom: 0;width: 100%; z-index: -1;
Still shows the footer in the body of the website
I confirm from my side too
Sorry, I forgot to send one file to the commit
Now it is perfect. Thank you @DanielnetoDotCom
Awesome, I also just send a new update, that the autohide does not exist anymore.
I am trying to keep the footer on the bottom even in small height pages.
I guess the last update does that, and do not need to change the style anymore
Sweeeeeeeeeeeet
hello, @JoshWho if you want to withdraw or I put a red

/var/www/html/AVideo/view/bootstrap/css/ bootstrap.min.css
research .list-group-item
who should this find on line 88937
add
margin-top: -39px;

I took an example from your site look at the end result

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Now it is perfect. Thank you @DanielnetoDotCom