Home Forums WoodMart support forum Side categories menu to saty fixed

Side categories menu to saty fixed

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #610926

    led.onlinebg
    Participant

    Hi ,

    How can I make the side category menu to stay fixed on scrolling?
    Please see screenshot attached.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #610984

    Hello,

    Try to use the sticky navigation feature of our theme.
    Please check this manual:
    https://xtemos.com/docs-topic/sticky-navigation/

    Best Regards

    #611007

    led.onlinebg
    Participant

    Hi,
    Apologies, but I dont want the category menu to stay fixed on a sidebar.

    I need it to stay opened and fixed as it is now.
    The problem is that on scrolling the category vertical menu disapears, I just want it to do not dissapear, to stay in fixed position.

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #611018

    Hello,

    Try adding the following Custom CSS in the desktop Custom CSS area under Theme Settings >> Custom CSS.

    .whb-sticky-real.whb-sticked .wd-header-cats .wd-dropdown-cats {
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        position: sticky;
        top: 0;
        z-index: 10;
        width: 250px; /* Set the desired width here */
        max-width: 100%;
    }

    Best Regards

    #611019

    led.onlinebg
    Participant

    Hi,

    I probably didnt explained it correct.

    Now with the code the Category Browse menu stays fix and on scrolling it overlaping the content on scrolling.

    I dont want it to hide my content , I need the Category Browse menu to saty fixed and on scrolling to hide with another content .

    Please see the demo https://woodmart.xtemos.com/home/

    Attachments:
    You must be logged in to view attached files.
    #611159

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #611163

    led.onlinebg
    Participant

    Hi,

    login details below

    #611240

    Hello,

    You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I will check and give you a possible solution?

    Best Regards

    #611242

    led.onlinebg
    Participant

    Hi,

    apologies, please see below

    #611339

    Hello,

    You are using the browse categories in the header bottom row and make it stikcy. Navigate to WoodMart > Header Builder > Edit Current Header > Configure Header bottom and disable the option “Make it Sticky”. Then it will work like the demo which you have sent me.

    Best Regards

    #611419

    led.onlinebg
    Participant

    Hello,

    it worked , all fixed now.

    Thank you for the support.

    #611506

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Side categories menu to saty fixed’ is closed to new replies.