Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed footer not unfixing at correct point #220

Open
synthwavenomad opened this issue Jun 30, 2016 · 0 comments
Open

Fixed footer not unfixing at correct point #220

synthwavenomad opened this issue Jun 30, 2016 · 0 comments

Comments

@synthwavenomad
Copy link

synthwavenomad commented Jun 30, 2016

URL: http://aston.hypemarketing.uk/

Hi,

Again amazing plugin but a slight issue, the footer doesn't snap correctly on my front page,

My jQuery:
jQuery(document).ready(function ($) {
if ($('#Sticky-Footer').length) {
var slimit = $('#Sticky-Footer').offset().top;
}
//This is for the fixed footer
$('#Sticky-Footer').scrollToFixed({
bottom: 0,
limit: slimit
});
//This is for the white background
$('#WhiteBack').scrollToFixed({
bottom: 0,
limit: slimit
});
});
Php template:
dfsd

Any help would be appreciated, thank you!
bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant