DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Problem with Yoast Breadcrumb MenuYou can go to the Pages > Find the Question list page and Click Quick Edit to change the slug page.
Hope this helps!Forum: Plugins
In reply to: [DW Question & Answer] Archives?Hi,
In your case, I think you can use Yoast SEO plugin to change the page title.
Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] PaginationHi,
1/ At the moment, the theme does not support to change ?paged=5 to page/5/ as you mentioned here.2/ You should configure the number of question on per page in the settings of Q&A plugin.
This issue is due the question is not enough in per page.
Regards,
Hope this help!
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Question about pinned question at the topI think this is a bug come from the plugin, we will check and update this issue.
Forum: Plugins
In reply to: [DW Question & Answer] Problem with Yoast Breadcrumb MenuHi,
Please send me a screenshot for further checking.
also, you should check the slug of question page and permalink in the setting of the plugin.Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Visual EditorHi,
You can add the following code to the functions.php file:
add_filter( 'user_can_richedit' , '__return_false', 50 );
However, this code will disable all the visual editor in your site (Back-end & front end, the Page and post won’t show).Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Question about pinned question at the topHi,
You can go to the Dashboard > Questions > All Questions > edit a question then select pin to top option on the right-hand side.
See the screenshot: http://prntscr.com/j1k5mm
Regards,
DesignWall team.Hi,
Yes, I have contacted you about this issue, we will help you resolve it.
Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Editing the Filter TabAt the moment you can not add or edit filter tabs from ‘open, unresolved, etc. to filter categories as you mentioned here.
If you want to have it, you can use the dwqa category & tags extension or use the pro version to get the filter by categories or tag.
Regards,
DesignWall teamYes, we are checking and change this word for the plugin.
Regards,Forum: Plugins
In reply to: [DW Question & Answer] about category problemYes, the plugin does not support to show the parent categories as you mentioned here. Just show the categories name that you have selected to submit a question.
Forum: Plugins
In reply to: [DW Question & Answer] How to change Message StringsAt the moment, you can use the loco translate plugin to change this string or you need to change in the php file.
If you still face their issue, you can let me know all the string and the position that you want to change, I will check and let me know the position in the php file.
Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] about category problemHi,
Please copy the template question-submit-form.php at wp-content/plugins/dw-question-answer-pro to wp-content/themes/your-theme-folder/dwqa-templates then replace the code below fromwp_dropdown_categories( array( 'name' => 'question-category', 'id' => 'question-category', 'taxonomy' => 'dwqa-question_category', 'show_option_none' => __( 'Select question category', 'dwqa' ), 'hide_empty' => 0, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' ), 'selected' => isset( $_POST['question-category'] ) ? sanitize_text_field( $_POST['question-category'] ) : false, ) );to
wp_dropdown_categories( array( 'name' => 'question-category', 'id' => 'question-category', 'taxonomy' => 'dwqa-question_category', 'show_option_none' => __( 'Select question category', 'dwqa' ), 'hide_empty' => 0, 'quicktags' => array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' ), 'selected' => isset( $_POST['question-category'] ) ? sanitize_text_field( $_POST['question-category'] ) : false, 'hierarchical' => true, ) );Forum: Plugins
In reply to: [DW Question & Answer] notifications sent 6 timesHi,
Firstly, you can download the plugin in the following link to test this issue: https://www.dropbox.com/s/9idb8thpm2wzqvg/dw-question-answer.zip?dl=0
Please let me know if you still face their issue.
Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Create categories in the forum– Yes, you can create the categories for each product in the forum.
– Yes, the plugin has supported to configure the permission to allow anonymous can submit a question.
Regards,
DesignWall team.