Home Forums WoodMart support forum Show products filter

Show products filter

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #181414

    dimath
    Participant

    Hello,

    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.

    #181438

    Hello,

    WOODMART WooCommerce Layered Nav has the option to show both list and drop-down. You can find this widget in Appearance > Widgets

    Best Regards

    #181451

    dimath
    Participant

    Hello,

    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.

    #181452

    dimath
    Participant

    I see the screenshot cannot be uploaded please check it here https://ibb.co/xjLjmng

    Thank you.

    #181484

    Hello,

    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

    #181487

    dimath
    Participant

    This 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

    #181496

    Hello,

    Please provide the site admin access to the private area I will check the settings.

    Best Regards

    #181543

    dimath
    Participant

    Please check.

    #181559

    Hello,

    Please specify the device you are trying to view? I cannot see the problem https://prnt.sc/rksfk7

    Best Regards

    #181561

    dimath
    Participant

    Ok 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.

    #181582

    Hello,

    Unfortunately, there is no option. It requires customization which is not covered by our support.

    Best Regards

    #181804

    dimath
    Participant

    Hello,

    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;
    }

    #181852

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global.

    Best Regards

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