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

    (@wp_dummy)

    You need to customize the Ajax result output to look like your archive page. Refer to this post on how you can use uwpqsf_result_tempt to customize the result.

    Thread Starter oksanaar

    (@oksanaar)

    Thanks a lot! Will check it out now.

    Hi I also want results to look like archive but dont know what to do with uwpqsf_result_tempt

    I dont understand hooks – where do i add that code on the post ?
    https://9-sec.com/2014/01/ultimate-wp-query-search-filter/

    Plugin Author TC.K

    (@wp_dummy)

    @xusht,
    You should add the code in your theme’s functions.php

    Thread Starter oksanaar

    (@oksanaar)

    Hi there,

    I added the code to my functions file. Now it shows the links as a li-list. I guess I’ll need to modify that somehow

    However, it also shows the following: Warning: Missing argument 5 for uwpqsfprocess::ajax_pagination(), called in /home/ahyari/public_html/staging.activeukraine/wp-content/themes/socha/functions.php on line 65 and defined in /home/ahyari/public_html/staging.activeukraine/wp-content/plugins/ultimate-wp-query-search-filter/classes/uwpqsf-process-class.php on line 311

    What’s wrong exactly here?

    Thanks

    Plugin Author TC.K

    (@wp_dummy)

    Try this instead:

    $apiclass->ajax_pagination($arg['paged'],$query->max_num_pages, 4, $id, $getdata);
    There is one parameter I forgot to add into the function in the post.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Ajax results display’ is closed to new replies.