• Resolved baksm92

    (@baksm92)


    Hello again,

    I have one problem I have noticed, I think it was after some of your update. The filter shows all product categories in the filter no matter which page is it on. Before the product categories filter showed only the categories regarding the page I was on, and not all the categories, which was fine. What can I do about this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Nick McReynolds

    (@woobewoo)

    Hello @baksm92,

    Sorry for the inconvenience.
    We will fix this in the next release.
    As a temporary measure, you can roll back the plugin one step back.

    Other temporary measure (as I did not get why this parameter was necessary), you can edit https://plugins.trac.www.ads-software.com/browser/woo-product-filter/trunk/modules/woofilters/css/frontend.woofilters.css#L283 and remove the !important parameter.
    At least, it does the job for me.

    Hope it helps.

    Thread Starter baksm92

    (@baksm92)

    Thanks for the reply and the help, I just need information when is the next release coming out?

    @madmax4ever I do the edit in the plugin editor of the plugin, right? I tried to override somehow the !important rule with some other rule, but it doesn’t work.

    Yes, you can use plugin editor to do so.
    I changed the line display: list-item !important; with display: list-item; /* madmax4ever - Temporary modification: !important; */
    This way I keep track of things.

    To override a CSS rule, you need to be called before other rules.
    To override a CSS rule with !important, that’s just the same, but with an other rule using !important. Otherwise rule with !important overrides rules without it…
    Better thing is to avoid !important option and call you CSS “as near as possible” to the targeted object.

    If it works for you, you can upgrade to 1.5.5., as in v1.5.5, Woobewoo integrated my proposition.

    Plugin Author Nick McReynolds

    (@woobewoo)

    Hi,

    Yes, Free version 1.5.5 of the filter contains a hotfix for the described issue.
    Please update your plugin if you find that dynamic filtering of category or attribute lists is not happening.

    Thread Starter baksm92

    (@baksm92)

    Thanks for the information and your prompt response.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Categories to show’ is closed to new replies.