• Resolved danna556

    (@danna556)


    Hello,

    I want to ask is it possible to do request on filter ajax req.
    For example I need to get custom field from taxonomy named “Packs” and display if custom term from it’s chosen.

    I know the function can be used in flrt_is_filter_request() function, but I need this to be implemented on AJAX functionality and to have opportunaty to check choosen terms.

    Thanks in advance!

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

Viewing 1 replies (of 1 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @danna556

    Thank you for your interest in Filter Everything.

    There is no such function, but you can achieve this in several steps:
    1) You can display inside CSS id or class of the Posts Container requested filter terms with function flrt_selected_filter_terms(); for example inside invisible tag.
    2) AJAX request in the Filter Everything contains event $(document).trigger( 'ready' ); and you can write your own JS code that reads that invisible tag with selected filter terms when the trigger fires.

    I hope this will be helpful for you ??

Viewing 1 replies (of 1 total)
  • The topic ‘Display Text on choosen filter term’ is closed to new replies.