• Resolved steffidth

    (@steffidth)


    The new filter works good on desctop and I like it a lot. But it does not work on mobile. When I click on mobile on filter, nothing is happening, exept the button is changing its collar.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • We have just released an update fixing responsive issues of the Advanced Search/Filter. Please upgrade to the latest version.

    Thread Starter steffidth

    (@steffidth)

    I made the update, but the filter button still does not work on mobile

    Thread Starter steffidth

    (@steffidth)

    I played a little bit around with my settings on SG Optimzier. When I deaktivatet the setting “Minify JavaScript Files” it worked. Thanks for the update.

    Is there a possibility to aktivate the setting “Minify JavaScript Files” and somehow exclude the scripts needet for this to work?

    Please copy and paste the following code in your theme’s functions.php file to exclude

    add_filter( 'sgo_js_minify_exclude', 'js_minify_exclude' );
    function js_minify_exclude( $exclude_list ) {
    $exclude_list[] = 'atbdp_search_listing';
    return $exclude_list;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Filter on mobile not working’ is closed to new replies.