• Hello,

    Relevanssi solved my CustomField search ! that’s really good. Thx.

    But the plugin seems crash my quicksearch theme =/ (I bought this theme)

    In the search.php file (of my theme) i found this :

    <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    		            $args = array(
    		            	'paged' => $paged,
    		            	'posts_per_page'  => 10,
    		            	's' => get_query_var('s'),
    		            );
    					 if (array_key_exists('ajax', $_GET)) {
    						 search_loop($args);
    					 } ?>

    That’s work when your plugin is “Desactived”… May be your search.php fil (plugin Relevanssi overide mine ?

    Do you now how i can fix it ?

    Thank.

    Pop

    http://wordpress.org/extend/plugins/relevanssi/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Yeah, that is definitely incompatible with Relevanssi. I don’t know how to fix it, but that’s certainly messing how Relevanssi works. Looks like your theme would need some serious rewriting to make it work with Relevanssi.

    Thread Starter popsantiago

    (@popsantiago)

    All right.

    Thanks for answer.

    See you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Relevanssi & QuickSearch JS’ is closed to new replies.