It’s a must have to made a nice random draw. Easy to setup, it can’t be easier to use. I agree with Makeworthy Media, this plugin deserves a lot more reviews.
So, a trick that could be interesting to set up is to see the scrolling of names. This way, we could record a video of the draw to allow those who commented to see how the draw unfolded. But hey, that’s just a suggestion!
Thanks again!
]]>Using dwqa version 1.4.1.
If you look at:
this image, we do not see a ‘pick best’ button.
I did find this question being asked in your forum:
https://www.designwall.com/question/vote-and-pick-best-answer-feature-is-not-showing/
But the answer is not complete.
Please let me know if the ‘pick best’ feature is still a part of DW-QA, and if so, how it can be enabled. Thanks!
https://www.ads-software.com/plugins/dw-question-answer/
]]>What did I leave out? Here is what I have.
Thanks
https://www.ads-software.com/plugins/salesforce-wordpress-to-lead/
]]>I was wondering if this was possible.
I have a shop that sells nutritional bars. We want to offer the customer the ability to make a mixed box of 12 bars based on the flavours they want to choose themselves.
I tried setting the product up as a variable product, but that comes with a predefined set of options. Ideally, we want to let them choose the bars and quantity of bars themselves.
Anyone know of an option/plugin for this as I cannot seem to find one myself.
Thanks
Damien
https://www.ads-software.com/plugins/woocommerce/
]]>https://www.ads-software.com/plugins/pick-giveaway-winner/
]]>https://www.gratefulness.org/
Which one would you recommend? (It doesn’t have to be a free theme, I can buy one)
Thanks!
Maxi
The only downside I have seen so far is that you can’t pick which post types you want to reorder, by default all of them are “reordable”.
The solution for this problem, as provided in your FAQ is to extract the Reorder class from the plugin, therefore stopping using the plugin. Since I’m not fond of discrediting people for their hard word to make our lives easier (lol), I managed to add a single code line to the plugin so now I can chose which post types I want to apply reorder, still using the plugin.
In the plugin’s index.php file, at line 65 (under “mn_reorder_posts_init” function), I’ve added the following filter:
$post_types = apply_filters( 'metronet_reorder_post_types', $post_types );
So now whenever I want to specify which custom post types to reorder, I add this to my functions.php:
add_filter('metronet_reorder_post_types', 'set_reorder');
function set_reorder($post_types){
$post_types = array('my_custom_post_type', 'my_other_post_type');
return $post_types;
}
This was a fast implementation, not fail-proof and I’m sure there’s a way to make it work a lot better, but that’s working fine for me so far.
Anyway, this is my suggestion to make the plugin better, hope you guys implement it some time!
Best regards!
https://www.ads-software.com/extend/plugins/metronet-reorder-posts/
]]>