DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Form doesn’t hide after submitHi,
Thanks for contacting us
First, you need to create a file named question-submit-form.ph in the folder wp-content/theme/theme-folder/dwqa-templates/
afterwards, copy all this code into the file and update it
https://gist.github.com/oryc9x/a91545c473791c468729a7c935345839
should you have any more questions, feel free to reach outForum: Plugins
In reply to: [DW Question & Answer] Private questionHi,
Thanks for contacting us.
Can you give me more details or some screenshots about your issues that all users can see and answer private questions?Thanks for your quick reply.
I mean TRANSLATION PLUGINS, not DW Questions and answer plugin.
Can you tell me which one you are using?Forum: Plugins
In reply to: [DW Question & Answer] Any way to moderate comments?Hi,
Thanks for contacting us and sorry for our late reply.You need to add the code:
add_filter( ‘dwqa_insert_comment_args’, ‘dwqa_theme_moderate_comment’ );
function dwqa_theme_moderate_comment( $args ) {
$args[‘comment_approved’] = 0;return $args;
}Into your theme folder:
wp-content/themes/theme-folder/functions.phpHi,
Thanks for contacting us and sorry for my late reply.I’m Jasmine and I’m happy to be of assistance in this matter.
First of all, can you tell me which translation plugin are you using?
Regards,
JasmineForum: Plugins
In reply to: [DW Question & Answer] Forward and notification mailHi. Thanks for contacting us.
I’m Jasmine and I’m happy to be of assistance in this matter.
Instead of forward to many email addresses, you can add more email to the box “To:” when replying an email. It may not send the original email but will help you to forward the notifications to another account.
Let me know if there is anything else I can help you with.
Warm Regards,
JasmineForum: Plugins
In reply to: [DW Knowledge Base] Article AuthorHi,
Thank you for interesting in our product and your feedback. We appreciate it.
I sent and notified our technical team about this option. We will check and discuss about it.
Any your suggestion will make our product become better and better.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Knowledge Base] DWQA Interfering with DWKBHi,
I have sent and notified to our technical theme about this issue, we will check and resolve it as soon as possible. Also, you can send me your site URL for further checking.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Knowledge Base] Knowledge indexpageHi,
At the moment, the plugin does not support this option. I have sent to our technical team about this issue, we will discuss about it.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Knowledge Base] How to show more than 5 articlesHi,
At the moment, you can change the number of articles show in the page in the Dashboard > Settings > Reading and change the Blog pages show at most.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] Not working on mobile androidHi,
Yes, I have checked on our mobile(ip5) and the same issue, I personally gave 3 of the thumbs ups.
I have sent and noticed to our technical team about this issue and they said that is the default of the plugin, it does not bug If you want to change this option, you can update the plugin up to pro version. It will not allow you gave 35 of the thumbs ups within about 30 seconds, just 1 of the thumbs ups as you want.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] Not Working On Search Result PagesHi,
Please accept my apology for the delay in getting back to you. we have some issue with our system and I can get your answer. About your question, if you still face their issue please let me know, we will check and help you resolve it as soon as possible.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] Please support BuddyPressHi,
Thanks for your suggestion and interesting in our product. Any your suggestion will make our product become better and better. We will discuss it in the next version.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Mega Menu] Tabbed Sub MenuHi,
Please accept my apology for the delay in getting back to you. If you still face their issue, please let me know, we will check and help you resolve this issue.
About your question, I think it’s some issue with the configure of the plugin.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] wrong time even though the timezone is correctly setHi,
Please accept my apologies for my mistake.
With
content-single-question.php,content-single-answer.phpandcontent-question.phpplease replace the code fromhuman_time_diff( get_post_time( 'U', true ) );to
human_time_diff( get_post_time( 'U' ), current_time( 'timestamp' ) );