Home Forums WoodMart support forum Product Page Filter Option Change

Product Page Filter Option Change

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #78880

    mmrahmad91
    Participant

    Hello,
    I want to change “Sort by” option like “Brands” (Dropdown)
    Please help me.

    Regards
    Ahmad

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

    Hello,

    You can replace the title of the “Brand” widget to the “Sort by”

    The “Sort by” filter is a default filter which can be hidden with custom CSS. If you want to hide the widget, try this code:

    #WOODMART_Widget_Sorting{
    display:none;
    }

    Best Regards

    #78885

    mmrahmad91
    Participant

    Sorry, I could not convince you.

    I want to change “Sort by” option will be dropdown like “Brands” option (dropdown).

    Brands and Short by will be the similar style, not open.

    Thanks

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

    Hello,

    Navigate to Appearance > Widgets and change the display view in the widget http://prntscr.com/kyh39r

    Best Regards

    #78899

    mmrahmad91
    Participant

    There is only one (1) widget available. It’s Brands. Where are sort by?
    Please see the attached file and help me.

    Thanks

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

    Artem Temos
    Keymaster

    Sort by is default WooCommerce filter and it doesn’t have “dropdown” style in the filters area.

    #78934

    mmrahmad91
    Participant

    I want to change this like woodmart theme demo. Please check the attached file.

    Thanks

    #78942

    Artem Temos
    Keymaster

    Could you please reupload your screenshots in a size smaller than 512KB? Or upload it to some cloud service like Dropbox or Google Drive.

    Thank you in advance

    #78951

    mmrahmad91
    Participant

    Please check the attached file.

    #78954

    Artem Temos
    Keymaster

    Sorry, but we still don’t see it.

    #78957

    mmrahmad91
    Participant
    #78958

    Artem Temos
    Keymaster

    Add the following code snippet to the functions.php file in your child theme to remove default sorting filter and display default WooCommerce one

    add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );

    #79099

    mmrahmad91
    Participant

    It’s working. But I want to change in the filter area. It’s not possible?

    #79115

    Artem Temos
    Keymaster

    No, unfortunately, it is not possible.

    #79130

    mmrahmad91
    Participant

    OK, Then I will use the default of this theme.

    Thanks
    Ahmad

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

The topic ‘Product Page Filter Option Change’ is closed to new replies.