• Resolved asmahawari

    (@asmahawari)


    hi ,
    the show all results link in the search bar not working on mobile screen in both the two languages ( English & Arabic )
    there is something wrong with the links i saved the permalinks in my wordpress dashboard and cleared the cache , and updated your plugin version to the latest version
    still not working !
    Thanks in Advanced

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

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    As I see there is some conflict with js file of your theme.
    In browser console when clicking ‘View more’ button I see error in marketo/assets/js/ajax-script.js file

    If you have access to this file please open it and try to remove from it this lines

    $inputSearch.on( 'keyup', function ( event ) {
            switch ( event.which ) {
    
                case 27:
                    $( '.ajax-search-result', $wrapper ).remove();
                    $( this ).val( '' );
                    break;
    
                default:
                    xp_search( $wrapper );
                    break;
            }
    
        } );
        $( '.xs-navbar-search-wrapper' ).submit( function ( e ) {
            e.preventDefault();
            xp_search( $wrapper );
        } );
Viewing 1 replies (of 1 total)
  • The topic ‘All result link not working on mobile screen’ is closed to new replies.