• quasiDigi

    (@quasidigi)


    Hello,
    I can’t make the searchform option and the transitions work.

    Here is the how the searchform looks like:

    <form role="search" method="get" id="searchform" action="http://plantapolis.com/">
      <input type="text" name="s" id="s" value="Search" onclick="if(this.value == 'Search') this.value='';" onblur="if(this.value == '') this.value='Search';">
    </form>

    So if I got it right I need to fill “searchform” in the Search form TAG ID field. But it doesn’t seems to work.

    Also I can see in your code that your using animations to fade in & out the code but for this is not working neither.

    You can check the project I’m working on at plantapolis.com

    Finally I would like to thank you for this very nice plugin. It’s very easy to use and install and saves us a lot of time.

    Have a nice day,

    q

    https://wordpress.org/plugins/ajaxify-wordpress-site/

Viewing 1 replies (of 1 total)
  • Plugin Author Manish Kumar Agarwal

    (@manishkrag)

    Might be some where in your theme file js code written to submit search form because of that ajaxify.js file search form code not executing. Please debug code in ajaxify.js file search form submit code present very last.

Viewing 1 replies (of 1 total)
  • The topic ‘Searchform, Transitions and thank you’ is closed to new replies.