• Resolved sagolfer

    (@sagolfer)


    I have bought the Premium version of WP Data Access to help me solve a issue that I have. I thought “search build” or “Search panes” woudl solve this but it did not. I have wasted my money.

    I have page with the following details:

    tour_id Pos Speler
    2023-06 1 Clayton Scott
    2023-05 1 Clayton Scott
    2023-05 1 Vic Kriel
    2023-05 1 Tyrone Labuschagne
    2023-06 1 Walter Van Niekerk
    2023-06 1 Tyrone Labuschagne

    I would like to have a dropdown box to filer on tour_id.

    Dropdown filer as the dropdown filter in the “WP Date Access”wp-admin/admin.php?page=wpda” page,: “Bulk actions”

    I would like the user to select, with the dropdown filter on the front-end Web page and get only the selected Tour_id.

    I do not want the “search build” or “Search panes”, as this is not user friendly.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @sagolfer,

    Thanks for the post!

    We received your ticket and have responded there. Kindly check. ??

    Feel free to reply there if you have more questions. ??

    Thread Starter sagolfer

    (@sagolfer)

    I receive the following answer:

    To move your search box to the top of the table, please add the following JSON to your table’s Advanced Settings > Advanced Options.

    { “wpda_searchbox”: “header” }
    Please see the following links for more information.
    – Advanced settings | WP Data Access
    – Advanced search | WP Data Access

    Hope this helps! Let us know if you have more questions. ??

    This is not working. The search Listbox dissapears now completely.

    I have also tried :

    1. { “wpda_searchbox”: “footer” } This works
    2. { “wpda_searchbox”: “header” } Listbox Dissapears
    3. { “wpda_searchbox”: “both” } Lisbox only at Bottom
    4. { “wpda_searchbox”: “none” } Listbox Dissapears
    5. { “wpda_search_placeholder_prefix”: “Ricerca” } This works
    6. In Data Expolorer the dropdown search listbox worsk 100%, is on top of the page, as explained in https://wpdataaccess.com/docs/data-explorer-settings/search-settings/ – “Individual column search in the Data Explorer”.But on my webpage it is not working.
    Thread Starter sagolfer

    (@sagolfer)

    If I look at the HTML:

                jQuery(function () {
                    wpda_g_tour_results_sp_vw_add_searchbox_114('tfoot');               });
            </script>

    If I take out “tfoot”, “wpda_g_tour_results_sp_vw_add_searchbox_114(”);” ,

    the Listbox appear on top and bottom.

    The option: { “wpda_searchbox”: “header” }? still have no effect.

    Please help

    Plugin Contributor Kim L

    (@kimmyx)

    Hi @sagolfer,

    We responded to your ticket. ??

    Kindly check. We appreciate your patience!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Data Access Filter options’ is closed to new replies.