Forum Replies Created

Viewing 15 posts - 1 through 15 (of 164 total)
  • Author
    Posts
  • in reply to: Display message in another page #901
    Webtechideas
    Keymaster

    There is no modal UI available with the plugin. You’ll have to modify the JS code which is used to process the voting action. Then you can show your own modal by putting the action message into the modal body.

    in reply to: Deprecated Methods #881
    Webtechideas
    Keymaster

    We’ll send you a patch.

    in reply to: Fake count #742
    Webtechideas
    Keymaster

    We are working on this. Please allow us 4-5 days. We will let you know.

    in reply to: Fake count #739
    Webtechideas
    Keymaster

    The starting value is 0 to stay away from fake votes. Considering this plugin was used in voting contests, we did not provide a different starting value.

    in reply to: Cancel "upvote" #738
    Webtechideas
    Keymaster

    As of now, one has to click the downvote to cancel the upvote and viceversa.

    in reply to: custom post type taxonomy #721
    Webtechideas
    Keymaster

    We need some time to integrate this functionality. You’ll get an update by Monday.

    in reply to: custom post type taxonomy #717
    Webtechideas
    Keymaster

    Email is support[at]webtechideas.com I think it will be a better approach to customize the existing widget to include taxonomy instead of creating a new one.

    in reply to: sidebar #716
    Webtechideas
    Keymaster

    It doesn’t show on our demo site http://demowp.webtechideas.com/ Are you customizing this widget?

    in reply to: custom post type taxonomy #711
    Webtechideas
    Keymaster

    It’s all broken here. Can you please share the details over email with whatever code you have written? Also, pass on the theme or plugin which you are using for the custom post type taxonomy.

    in reply to: Deprecated: Methods with the same name #679
    Webtechideas
    Keymaster

    We have sent you the updated plugin with the fix.

    in reply to: Deprecated: Methods with the same name #677
    Webtechideas
    Keymaster

    Thanks for the detailed information. We will get back to you on this.

    Webtechideas
    Keymaster

    This is how our custom function is attached to the wordpress hook

    add_action('save_post', 'WtiLikePostSaveData');

    Click here for more details on this hook.

    Webtechideas
    Keymaster

    The code is already there to automatically set like, unlike, total values to 0 on creating a post. This works well with the default process of wordpress post creation.

    If it’s a different approach for you, then make sure that native wordpress function us used for post creation which will trigger the hook used by our plugin.

    Webtechideas
    Keymaster

    Logically it’s correct not to include all. Since you want to sort them by like/unlike counts, they must have received votes first. It doesn’t make sense to include those which don’t have any counts.

    You can try by hitting the “Update Like Meta” button on the plugin admin settings page. It assigns/updates like meta data for those who do not have this entry. If this doesn’t work for you, can you please share the code you are trying with?

    in reply to: Deprecated: Methods with the same name #658
    Webtechideas
    Keymaster

    We have mailed you the modified plugin with fix for the issues you have mentioned.

Viewing 15 posts - 1 through 15 (of 164 total)