• Resolved Nowarah

    (@nouarah)


    Hello, I have wpml and the live ajax is working in the main lang but not the second one, note that i already use this filter

    add_filter( 'relevanssi_live_search_mode', function() { return 'wp_query'; } );
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Please elaborate. How it is not working? What exactly happens or doesn’t happen? Are you using Relevanssi to power the search, or something else?

    Thread Starter Nowarah

    (@nouarah)

    yes im using Relevanssi alongside woocommerce and wpml so my main language is arabic and the live panel of result is working but when i switch to english (second lang) the live result doesn’t show up when i write in the search input. am also using custom template in my child theme to display more info relevanssi-live-ajax-search/search-results-query.php. if you need to debug the issue in the site please give me email i can send credential to

    Plugin Author Mikko Saari

    (@msaari)

    I can’t give you an email; that would be against the forum rules, and also, it’s a level of service I only provide to Relevanssi Premium customers.

    Are there any error messages in the browser javascript console? Does the search work for English otherwise (non-ajax, Relevanssi admin search)?

    Thread Starter Nowarah

    (@nouarah)

    no console errors, i found out when i use ur html of search input it works but not with wordpress search input

    <form role="search" method="get" class="search-form" action="/">
    	<label>
    		<span class="screen-reader-text">Search for:</span>
    		<input type="search" class="search-field" placeholder="Search …" name="s"
              data-rlvlive="true" data-rlvparentel="#rlvlive" data-rlvconfig="default">
    	</label>
    	<input type="submit" class="search-submit" value="Search">
        <div id="rlvlive"></div>
    </form>
    Thread Starter Nowarah

    (@nouarah)

    it works now i found the panel is hidden by custom script

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘live result doesnt work on the second language’ is closed to new replies.