André Boekhorst
Forum Replies Created
-
Forum: Reviews
In reply to: [WP REST API Custom Fields] great workHi mimouni,
Thanks for the rating! Just to let you know, the plugin doesn’t allow for filtering on custom fields. I do believe they are working on it: https://github.com/WP-API/WP-API/issues/1060 🙂Forum: Plugins
In reply to: [This-or-That] doesn't work with existing contentIt seems to be working with other people, can you send me a link to a url where it should be active?
Forum: Reviews
In reply to: [This-or-That] I'd give it a zero if i couldPlease let me know what you think is falsely advertised…
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Query Not Working in 4.1Thank you for the fix, and the amazing plugin.
Forum: Fixing WordPress
In reply to: Media library using large images for grid viewHaving the same problem. Is this ‘expected’ behaviour?
Forum: Plugins
In reply to: [This-or-That] doesn't work with existing contentYou should specify the post_type in the shortcode: [thisorthat posttype=”product”]
Forum: Plugins
In reply to: [This-or-That] Add several images all at onceIt doesn’t really work with images but with post types. I think the best way to go is to upload ‘m all in the media uploader. ‘MAYBE’ you can use attachment as post type, but the plugin wasn’t built to be used this way.
Forum: Plugins
In reply to: [This-or-That] User BasedThe plugin is based on Custom Post Types, not Users. So the solution would be to create a ‘profile’ post type and use the featured image as a profile pic.
Forum: Plugins
In reply to: [This-or-That] After update wordpress to 4.1 plugin crashedHi Everyone,
I’ve updated the plugin so it works in WordPress 4.1 again.It had to do with the jQuery (scale) animation. I’ve implemented a css solution so the animation might have changed a bit – but the plugin works. You don’t have to be concerned about any data loss when you update the plugin.
Take care, let me know how you guys are using it!
regards,
– AndréForum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Query Not Working in 4.1Thanks a million! Really great work.
Hopefully this plugin becomes premium some time so It gets updated more often and I don’t have to worry about my clients sites crashing.
Forum: Plugins
In reply to: [This-or-That] Show actual votes?To show the ranking, you can use: [thisorthat_ranking]
and to show all the scores you can use: [thisorthat_ranking show_score=”true”]Only thing is that this plugin is not meant for scoring by ‘votes’. That’s the whole purpose of using the ELO system, so that will make it far more honest….
The fact that the amount of votes goes up by two is not supposed to happen and I will look into it.
Forum: Plugins
In reply to: [This-or-That] fixed js error in this-or-that.jsThanks, something went wrong there. This JS file has some more bugs…. think this has gone wrong when playing around with SVN.
Anyway, you should change “#single-project-content” to “#this-or-that” too….
Thanks for the help!
Forum: Plugins
In reply to: [This-or-That] multipe votes per contest?Hi gdibble,
the plugin doesn’t just ‘add’ votes, but uses a chess algorithm. It’s a bit tough to explain, but this way it doesn’t matter how many times there will be voted on a single item.
So, following your example; lets start with the 4 items with a rating of 1000.
A: 1000,
B: 1000,
C: 1000,
D: 1000,A vs C, click A: updated scored (approximately):
A: 1020,
B: 1000,
C 980,
D: 1000,B vs D, click D:
A: 1020,
B: 980,
C: 980,
D: 1020,A vs D, click D:
A: 1000,
B: 980,
C: 980,
D: 1020,Now, the ‘algorythm’ takes into account the likelyhood that one ‘item’ would win: So when you put B (980) to D (1020) you would believe D to become the winner. Because there is a larger differences between the player, they play for a larger ‘stake’ (for illustration purposes i made this 25pts):
B vs D, click B
A: 1000,
B: 1005,
C: 980,
D: 995,I hope this gives a bit of insight on how the plugin works, but I realize this doesn’t resolve the issue that people aren’t limited to vote on a certain ‘item’.
I guess I can use cookies to resolve this, but people would be able to delete then and cast a vote again. Otherwise we must think of user registration and such….
For now, I’ll think of a clever way to make this happen through cookies.
regards,
AndréForum: Plugins
In reply to: [This-or-That] How after voting redirect to results page?Hi There,
The plugin was meant as a way to vote between a larger group of items. As I understand it now, you would like to see the results of just two items?If I understand it correctly, this would then become some sort of votecount?
cheers,
AndréThanks Kurt, everything’s working.