Home Forums WoodMart support forum Sticky shop filter column

Sticky shop filter column

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #418462

    stein
    Participant

    Hi there,

    I was wondering if it would be possible to set the column ‘Shop page Widget Area’ (shop archive filter) to sticky via a theme setting. I can do this with a template and Elementor, but if this would be an option that would save me an extra template just for that function ([XTemos] Extra -> Sticky column).

    With kind regards

    #418677

    Hello,

    Sorry to say but unfortunately right now under the Theme Settings, there isn’t any option available to make the default Sidebar on the Shop page sticky. We have tried with a CSS solution too but that didn’t work out well either.

    If you want you can try out the following Custom CSS if this works out for you:

    .sidebar-container .widget-area {
       position: fixed !important;
    }

    Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    Best Regards

    #419176

    stein
    Participant

    Hi Aizaz,

    That would be the basic functionality yes, but I would need an offset because with that css snippet it sticks the column to the header (see attached screen).

    Not that I’m mad or anything, I just find it peculiar that it can be implemented via an option comming from Woodmart within an Elementor template, but not via the theme settings (since the options/possibilities are vast within the theme).

    The reason why I’d want to use the default template (not an Elementor) is because the ajax filtering seems to work better than with an Elementor template. Attached file ‘shop-screen-01.png’ (Woodmart template) shows the selected filters at the top with breadcrumbs. ‘shop-screen-02.png’ (Elementor template) doesn’t and I can’t seem to find how to fix this.

    With kind regards.

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

    Hello,

    Sorry to say but there is no option in Theme Settings available for that for the default Product Layout Sidebar to make Sticky. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    Although, if you want you can enable the Off-Canvas Sidebar style for the Sidebar on the Shop page: (https://woodmart.xtemos.com/theme-settings-tooltips/off-canvas-sidebar-for-desktop.gif) by going to the Dashboard > Theme Settings > Product archive > Sidebar > Off-Canvas sidebar.

    Best Regards

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