Forum Replies Created

Viewing 14 posts - 151 through 164 (of 164 total)
  • Author
    Posts
  • Webtechideas
    Keymaster

    It will take at least 2 days, max by weekend you will get this. But we will surely try to accomplish this asap and you will be updated on this.

    We need to make sure that this added functionality does not affect existing functionalities. So we may not directly release a new version for this but just a customized one for you for the moment.

    Webtechideas
    Keymaster

    Will it work for you if we implement only the functionality for “allowing on selected categories”?

    Webtechideas
    Keymaster

    If you are referring to the functionality for allowing like/unlike functionality only on some selected categories, then that is not yet available.

    If you want to disable the like/unlike buttons on certain pages only, then there is option “Exclude post/page IDs” to achieve this. You need to provide comma separated page IDs.

    in reply to: Like value in the post excerpt for search results #69
    Webtechideas
    Keymaster

    You can disable this by using the Search option for Exclude on selected sections setting.

    in reply to: Results after vote #66
    Webtechideas
    Keymaster

    No, there is no such functionality available yet.

    in reply to: How to display like count on post lists? #60
    Webtechideas
    Keymaster

    Yes, its possible by using the following get_post_meta code as below

    $like_value = get_post_meta($id, '_wti_like_count', true);
    $unlike_value = get_post_meta($id, '_wti_unlike_count', true);
    $total_value = get_post_meta($id, '_wti_total_count', true);

    Here $id is the post id.

    Thanks

    in reply to: Votes not being counted #58
    Webtechideas
    Keymaster

    Please share your site url and the plugin version you are using.

    in reply to: Ranking using template most-liked-posts not updating #53
    Webtechideas
    Keymaster

    The functionality is already there to update the post meta data on voting. So it should work in sorting the posts accordingly. Are you showing all the posts or for a specific time period?

    Please share the url so that I can have a look.

    in reply to: Problem at install #49
    Webtechideas
    Keymaster

    The pro version is the advanced version of the lite version of this plugin. So you can use only one at a time. Hence to use the pro version, you need to delete the lite version installed on your system first.

    Please delete the plugin currently installed on your system and then install the plugin recently sent to you. Do let me know if there is still any problem.

    in reply to: Problem at install #45
    Webtechideas
    Keymaster

    Hi Jan,
    An updated package has been sent to you. Please let us know if this fixed the issue or not.

    Thanks

    in reply to: wit like post problem #36
    Webtechideas
    Keymaster

    I am not sure what exactly is causing the problem here as this has never been reported. I will suggest 2 approaches. If the 1st approach does not solve the issue, you can follow the 2nd one.

    1. Can you please take out the complete function definition for PutWtiLikePost from wti_like_post_site.php and put it inside wti_like_post.php file?

    2. Please disable warning message on your server. You may try putting the following code in wp-config.php file

    error_reporting(E_ALL ^ E_WARNING);

    Thanks

    in reply to: BP Activity Feed Integrated Version #33
    Webtechideas
    Keymaster

    I have sent you a copy which has this functionality integrated. Please note that this is still under testing phase so back up your existing plugin version and use this.

    in reply to: Undefined Function GetWtiLastVotedDate() #28
    Webtechideas
    Keymaster

    I have sent you an updated plugin package, please use that instead of the one you had downloaded from purchase email.

    in reply to: Most Liked/Unliked widget not updating #24
    Webtechideas
    Keymaster

    Not sure which one is the selected category here GeekCon 2013 or Geekcon 2013 and how many posts are allowed to be shown? I would like to see a screenshot of the widget admin section.

Viewing 14 posts - 151 through 164 (of 164 total)