Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    Yes, definitely. Please check this thread that I replied just yesterday with the same question.

    Regards!

    Thread Starter mandeeej

    (@mandeeej)

    Ive just seen it, thank you ??

    For anyone else searching:

    <div id=”store-counter”></div>

    add_action( ‘wp_footer’, function () { ?>
    <script type=’text/javascript’>
    jQuery( document ).ajaxComplete(function( event, xhr, settings ) {
    counter = jQuery(‘div#wpsl-stores ul li:not(“.wpsl-no-results-msg”)’).length;
    jQuery(‘div#store-counter’).html(‘Found ‘+counter+’ stores’);
    });
    </script>

    <?php } );`

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Result Counter’ is closed to new replies.