• hi, thanks for the great plugin

    I want to know if is possible (about free version) to disable the ajax filtering.

    I want to work into the loop at shortcode.php

    <?php apply_filters( ‘sf-after-result-head’, ” ); ?>
    <ul class=”sf-result”>
    <?php
    if( isset( $results ) ):
    foreach( $results[‘result’] as $r )
    echo $r;
    endif;
    ?>

    to calculate the average value for a custom field.
    When the page with the shortcode [search-form id=”1″ showall=”1″] load for the first time everything is ok and the result created follow the “shortcode.php” orders, but what i select something for the filters i think that the orders given by ajax and not by “shortcode.php”.

    Can i disable the ajax and the results page creating every time based into “shortcode.php” file?

    Thanks for the support

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘disable ajax’ is closed to new replies.