Home › Forums › WoodMart support forum › Show products filter
Show products filter
- This topic has 12 replies, 2 voices, and was last updated 4 years, 11 months ago by
Elise Noromit.
-
AuthorPosts
-
March 21, 2020 at 2:33 pm #181414
dimathParticipantHello,
I would like the show products filter that I have marked on the screenshot to appear as a dropdown with options. Is this possible?
Thank you.
March 21, 2020 at 6:58 pm #181438
Elise NoromitMemberHello,
WOODMART WooCommerce Layered Nav has the option to show both list and drop-down. You can find this widget in Appearance > Widgets
Best Regards
March 21, 2020 at 9:42 pm #181451
dimathParticipantHello,
I am not sure how can I use the widget you suggest. Please check the screenshot. I would like this options to appear as a dropdown.
March 21, 2020 at 9:44 pm #181452
dimathParticipantI see the screenshot cannot be uploaded please check it here https://ibb.co/xjLjmng
Thank you.
March 22, 2020 at 10:18 am #181484
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
March 22, 2020 at 10:28 am #181487
dimathParticipantThis is not a matter of conflict but a matter of setting. Is there a setting to make it appear as a dropdown. We have enabled this filter from theme settings Products per page links
March 22, 2020 at 12:12 pm #181496
Elise NoromitMemberHello,
Please provide the site admin access to the private area I will check the settings.
Best Regards
March 22, 2020 at 5:59 pm #181543
dimathParticipantPlease check.
March 22, 2020 at 8:53 pm #181559
Elise NoromitMemberHello,
Please specify the device you are trying to view? I cannot see the problem https://prnt.sc/rksfk7
Best Regards
March 22, 2020 at 9:00 pm #181561
dimathParticipantOk I just want these three options 9 / 24 / 36 to appear as a dropdown instead of showing the one next to the other. There is no problem I am just asking if they can be displayed in another way that is a dropdown.
March 22, 2020 at 10:58 pm #181582
Elise NoromitMemberHello,
Unfortunately, there is no option. It requires customization which is not covered by our support.
Best Regards
March 23, 2020 at 6:41 pm #181804
dimathParticipantHello,
Could you please give me a little help?
I have created css to change the appearance of this options as a dropdown and also give the same name of the class but I cannot make it work, could you please give me some guidance where to substitute the existing css with the new to make it change?
This is the css
body{
padding:30px;
}.woodmart-products-per-page {
margin-top: 50px;
}select:focus {
outline: none;
}.woodmart-products-per-page {
display: inline-flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 10px;
margin-right: 30px;
vertical-align: middle;
}select {
padding-bottom: 22px;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 5px;
padding-left: 2px;
padding-right: 20px;
max-width: 220px;
height: auto;
border-top-style: none;
border-right-style: none;
border-left-style: none;
color: #2d2a2a;
font-weight: 600;
font-size: 14px;
line-height: 18px;
cursor: pointer;
background: url(drop_arrow.png);
background-size: auto 6px;
background-repeat: no-repeat;
background-position: right 7px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-weight: normal;
padding-bottom: 16px;
}March 24, 2020 at 6:43 am #181852
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register