Forum Replies Created
-
AuthorPosts
-
Webtechideas
KeymasterThere 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.
Webtechideas
KeymasterWe’ll send you a patch.
Webtechideas
KeymasterWe are working on this. Please allow us 4-5 days. We will let you know.
Webtechideas
KeymasterThe 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.
Webtechideas
KeymasterAs of now, one has to click the downvote to cancel the upvote and viceversa.
Webtechideas
KeymasterWe need some time to integrate this functionality. You’ll get an update by Monday.
Webtechideas
KeymasterEmail 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.
Webtechideas
KeymasterIt doesn’t show on our demo site http://demowp.webtechideas.com/ Are you customizing this widget?
Webtechideas
KeymasterIt’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.
Webtechideas
KeymasterWe have sent you the updated plugin with the fix.
Webtechideas
KeymasterThanks for the detailed information. We will get back to you on this.
July 22, 2018 at 6:56 pm in reply to: Is the post meta available only for the liked/disliked posts? #664Webtechideas
KeymasterThis is how our custom function is attached to the wordpress hook
add_action('save_post', 'WtiLikePostSaveData');
Click here for more details on this hook.
July 18, 2018 at 5:31 pm in reply to: Is the post meta available only for the liked/disliked posts? #662Webtechideas
KeymasterThe 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.
July 17, 2018 at 6:34 pm in reply to: Is the post meta available only for the liked/disliked posts? #660Webtechideas
KeymasterLogically 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?
Webtechideas
KeymasterWe have mailed you the modified plugin with fix for the issues you have mentioned.
-
AuthorPosts