DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] The Plugin stoped working since 4.5wp updateHi,
I have checked the plugin on the WP version 4.5 and it still works fine. I can answer, comment and add questions.
Firstly, please deactivate all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one and let us know if you find the problematic plugin(s). Maybe there is a conflict in plugins.[ Login offer redacted, please do not do that here. ]
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] emails and names are not validatedHi,
To resolve this issue, you can open the wp-content/plugins/dwqa-question-answer/inc/Handle.php file.
and add the following code under line 64:
if ( !is_user_logged_in() && empty( $_POST['user-email'] ) && !is_email( $_POST['user-email'] ) ) {
dwqa_add_notice( __( 'You must enter a valid email.' ), 'error' );
return false;
}if ( !is_user_logged_in() && empty( $_POST['user-name'] ) && !is_email( $_POST['user-name'] ) ) {
dwqa_add_notice( __( 'You must enter your name.' ), 'error' );
return false;
}And add the following code under line 21 (after adding the previous code):
if ( !is_user_logged_in() && empty( $_POST['email'] ) && !is_email( $_POST['email'] ) ) {
dwqa_add_notice( __( 'You must enter a valid email.' ), 'error' );
return false;
}if ( !is_user_logged_in() && empty( $_POST['name'] ) && !is_email( $_POST['name'] ) ) {
dwqa_add_notice( __( 'You must enter your name.' ), 'error' );
return false;
}Hope this helps!
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Code for ask a question text boxHi,
You can add the following code to the functions.php file of your theme:
add_filter( 'dwqa_tinymce_toolbar1', 'dwqa_disable_tinymce_options' );<br /> function dwqa_disable_tinymce_options( $button ) {<br /> return 'bold,italic,underline,|,'.'bullist,numlist,blockquote,|,'.'image,|,'.'spellchecker,fullscreen,|,';<br /> }Hope this helps!
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] DQWA is removing all formatting in the front end.Hi All,
We are planning to update the plugin and fix this issue. We will try to update and release it as soon as possible.
If you or anyone have any issue and help me check the plugin, please go to the
https://www.designwall.com/question/. Create a new question and let me know about your bug, issue, we will check and fix it then update in the next version. Thank you for interesting in our product and your feedback. We appreciate it.
Any your help will make our product become better and better.Regards,
DominicForum: Plugins
In reply to: [DW Reactions] Not working in Chrome browserHi,
We have checked your website. it still works.
If you still face this issue, you can go to the https://www.designwall.com/question/ then create a private question. We will check & fix this issueForum: Plugins
In reply to: [DW Question & Answer] Old Skins with ColorsHi,
You can copy the codes in the following link: https://gist.github.com/thanhluu/7e9ccdbb71e6487a61a7 And then paste into the style.css file.Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] I want to replace the admin to the expertHi,
You can replace in the templates/answer-submit-form.php line 35 templates/question-submit-form.php line 26.
Also, you should use the .po file to change it, or go to your theme folder and create a new folder , named it “dwqa-templates” .
Inside your new folder, copy/paste the answer-submit-form.php & question-submit-form.php file into dwqa-templates folder and change it.Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] Not working in Chrome browserHi,
We have checked your website. it still works.
If you still face this issue, you can go to the https://www.designwall.com/question/ then create a private question. We will check & fix this issueForum: Plugins
In reply to: [DW Question & Answer] I want to replace the admin to the expertHi,
You can replace in the templates/answer-submit-form.php line 35 templates/question-submit-form.php line 26.
Also, you should use the .po file to change it, or go to your theme folder and create a new folder , named it “dwqa-templates” .
Inside your new folder, copy/paste the answer-submit-form.php & question-submit-form.php file into dwqa-templates folder and change it.Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] recent, most rated widget neededThank you for your suggestion. We’re adding this feature to the upcoming update. It’s going to be released in Pro Version on the next 3-4 days.
Forum: Plugins
In reply to: [DW Question & Answer] MAil function code in which fileHi,
You can open the inc\Notifications.php file.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] List of most liked / reacted postsHi 1BJK903,
You can follow the instructions by @mrah OR use this Pro version with Statistics feature
Hi,
Thank you for interesting in our product and your feedback. We appreciate it.
I sent and notified our technical team about this problem. We are checking.
Any your suggestion will make our product become better and better.Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Bug – 1.4.3.3 – permissions check when editing commentHi,
Thank you for interesting in our product and your feedback. We appreciate it.
I sent and notified our technical team about this problem. We are checking and fix.
Any your suggestion will make our product become better and better.Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Reactions] Buddypress IntegrationHi friends,
@jasonthoele: Thank for your suggestion! It’s definitely something we may consider in the future.
@frank: It’s fixed in version 1.0.1.3