DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] How to remove all reference to votingHi,
To remove the vote section on the question and answer, you can use the following code:.dwqa-answer-vote, .dwqa-question-vote { display: none; }Also, if you want to remove the number of answers, you need open the answers.php file in the Templates folder and find the line 12.
Replace the following code:
<div class="dwqa-answers-title"><?php printf( __( '%s Answers', 'dwqa' ), dwqa_question_answers_count( get_the_ID() ) ) ?></div>With the new code:
<div class="dwqa-answers-title"><?php printf( __( 'Answers', 'dwqa' ), dwqa_question_answers_count( get_the_ID() ) ) ?></div>Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] LanguageHi,
I have checked and answered your question in another place. You can check and let me know if you have any issues or questions.
Regards,
DesignWall Team.Hi,
I have checked on our demo and see that the plugin working fine. In your case, you can contact the hosting author and update the PHP version. Please let me know If you still face their issue.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] show questions from specific category/tag in a postPlease tell me the position that you want to show this message.
Forum: Plugins
In reply to: [DW Question & Answer] SubcategoriesHi,
At the moment, the plugin does not support to show the subcategories as you mentioned here.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] show questions from specific category/tag in a postYou can use the following shortcode to show questions in a categories:
[dwqa-list-questions category=”slug”]Hi,
Please let me know the social share plugin that you are using, I will check and help you resolve it.
Regard,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Does DW Q and A have these specific features?About the question 4: Please send me your site for further checking.
Forum: Plugins
In reply to: [DW Question & Answer] Does DW Q and A have these specific features?Hi,
1/ At the moment, the plugin only allows the user logged, admins, authors can vote on answers/ questions.2/ The plugin does not support to filtering questions by date.
3/ Yes, You can.
Here is the code to get point from myCred<?php if(function_exists('mycred_get_users_cred')) echo '<span class="sep">⋅</span><span class="author-bugget">'.mycred_get_users_cred(get_the_author_meta('ID')).' $tone</span>'; ?>If you want to put this point next to author name. Please copy template files from /dw-question-answer/inc/templates/default/ into //dwqa-templates/ then put that code into your template files .
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] How to edit the CSS of a static posts pageHi,
Yes, you can but you need to let me know detail about the positions or what do you want to change? you can send me a screenshot for further checking. I will check and help you resolve it.Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Feasibility: Revisions on AnswersHi,
At the moment, the plugin does not compatible with it. We will discuss and checking this issue in the next version.Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] How to forward new questions on more than one email?Hi,
Yes, you can add the email or the admins in the forward To box.
Use the format look like this screenshot: http://prntscr.com/gdwq25Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Notifications & Better NotificationsHi,
At the moment, the plugin does not support to send the notification to all the user that you mentioned here. Also, I think the third party can work but not complete compatible. In this case, I sent and notified to our technical team about this issue, we will check and discuss about it.
Regards,
DesignWall Team.Hi,
Please accept my apology for the delay in getting back to you.
We have tested and checked this plugin on the latest version of WP and see that the plugin working fine. If you have any issue or question please let me know, we will check and help you resolve it.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Removing font-awesomeHi there,
Please open file Template.php trong folder inc và and find the line 349
@import url(‘https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css’);
Feel free to reach out for more questions.