• bieke81

    (@bieke81)


    Hi,

    I linked one of our shop pages so you can see what we mean. We love the options this plugin gives for searching for products, but we have a few issues. First of all, the price slider, we’d like to change the color. Is there a way to do that through the plugin settings, or do we need to use CSS for it? If so, do you have an example code of what we can use?

    The second issue we’re having is with the category filter. When we start at a category and choose a different one in the filter, we can’t choose the original category. Is this normal or is there a fix for it?

    Thanks for any help you can provide.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi

    1. You can change the price slider’s color with this Custom CSS:
    .wpf_slider.ui-slider .ui-widget-header {
        background: #f00 !important;
    }

    2. If you mean you want to choose multiple categories at once, that is possible if you change your Category Filter to Checkbox, because the Radio Buttons you have at the moment doesn’t allow multiple-selections within a filter.

    Thread Starter bieke81

    (@bieke81)

    Thank you for your response. The code worked perfectly to adapt the color so I’m grateful for that.

    In regards to my second question, no we do not want to choose multiple categories, our problem is that when we are at a certain category and we choose another one, we can’t go back to the previous one through the filter. So in the link I showed above, we are in the category “Pakketten”. If I choose the category “Gereedschap”, I’ll get all the products in that second category which is exactly as I want, however, I can not choose the category “Pakketten” again to go back to it. I hope this makes my issue more clear.

    Thanks in advance for your reply.

    Plugin Author themifyme

    (@themifyme)

    Hi,

    That is normal, because the current category link is disabled, you shouldn’t switch categories when you’re on a different category, but to change it back to the current category you can reset the filter, with the reset button at the bottom.

    Alternatively you can do enable the disabled link by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    .wpf_disabled, .wpf_item input[readonly], .wpf_item input[readonly]+label {
        opacity: 1 !important;
        pointer-events: all !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Design issues with plugin’ is closed to new replies.