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
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:
Any help would be appreciated, thank you!
The text was updated successfully, but these errors were encountered:
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:
Any help would be appreciated, thank you!
The text was updated successfully, but these errors were encountered: