DesignWall
Forum Replies Created
-
Hi,
You can refer here: http://snippi.com/s/enrruhpRegards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Issue with Space in DWQA Latest Questions WidgetHi,
You can add the following code to the style.css file to resolve this issue:.dwqa-popular-questions li a { margin-right: 4px; }Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Can’t insert pictures into answerHi,
In this case, you can refer the following link: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-413-request-entity-too-large-error-in-wordpress/Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Turkish languageHi,
At the moment, the languages files of the DW Q&A come from the users. So, some the language not complete.
If you can help us translate your language and send us your files, we will update it in the next version of the plugin.Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Category page not showing related questionsHi,
2/ You can let me know detail about this issue.3/ You can open the archive-question.php file in the templates folder then find the line 11 to add the following code:
<div class="dwqa-questions-footer"> <?php if ( dwqa_current_user_can( 'post_question' ) ) : ?> <div class="dwqa-ask-question"><a href="<?php echo dwqa_get_ask_link(); ?>"><?php _e( 'Ask Question', 'dwqa' ); ?></a></div> <?php endif; ?> </div>4/ At the moment, Q&A plugin get the layout and style of your theme. I have checked and see that the site have a feature image default for the single page/pages.
The Q&A does not support to change or add new feature image, I this case you can change this image to another image for all the Q&A page.
If you want to change this image, you can use the following code:.list-dwqa-question .featured-img, .single-dwqa-question .featured-img { background-image: url(https://www.tuikart.com/wp-content/themes/supreme-directory/images/featured.jpg); background-position: 50% 100%; }Regards,
DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Rename DWQAYou can open the loader.php file in the inc/extend/buddypress/ folder to find the line 61 and rename it.
Regards,
DesingWall team.Forum: Plugins
In reply to: [DW Question & Answer] Dont send notificationHi,
You need to install/configure the SMTP plugin to allow send the email.Regards,
Forum: Plugins
In reply to: [DW Question & Answer] Jet Menu is not loadingYes, we are checking your site.
Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Is possible to activate AmpAt the moment, we do not yet test the plugin with the Amp, you can use the Yoast SEO AMP glue plugin.
Please refer here: https://yoast.com/setting-up-wordpress-for-amp-accelerated-mobile-pages/
Hope this helps!Forum: Plugins
In reply to: [DW Question & Answer] Google reCaptcha for answersAt the moment, the free version does not support Google reCaptcha for answers.
Forum: Plugins
In reply to: [DW Question & Answer] Problem with Yoast Breadcrumb MenuWe have sent and notified to our technical team about this issue. We will check and discuss about it. We will update and release the plugin as soon as possible.
Forum: Plugins
In reply to: [DW Question & Answer] How to delete Category and Tag in php file.You can open the question-submit-form.php file and find/remove the following code:
<p> <label for="question-category"><?php _e( 'Category', 'dwqa' ) ?></label> <?php 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, ) ); ?> </p> <p> <label for="question-tag"><?php _e( 'Tag', 'dwqa' ) ?></label> <?php $tags = isset( $_POST['question-tag'] ) ? sanitize_text_field( $_POST['question-tag'] ) : ''; ?> <input type="text" class="" name="question-tag" value="<?php echo $tags ?>" > </p>Forum: Plugins
In reply to: [DW Question & Answer] PaginationThis issue is due the question is not enough in per page.
I mean if your question list in small than 30.
I have checked your site and see that it working fine.
In this case, you can try to change the number question show on a page then go to the Settings > Permalink and click save button.Forum: Plugins
In reply to: [DW Question & Answer] How to add new Posts as StaffHi,
At the moment, the plugin does not support to change or add new Staff.
If you want to edit or add new, you can open the User.php file in the inc folder of plugin:
then find the following code in the file (About line 239):$badges = array(); if ( user_can( $user_id, 'edit_posts' ) ) { $badges['staff'] = __( 'Staff', 'dwqa' ); }Regards,
DesignWall Team.Forum: Plugins
In reply to: [DW Question & Answer] Archives?@cybr
Thank for your help.