Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DJManas

    (@djmanas)

    Nevermind tested it with default theme and its works so the problem is with my theme.

    Thread Starter DJManas

    (@djmanas)

    The problem was because I used wrong search form in tempalte.

    With this form everything works okey:

    <div id="searchform">
    	<div class="sinside" >
    		<form role="search" method="get" class="search-form" action="https://localhost/NewNordVPN/" autocomplete="off">
    		<input autocomplete="off" type="text" name="s" class="keyword" placeholder="<?php echo __('Search..','nordvpn'); ?>" value="" >
    		<div class="sico"></div>
    		<input type="hidden" name="lang" value="<?php echo(ICL_LANGUAGE_CODE); ?>"/>
    		<div class="clear"></div>
    		</form>
    	</div>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does this plugins works with 3.7.1 wordpress?’ is closed to new replies.