• Hi

    I’m facing two issues with the plugin which I tried to fix with no luck.
    1) I would like to have the filter set on certain documents in my publications archive.

    2) What css modifications would allow to have the filter appear in two columns with the same width for the title & the dropdown list?

    Appreciating your support,
    Hawra

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TC.K

    (@wp_dummy)

    1) I would like to have the filter set on certain documents in my publications archive.

    – requirement not clear. What are the ‘certain documents’ and ‘publications archive’? Is it taxonomy or meta fields??

    What css modifications would allow to have the filter appear in two columns with the same width for the title & the dropdown list?

    Please refer to ultimate-wp-query-search-filter/trunk/themes/default.css , read the comment there. you can override the css in your theme css file.

    Thread Starter hawrarabaan

    (@hawrarabaan)

    Thanks for the response and sorry if I wasn’t clear enough.

    I have the WP Publication Archive installed with 900+ docs uploaded, each document has custom taxonomies assigned to it. One of which is “kind of document”, for example, a Resolution document is different than a Statement doc. My request is: how can I not show the “resolution” documents in the filter when I’m searching in the “Statements” pile of docs.
    Here’s the link to our page (BWC1972) it might make more sense if you try it for yourself. Here’s where I implemented the filer: https://bwc1972.org/the-biological-weapons-convention__trashed/meetings-documents/statements/.
    I discarded using the filter elsewhere because of the issue mentioned.

    Thank you.

    • This reply was modified 8 years, 4 months ago by hawrarabaan.
    Plugin Author TC.K

    (@wp_dummy)

    There are 2 ways:
    1. You can create multiple forms where in each form filter exclude the option you don’t want. And use it in the page you want.

    2. By customize it, but it is too complicated as well. Look for the file , in output_formtaxo_fields methods is where to generate the filter. You need to study the code yourself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Organize + filterize’ is closed to new replies.