DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Ask An ExpertHi,
At the moment the plugin does not support this option.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] DWQA “Search results” in Google AnalyticsHi, Thank you for contacting DesignWall.
Can you please let us know which Google Analytics plugin you are using?Forum: Plugins
In reply to: [DW Question & Answer] Import and export function?Hi, Thank you for contacting DesignWall.
We’re sorry that currently there is no import or export Method to other files. Apologies for this inconvenience.
We really appreciate your idea and will consider to add this feature in the next version.
Should you need further assistance, kindly let us know.Forum: Plugins
In reply to: [DW Question & Answer] how do i make dummy post easily?Hi,
In this case, you can use the following plugin: https://wordpress.org/plugins/fakerpress/
Hope this helps!
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] Question by CategoryHi,
Thank you for writing in.Currently, when creating a question, you have to choose a category. If not, the question will not be categorized. Besides, this version has not support to automatically arrange any questions in random categories when you make a question without categorizing it.
However, your comments are such a great idea. We appreciate it and will try to update it in the next version. Our software isnβt perfect, but we are maniacally focused on making it better.
If you have any more comment, kindly let us know. That’s our honor to serve you.
Forum: Reviews
In reply to: [DW Question & Answer] Caused a HTTP ERROR 500Hi Yulia,
Thank you for being a user of DW Q&A plugins.We’re really sorry for what you have been encountered, that was HTTP ERROR 500, impossibility to deactivate as you mention.
However, instead of being disappointed about the error, can you please give us the honor to support you as well as the chances to fix it?
Can you please remove the 1-star rating and give us more information about the problems? We are sure to solve it.
Let’s make DW Q&A an error-free plugin for valued customers such as you.Hi, you are welcome.
Kindly let us know if you have more questions.Forum: Plugins
In reply to: [DW Question & Answer] Ads and Stars are showing on asks and answersHi. You’re welcome.
Should you need further assistance. Please feel free to reach out.Forum: Plugins
In reply to: [DW Question & Answer] None of Custom posts workYes, If you have any question or issue about the Q&A plugin, please let me know, I will check and help you resolve it.
Bringing your good wishes of happiness this Christmas and on the coming year. πForum: Plugins
In reply to: [DW Question & Answer] None of Custom posts workAt the moment, the plugin does not support to notification with the custom post as you wrote here. This feature only work for the quesiton, answer and comment.
I’m not sure about your custom, please send me a screenshot or more detail about it.Hi, Thank you for contacting DesignWall.
You can go to wp-content/plugins/dw-question-answer/inc/Template.php and change the “DWQA Questions” in line 29.
If you have more questions, please feel free to reach out.
Forum: Plugins
In reply to: [DW Question & Answer] None of Custom posts workHi,
Thanks for contacting DesignWall.Can you please be clearer about this matter. Would you mind providing us with some details or screenshots so that we can find the solution to solve this?
Forum: Plugins
In reply to: [DW Question & Answer] How to show status icon on leftHi,
About the status icon on the left question, you can send me your site URL for further checking.
You can add the following code to your page-template:<?php /** * Template Name: Your page Templates name * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */If you want to show the header, you can use the following code:
<?php /** * Template Name: Your page Templates name * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ get_header(); ?>About the content, you can copy code from the page.php file and custom it as you want to show on this page. you can use the shortcode in the previous answer to insert to this page in any position that you want.
– About this issue “I am also having trouble after posting a question as the shortcode is displaying as text on the front end rather than rendering.”
===> Please let me know detail about it.- This reply was modified 9 years, 5 months ago by DesignWall.
Forum: Plugins
In reply to: [DW Question & Answer] Ads and Stars are showing on asks and answersPlease add the following code to the style.css file:
.single-dwqa-question .code-block,
.single-dwqa-question .kk-star-ratings.lft {
display: none;
}
I have installed the Q&A plugin and checked on our demo and see that it works fine. Please go to the Appearance > Themes > and select the wordpress default theme to check this issue.
- This reply was modified 9 years, 5 months ago by DesignWall.