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

    (@transwebsolutions)

    I was looking through your code and saw this line

    if ( !contentHtml ) {
    document.location.href = url;
    return false;
    }

    if contentHtml is empty, then the plugin is going to load the page the traditional way. i tried getting obtaining the home page using $.get() method and the resulting result was success with all the html codes.

    this tells me that something is missing in the ajaxify plugin

    Plugin Author Manish Kumar Agarwal

    (@manishkrag)

    Hi TWS,

    I have checked your website.
    1# Put the trailing slash for home link present just before the top horizontal menu.

    <a href="https://www.LightsAndMusic.com">
      <img alt="Lights & Music Entertainment" src="https://www.LightsAndMusic.com/wp-content/uploads/2012/06/logo.png">
    </a>

    Replace the above by

    <a href="https://www.LightsAndMusic.com/">
      <img alt="Lights & Music Entertainment" src="https://www.LightsAndMusic.com/wp-content/uploads/2012/06/logo.png">
    </a>

    2# Your menu selector classes are not working please check whether the ‘inner’ is written in 3rd text field or not in AWS options page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Ajaxify WordPress Site(AWS)] Ajaxify is working great on all links except the home page lin’ is closed to new replies.