• Please help me to get rid of this floating, scrolling menu. I need a static menu with widgets on constance places ??

    I guess You could give me some CSS code for this.

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author themesdna

    (@themesdna)

    Hi,

    Are you asking about disabling sticky menu or sticky sidebar?

    Thanks

    Thread Starter jaroslawistok

    (@jaroslawistok)

    sidebar, scrolling up an down

    Theme Author themesdna

    (@themesdna)

    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 2 years, 2 months ago by themesdna.
    Thread Starter jaroslawistok

    (@jaroslawistok)

    Thank You, I guess by next update I have to do this again?

    Thread Starter jaroslawistok

    (@jaroslawistok)

    I did, Thank You, but it still is scrolling a bit up and down.

    Thread Starter jaroslawistok

    (@jaroslawistok)

    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Floating/Scrolling Menu’ is closed to new replies.