Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tangledboy

    (@tangledboy)

    In addition too when I insert this code in my widgets, Ajaxify Calling this code and not working.

    <script type="text/javascript" src="https://jk.revolvermaps.com/r.js"></script><script type="text/javascript">rm_f1st('8','180','true','false','e82bd0','ac71uedyuei','true','ff0000');</script><noscript><applet codebase="https://rk.revolvermaps.com/j" code="core.RE" width="180" height="180" archive="g.jar"><param name="cabbase" value="g.cab" /><param name="r" value="true" /><param name="n" value="false" /><param name="i" value="ac71uedyuei" /><param name="m" value="8" /><param name="s" value="180" /><param name="c" value="ff0000" /><param name="v" value="true" /><param name="b" value="e82bd0" /><param name="rfc" value="true" /></applet></noscript>

    how can I use this + AWS?

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Plugin Author Manish Kumar Agarwal

    (@manishkrag)

    Hey tangledboy,

    I have went to your site it is in coming soon mode ??

    <form action="https://localhost/wordpresstest/" id="searchform" method="get">
    		<label class="assistive-text" for="s">Search</label>
    		<input type="text" placeholder="Search" id="s" name="s" class="field">
    		<input type="submit" value="Search" id="searchsubmit" name="submit" class="submit">
    </form>

    In the above code you can see that form tag IDis searchform and the text box in which we are writing the search term has ID s. If in your case these are different then go to the ajaxify.js file line 217 and 221 update these valuse as per your theme ??

    For the second issue it will be great if your site accessible to me. you can ping me on my skype A/C.

    Thread Starter tangledboy

    (@tangledboy)

    Hi Manish Kumar
    I went to Appearance – Editor – Search Form and saw this Code :

    <form class="search" method="get" name="searchform" action="<?php bloginfo('url'); ?>/">
      <div><input class="search-text" name="s" type="text" value="<?php echo esc_attr(get_search_query()); ?>" /></div>
      <input class="search-button" type="submit" value="" />
    </form>

    I don’t know where is ajaxify.js and where are 217 and 221 lines.
    Now I put the code for seccond issue to my site to see what will happen( the code(map) appears replace to my pages and etc.
    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Ajaxify WordPress Site(AWS)] I have problem with reloading home page and search bar’ is closed to new replies.