DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] DWQA Categories/Tags Widget throws errorHi Daniel Edano,
Thanks for writing in. Please reach us at hi@designwall.com for a further assistance.
Apologies for the inconvenience. Let me know if there is anything else I can help you with.
Warm Regards,
Anna.
Forum: Plugins
In reply to: [DW Question & Answer] Change order of answersHi,
Thanks for your reply. Please leave your email down here. We’ll reach you via email for a further assistance.
Warm Regards.
Forum: Reviews
In reply to: [DW Question & Answer] its a good pluginHi,
You’re welcome π Should you need further assistance, please contact us and we’ll be happy to help.
Have a wonderful day and good luck with all your future purchases and projects!
Forum: Reviews
In reply to: [DW Question & Answer] Very efficient support and very goog pluginThank you very much, Musalia. π
Forum: Reviews
In reply to: [DW Question & Answer] Awesome supportThank you very much, my friend.
Forum: Reviews
In reply to: [DW Question & Answer] very nice plugin but weak translateHi,
Thanks for writing in.
It looks like we have missed some of your emails. Please send us the translated files to hi@designwall.com in “.mo” or “.po” format so we can update the plugin.
Should you need further assistance, please contact us again and we’ll be happy to help.
Warm Regards,
Anna.Forum: Reviews
In reply to: [DW Question & Answer] annoying :)Hi there,
Itβs disappointing that you gave our plugin 1 star based on a popup that encourages you to check out our premium services that not only support us, but also provide you with higher quality content. Weβll take it as a compliment that this is the reason you gave us 1 star and not a more troubling issue with the plugin itself.
All The Best,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Security issue with user nameHi there,
Thanks for writing in, Dave.
We have noted the issue you mentioned above. It will be fixed in the next version of DW Question & Answer. We’re about to release it in 2 more days.
Apologies for the inconvenience. Let me know if there is anything else I can help you with.
Hi there,
Thanks for your reply.
We will release the new version of DW Q&A in 2 days from now. If you want, we’ll add this feature in the upcoming version of the plugin.
Should you need further assistance, please contact us again and we’ll be happy to help.
Regards,
Anna.You’re welcome, mate.
Forum: Plugins
In reply to: [DW Question & Answer] Change order of answersHiTomas Cirkl,
Thanks for writing in.
You can add this code below to
wp-content/themes/your-theme-folder/functions.php:add_filter( 'dwqa_prepare_answers', 'dwqa_theme_order_answer_vote' ); function dwqa_theme_order_answer_vote( $args ) { $args['orderby'] = 'meta_value_num id'; $args['meta_key'] = '_dwqa_votes'; $args['order'] = 'DESC'; return $args; }Hi Skmecham,
You can go to Dashboard > Questions > Settings > Permission and you can edit the permission of anonymous.
Hi aliciawang2012,
Thanks for writing in.
You can add this code below to
wp-content/themes/your-theme-folder/functions.php:add_filter( 'dwqa_prepare_archive_posts', 'dwqa_theme_category_filter' ); function dwqa_theme_category_filter( $args ) { if ( is_page( 0 ) ) { // Please insert you page ID you want to show question category $args['tax_query'][] = array( 'taxonomy' => 'dwqa-question_category', 'terms' => 'question', // Please insert your category's slug here 'field' => 'slug' ); } return $args; }Forum: Plugins
In reply to: [DW Question & Answer] Problem with some functionsHi,
Thanks for writing in.
We see that you have created an identical question on our forum at designwall.com. Please check our answer there.
Regards.
Forum: Plugins
In reply to: [DW Question & Answer] Question Text Editor