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

    (@manishkrag)

    Hi,

    Sorry for late reply follow the below:

    In ajaxify.js file line no: 130 below code present

    $content.html(contentHtml)
    .ajaxify()
    .css('text-align', '')
    .animate({opacity: 0, visibility: "visible"}).animate({opacity: 1},800);

    Replace this code by below:

    $content.html(contentHtml)
    .ajaxify()
    .css('text-align', '')
    .animate({opacity: 0, visibility: "visible"});

    I have checked your website looks great and as per me AWS will be great combination for your site, but in current scenario search will not work as ajax because search form TAG does not have proper ID.

    To make search to ajax search check the FAQ section 2nd Q/A.

    Thanks
    M(YTL)

    Thread Starter Luke

    (@danceyrselfclean_admin)

    Thanks for the reply. Sorry i haven’t responded to this sooner.

    I tried out the code but it didn’t seem to stop the content loading twice. You can see the plugin live on another site I’m working on.

    https://www.theampersandcreative.co.uk/

    Any further assistance would be appreciated.

    Thread Starter Luke

    (@danceyrselfclean_admin)

    I tweaked the coed and figured it out. Just needed to change 0 to 1

    Plugin Author Manish Kumar Agarwal

    (@manishkrag)

    Great ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Content double loads’ is closed to new replies.