• Resolved yabgu

    (@yabgu)


    Hi,
    Awesome plugin thank you.
    Just have a problem cannot figured out. I have a infinite scroll theme, everything works fine except this: have no problem to like or unlike for the first posts loaded but when I scroll down and other posts are shown the like and the unlike button works but the page reload itself when we click on one of them.
    Any solution or idea please ?
    Thanks in advance.

    https://ww.wp.xz.cn/plugins/wti-like-post/

Viewing 1 replies (of 1 total)
  • Thread Starter yabgu

    (@yabgu)

    I found the solution in the wti forum, problem resolved:
    Modifying the following line in wti_like_post.js file

    jQuery(“.jlk”).on(“click”, function(e){

    to

    jQuery(document).on(“click”, “.jlk”, function(e){

Viewing 1 replies (of 1 total)

The topic ‘problem with infinite scroll’ is closed to new replies.