• Resolved apurbajnu

    (@apurbajnu)


    On ajax load like button don’t work.after refresh once than it’s work on ajax. I have changed some code to work on ajax load. It is working . But for first time you have to refresh. How to solve this problem,

    Before
    $(‘.kodex_button’).on(‘click’, function(e){

    after
    $(‘body’).on(‘click’, ‘.kodex_button’, function(e){

    https://www.ads-software.com/plugins/kodex-posts-likes/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pierre Lebedel

    (@pierre-lebedel)

    Hi !
    Thanks to use this plugin !
    The ajax problem is now fixed on the new version 2.4.3

    Thread Starter apurbajnu

    (@apurbajnu)

    Thanks a lot. Nice plugin. I have a question. If you have time please give answer. When some one Like a post without Login. How you prevent them liking same post again and again. do you save the ip address of them against post id?

    Plugin Author Pierre Lebedel

    (@pierre-lebedel)

    Actually I don’t. The IP address is only stored if the user is not logged. I know it’s a problem, but if I have time soon, I will develop a better system

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘On ajax load like button don't work.’ is closed to new replies.