jpregullano
asked 6 years ago

Hello,

  1. I’ve been meaning to ask before I purchase, what is the main difference between the DWQA pro and the free version?
  2. Will the pro version allow me to style the “Ask a Question” button and place it somewhere in the page, similar to this page?
  3. I very much like the theme/template of this Q&A page you have here, will the pro version allow me to have similar design?
  4. Will the pro version allow me to create a registration/login before a user can post question/answer?
1 Answers
DominicStaff
answered 6 years ago

1/ 
Differences between the Free and Pro version of DW Question & Answer
The pro version of DW Question & Answer has been improved a lot since we have collected suggestions from our beloved users and added them into DW Q&A. You can see and demo here: Free version: http://demo.designwall.com/dw-focus/dwqa-questions/ Pro version: http://demo.designwall.com/dwqa/
If the demos aren’t enough, read these lines to take a closer inspection at the differences between the free and the pro version of DW Question & Answer:
Different styles: As you can see in the demos, both versions of DW Question & Answer have unique and different styles. The pro version included 3 styles to allow you change in the setting of the plugin.
Extra extensions: DW Question & Answer Pro is integrated with 4 premium extensions: DW Q&A Widgets, DW Q&A Leaderboard, DW Q&A Markdown, and DW Q&A Captcha. Each extension costs $29 and if you purchase the pro version, you’ll save at least $92 for yourself, because we are constantly updating the DW Question & Answer with many more cool premium extensions.
Widgets: The free version supports 4 custom widgets while the pro version supports 7.
Leaderboard: The Pro version can list who makes great contributions as well as provides friendly competitions for your community.
Markdown: – The markdown feature in the Pro version of DW Q&A Pro helps you to edit the plain text without using HTML formatting tags, now you can read and edit drafts with ease. – Reviewable before submitting. – Spell check.
Anti-spam by reCaptcha / FunCaptcha: DW Q&A Pro is integrated with reCaptcha / FunCaptcha so you don’t have to worry about obnoxious spam
Also, in the version 1.1.4, we have included mention user feature and compatible with the DW Notification plugin.

2/ Yes, you can add a button similar our site. We are using the HTML, you can use the following code in the Text widget and add the widget to the sidebar of your site: 

<div class="dwqa-sidebar-btn">
<a href="https://www.designwall.com/ask/" class="btn btn-success btn-block btn-lg">Ask a Question</a>
</div>

3/ Yes, the free and  pro version supported to allow user login/register before submit question and answer. 

jpregullano
replied 6 years ago

Hello again Dominic!

So I bought the Pro version of DW, and I really want the “Ask a Question” button in the sidebar like you what you have here in this site. I did the code you gave me above, and it did put an “Ask a Question” button on the sidebar of my site, but it doesn’t have any style like that of the button here. I was thinking it would move the button below my site in the sidebar, with its style and all. Is there a way to do this? Thanks again for the reply!

Dominic Staff
replied 6 years ago

You can use the following code in the style.css file:

.dwqa-sidebar-btn a {
background-color: #1cd25c;
border-color: #1cd25c;
border-radius: 3px;
border: none;
color: #fff;
cursor: pointer;
display: block;
font-size: 16px;
font-weight: 500;
line-height: 1.3333333;
padding: 14px 22px 13px;
text-align: center;
transition: all .2s;
-o-transition: all .2s;
-webkit-transition: all .2s;
vertical-align: middle;
white-space: nowrap;
width: 100%;
}

.dwqa-sidebar-btn a:hover {
color: #fff;
background-color: #16a548;
border-color: #159c44;
}

Powered by DW Question & Answer Pro