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

    (@webtechideas)

    We had checked https://gobetube.com/2017/04/29/fashion4/ and it worked for us.

    There is span tag with class lc and unlc which shows the like and unlike counts respectively. You have set the font-size to 0 and also it seems to be behind the thumb icons. So please have proper css and it will show the counts.

    Thread Starter kumaresan

    (@kumaresanwp)

    Thanks for the reply my friend.

    Unfortunately you didn’t see the likes added on below section in that page right side.

    Likes will be added after refreshing the page only.

    Plugin Author webtechideas

    (@webtechideas)

    You need to use the class lc-<?php echo $post_id?> for the span tag where $post_id is the variable for the post id. It may be different as per the theme. You need to take care of couple of things as this is a custom implementation.

    – The ajax process completely overwrites the span content with the server response. So you can take the term “Likes” outside the span tag.

    – You can set the plugin setting option “Show +/- symbols” to “No” if you do not want to show the + sign for like counts.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ajax issue’ is closed to new replies.