Forum Replies Created

Viewing 15 posts - 61 through 75 (of 164 total)
  • Author
    Posts
  • in reply to: Installed Pro, still showing WTI Like Post 1.4.3 #366
    Webtechideas
    Keymaster

    This should not be a problem. The pro and the lite version are different and refer to different directories (wti-like-post-pro and wti-like-post) inside plugins folder. So if you simply overwrite the lite files, it may not work. If you do not need any data related to the lite version, then uninstall that and remove all its settings. Then freshly install the pro version, it should work now.

    On the other hand, if it shows the pro settings on the plugin configuration settings page, then its not a problem in case it still shows wrong version.

    Please let us know if you still face the issue.

    in reply to: Total Count & Like/Unlike Buttons #364
    Webtechideas
    Keymaster

    We have sent you an updated version of the plugin. Please note this version is not officially released. Please check and let us know.

    in reply to: Number of votes #363
    Webtechideas
    Keymaster

    You can see other users mentioning that it is working for them so there is no reason for this not to work for you. What is the like and unlike count for the post where its showing total as 0? You can share your site url for us to check. You can also send us the file where you are implementing the same. If you are using any theme, then send that as well with your code. We will look into that and suggest.

    in reply to: Prompt unlogged in user to login #362
    Webtechideas
    Keymaster

    You need to check with the other plugin how to trigger the login modal to come up on clicking the like/unlike buttons. They must be having a function to be called to show the login pop up. You will have to track this in the javascript file that comes with our plugin and implement the same there.

    You can also put html code there in the setting Login required message like Please <a href='#' class='popup-login'>Login</a> to vote. This class='popup-login' is as per the documentation of the other plugin you referred.

    in reply to: Total Count & Like/Unlike Buttons #356
    Webtechideas
    Keymaster

    We would like to know which version you are using. There is setting Show like/unlike counts using which you can manage whether to show like/dislike counts or not.

    in reply to: Number of votes #355
    Webtechideas
    Keymaster

    The above function GetWtiLikeCount is already available with the plugin. You need to pass the proper variable in place of $post->ID as per your code. Please make sure there are like counts for the post you are checking with.

    in reply to: Change the display location of the plugin vote #354
    Webtechideas
    Keymaster

    Try using GetWtiLikePost(‘put’) as this will return the content so that you can combine them with other html content as you have done.

    We have received your feedback about the above suggestion working properly.

    in reply to: Change the display location of the plugin vote #350
    Webtechideas
    Keymaster

    If you are trying to put the plugin voting inside the “show-net-value-container”, then you have placed it outside of it. Can you please share your site url so that we can have a look at that? Also what is the use of “$net_count” variable?

    Webtechideas
    Keymaster

    When I checked the referred site, I don’t see the users at all who liked the post. Possibly you have disabled that.

    This is manged through javascript. We have checked the code and it has the functionality to work with infinite scroll. We still need to look further into this.

    in reply to: Display User Avatar instead of Name #345
    Webtechideas
    Keymaster

    That function may not be helpful as that shows the names as title pop up. Do you want to have functionality like it shows in wordpress.com hosted sites? In that case you will have to pull all user ids who liked the post and pass to this function get_avatar one by one. Hope this helps.

    Thanks

    in reply to: Cancel Vote #340
    Webtechideas
    Keymaster

    You will have to click the thumbs down to cancel the vote.

    in reply to: Counts all show zero #338
    Webtechideas
    Keymaster

    I do not understand what you are trying to achieve. First you said you want to show the like/dislike counts but here you have put the GetWtiLikePost function. Also check for how to implement action hook here. You should echo the total count. It would be helpful if you can set up a temp server with sharing access to us.

    Thanks

    in reply to: Counts all show zero #336
    Webtechideas
    Keymaster

    Please put the loop code you are using. If that file is long, then you can e-mail that to us. Can you please also share your site url?

    in reply to: Message keeps appearing with no click #330
    Webtechideas
    Keymaster

    Are you checking with different logged in users for the same post? What is your setting for “Checking Revoting With”? Is that set to IP or User Id?

    in reply to: I am missing a message #328
    Webtechideas
    Keymaster

    You need to change the message a little bit like $msg = 'User likes this image.'; to $msg = $like_count . ' user likes this image.'; Similarly you need to do for the else section. Also change the message content as per your like.

Viewing 15 posts - 61 through 75 (of 164 total)