Forums Forums Search & Filter Pro Disable for mobiles (not tablets)?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #50891

    Hi,

    This isn’t an important point, but is it possible to disable S&F on mobiles? Now tablets, but mobiles?

    I was browsing other posts and found code that I assume goes in functions.php which someone was using in order to switch filters for mobiles. Is it possible to adapt it to disable S&F for mobiles?

    The code was:

    function my_filter_switcher() {
    if ( wp_is_mobile() ) {
    echo do_shortcode( ‘[searchandfilter id=”289″]’ );
    } else {
    echo do_shortcode( ‘[searchandfilter id=”102″]’ );
    }
    }

    Brian

    Trevor
    #50902

    It depends how you are putting it on the page, but the basic code is sound.

    Anonymous
    #51121

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)