Home Forums WoodMart support forum Remove toolbar (mobile bottom menu)

Remove toolbar (mobile bottom menu)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #637582

    agapikaa
    Participant

    Hello, how can i remove the toolbar from mobile? Also when i click the “show sidebar” at mobile nothing shows, how can i add content there? I want to add the filters there and remove the mobile bottom menu

    #637753

    Hello,

    You can disable it in the Theme settings > General > Mobile bottom navbar. Screenshot for clarification: https://postimg.cc/ThhMsGtc

    Navigate to Theme Settings > Product Archive > Sidebar and enable the “Off-canvas sidebar” option: https://ibb.co/DD8T608f

    You can add the filters widget in Appearance > Widgets and add the widgets to the Shop Page Widget Area.

    Best Regards,

    #637766

    agapikaa
    Participant

    thank you. Now, when i add the filters in the side menu nothing appears.
    chrome-extension://pmnphobdokkajkpbkajlaiooipfcpgio/editor.html

    #637821

    agapikaa
    Participant

    Also, the sorting menu doesnt show normal on mobile, its all white and cant see the options unless click

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

    Hello,

    01. Maybe you are using custom layouts for archive pages. Navigate to Layouts > Edit Layout with page builder and add the off-canvas columns button in the layout.

    You should have 2 columns and one of them should have the Column role for the off-canvas layout option. Edit the “Sidebar” column and in its settings set the Column role for “off-canvas layout” as “Off-canvas”: https://take.ms/puKlD

    You can read more here https://xtemos.com/docs-topic/custom-off-canvas-sidebar/

    02. Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .woocommerce-ordering select, 
        .woocommerce-ordering option {
            background: #fff !important;  
            color: #333 !important;  
    }

    Best Regards,

    #638145

    agapikaa
    Participant

    when i use the build in filter by attributes in the widget sidebar nothing shows

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

    agapikaa
    Participant

    when i use a filter plugin, and add the filters in the widget sidebar, the filters show in desktop and mobile. But i dont want to use plugin if i have the option to use the theme’s build in profuct filtering by attribute

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

    Hello,

    First Try to install the classic widgets plugins on your site.
    https://wordpress.org/plugins/classic-widgets/

    Then try to regenerate “Regenerate the product attributes lookup table” in Woocommerce > Status > Tools: https://take.ms/LGpvf

    In addition, please check Woocommerce > Settings > Product tab > Advanced tab and disable Use the product attributes lookup table for catalog filtering and check the issue.

    If the issue remains, share the wp login details so I will further check on your site and give you a possible solution.

    Best Regards,

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