Hi,
Are you asking about disabling sticky menu or sticky sidebar?
Thanks
sidebar, scrolling up an down
To disable sticky sidebar, you will need to remove this code from “assets/js/custom.js” file:
if(boldwp_ajax_object.sticky_sidebar_active){
$('.boldwp-main-wrapper, .boldwp-sidebar-wrapper').theiaStickySidebar({
containerSelector: ".boldwp-content-wrapper",
additionalMarginTop: 0,
additionalMarginBottom: 0,
minWidth: 960,
});
$(window).on( "resize", function() {
$('.boldwp-main-wrapper, .boldwp-sidebar-wrapper').theiaStickySidebar({
containerSelector: ".boldwp-content-wrapper",
additionalMarginTop: 0,
additionalMarginBottom: 0,
minWidth: 960,
});
});
}
-
This reply was modified 3 years, 8 months ago by
themesdna.
Thank You, I guess by next update I have to do this again?
I did, Thank You, but it still is scrolling a bit up and down.
Thanks for the hint! that was ist! π
I delete cache also on mobile but only opera shows menus (primary and secondary) again closed.
Chrome and Safari (mobile) shows them open