• Resolved harrydevries

    (@harrydevries)


    I am using 4 attributes and shortcode to generate the filter. I have used all the attributes for the products so they should appear but no more then one attribute does appear when i use the s hortcode

    [br_filters attribute=pa_jaartal AND attribute=pa_genre AND attribute=pa_niveau type=select title=”Price Filter”]

    the outptu is only the last select box with the niveau terms, but i want to output all the select boxes in the filter if possible.

    https://wordpress.org/plugins/woocommerce-ajax-filters/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi harrydevries,

    [br_filters attribute=pa_jaartal type=select title=”Filter 1″]
    [br_filters attribute=pa_genre type=select title=”Filter 2″]
    [br_filters attribute=pa_niveau type=select title=”Filter 3″]

    Instead of what you wrote.

    Regards,
    Dima

    Thread Starter harrydevries

    (@harrydevries)

    Hey Dima

    Works great, thanks.

    One more question, would you know how to float the select boxes to the right? (make them float horizontally instead of vertically)

    I got that fixed by making the ul like 25% and float it left, and add a margin right of -110px but that looks awfull and the selects are not horizontally allignde but each one is some 20 pixel lower then the next one, swapping the UL for divs and removing the li’s also did not work.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi harrydevries,

    Please send me link to your shop. I’ll check what you have so far and what you need to finish it.

    Regards,
    Dima

    Thread Starter harrydevries

    (@harrydevries)

    Hi dima

    Here is the link to the filter

    http://www.popgroovenieuw.webdesigndiensten.nl/titeloverzicht/

    i would like to have the search filers horizontally aligned, i can get that but not really good.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi harrydevries,

    As I see you already make it work the way you need. Looks nice btw =)

    Regards,
    Dima

    Thread Starter harrydevries

    (@harrydevries)

    Hi dima

    It were the h3 titles above the selects that gave the problem, so i removed them and removed the titles inside the selects.

    THe plugin works great

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi harrydevries,

    Happy that it is working for you now =)

    Regards,
    Dima

    Hi Dima,

    Can I hijack this thread? I have the same problem. I can only get the price filter to work.

    Here are some screenshots. 1 of my code, then 2 of the product settings.
    Did I miss anything?

    code
    attributes
    products
    result

    Thanks,

    Danny

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Danny,

    You is using it with Variations instead of Attributes. This plugin is filtering by attributes only.
    If you want to see filters anyway update to recent version, go to plugin settings page and turn on Show All Values. But I don’t think it will really filter products.

    Regards,
    Dima

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘cannot add more then one attribute with shortcode’ is closed to new replies.