• Hello,

    When I used this plugin and just put my content div id directly in menu option it start working smoothly.
    My menu is not in ul li format, I am using WP-dTree plugin for menus…still when I click on any menu option it is working very fine.

    When I look it in my responsive version…the menu which opens up on a button click stops working. Menu is not showing on button click that was previously working before installing this plugin.

    How can I resolve this…Please help.

    https://www.ads-software.com/plugins/ajaxify-wordpress-site/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sunil.ch

    (@sunilch)

    I have resolved the issue…it is due to javascript. Actually I was calling this javascript “https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js” in footer of my website.

    When I shift it to header file just before the wp_head() function, plugin starts working fine.

    But I am not sure, by doing this any other functionality of my website stops or not.

    Now, one thing I want to ask here as I have mentioned “#searchform” as id in plugin options which is id of my form and also id of my input field is “s”…still it not working with ajax…Code of my form is as follows :

    <form action="https://mywebsite.com/" 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>
    Thread Starter sunil.ch

    (@sunilch)

    Infact my search stops working…I am search a word “xyz” and it is showing in URL and on search page like “Search Results for: undefined”….

    How can I resolve this..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with responsive version’ is closed to new replies.