Viewing 8 replies - 1 through 8 (of 8 total)
  • Are you talking about this plugin https://wordpress.org/plugins/ajaxify-wordpress-site/?
    Could you please send me a link to your site where I can reproduce the problem?

    Best regards,
    Jan

    Thread Starter mkkmail

    (@mkkmail)

    thanks dear jan.
    this is my site :http://ajibtarin.com/
    as the comment ajaxify plugin is active.
    when i click on links that i show in picture. the below content container (#ajax-load) load ajax a blank and then reload page automatically.

    http://upload7.ir/imgs/2014-11/25167448788382911623.jpg

    Thread Starter mkkmail

    (@mkkmail)

    sorry i forgot active WP-Ajaxify-Comments
    please check the problem now.
    thanks

    Thanks for your comments.

    Are these two buttons related to the comment feature? As far as I understand your page these two buttons should load the page content using the features of the “Ajaxify WordPress Site(AWS)” plugin. I do not see that these buttons do anything with my plugin nor that my plugin causes the page reload.

    Have you contacted the developer of the “Ajaxify WordPress Site(AWS)” plugin?

    Hope this helps…
    Jan

    Thread Starter mkkmail

    (@mkkmail)

    Thanks an for your reply.
    yes i did but i did not receive any reply from them.
    i know it’s not related to the comment feature but i sure your plugin make this conflict and when i disable your plugin it’s going to work.
    hope you can help me jan.
    any solution …
    best regards.

    Have you seen this installation instruction

    If your jQuery core library version is less than 2.0 then please go to the plugin’s js directory open ajaxify.js file in your favourite editor then search for .on and replace it by .live. This is because the plugin is written for as per latest version of jQuery

    Your site is using jQuery 1.9.0 (see debug output of my plugin). I think this could cause you issues. Please do either try to upgrade jQuery or replace .on by .live in the JavaScript code of the AWS plugin.

    Hope this helps…

    Thread Starter mkkmail

    (@mkkmail)

    i did each two ways but the problem did not solve. 🙁

    The site http://ajibtarin.com/ still loads jQuery 1.9.0 from http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js (see also JavaScript variable jQuery.fn.jquery).
    Moreover you now have some JavaScript errors on your page. Please try to fix them:

    ReferenceError: $ is not defined

    and

    TypeError: $this.find(…).live is not a function

    Hope this helps,
    Jan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WP-Ajaxify-Comments conflict with Ajaxify WordPress Site plugin’ is closed to new replies.