Home / Forums / WoodMart support forum / Product Page Filter Option Change
Home › Forums › WoodMart support forum › Product Page Filter Option Change
Product Page Filter Option Change
- This topic has 14 replies, 3 voices, and was last updated 7 years, 1 month ago by
mmrahmad91.
-
AuthorPosts
-
September 25, 2018 at 10:04 am #78880

mmrahmad91ParticipantHello,
I want to change “Sort by” option like “Brands” (Dropdown)
Please help me.Regards
AhmadAttachments:
You must be logged in to view attached files.September 25, 2018 at 10:18 am #78883
Elise NoromitMemberHello,
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
September 25, 2018 at 10:33 am #78885
mmrahmad91ParticipantSorry, 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.September 25, 2018 at 11:20 am #78894
Elise NoromitMemberHello,
Navigate to Appearance > Widgets and change the display view in the widget http://prntscr.com/kyh39r
Best Regards
September 25, 2018 at 11:31 am #78899
mmrahmad91ParticipantThere 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.September 25, 2018 at 11:32 am #78901
Artem TemosKeymasterSort by is default WooCommerce filter and it doesn’t have “dropdown” style in the filters area.
September 25, 2018 at 1:36 pm #78934
mmrahmad91ParticipantI want to change this like woodmart theme demo. Please check the attached file.
Thanks
September 25, 2018 at 1:46 pm #78942
Artem TemosKeymasterCould 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
September 25, 2018 at 2:17 pm #78951
mmrahmad91ParticipantPlease check the attached file.
September 25, 2018 at 2:25 pm #78954
Artem TemosKeymasterSorry, but we still don’t see it.
September 25, 2018 at 2:28 pm #78957
mmrahmad91ParticipantSeptember 25, 2018 at 2:30 pm #78958
Artem TemosKeymasterAdd 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 );September 26, 2018 at 7:37 am #79099
mmrahmad91ParticipantIt’s working. But I want to change in the filter area. It’s not possible?
September 26, 2018 at 9:02 am #79115
Artem TemosKeymasterNo, unfortunately, it is not possible.
September 26, 2018 at 9:48 am #79130
mmrahmad91ParticipantOK, Then I will use the default of this theme.
Thanks
Ahmad -
AuthorPosts
The topic ‘Product Page Filter Option Change’ is closed to new replies.
- You must be logged in to create new topics. Login / Register