gelosickworld
asked 6 years ago

Hi,
 
I just bought DW Question and Answers Pro on Envato Market the other day and I’m having some issues.
 
So here are my questions:
 
1. The page for the actual section looks funny when there is a tag. I have attached a photo to show you what I mean.
 
2. The Questions Page generates 2 entry title(H1). One for the actual page title and another one, “Blog Archives”. I could turn the title off via css but I don’t want that. I want this to display only one entry title which is the name of the page.
 
3. How do I change the upvote/downvote and pick best answer color? When I do this on my theme’s css, it automatically adds 2 boarders.
 
4. When you are on the question page and you click on the breadcrumbs, it does not contain anything and only gets this error:
     “Sorry, the page you are trying to access doesn’t exist”
      How do I fix this?
 
5. I want the ask question button and to be at the top like the one on the demo. How can I do that?
 
6. On the permissions tab, I allowed anonymous posting of questions but on the actual questions page, it still requires the email address of the poster.
 
I will be looking forward for your response.
 
Thanks.

1 Answers
DominicStaff
answered 6 years ago

1/ Please send me your site url, I will check and help you resolve this issue.
2/ I think your theme have called a title from the PHP file, in this issue, you can check the page.php or single.php to remove it. Or if you still face their issue, you can send me username & password of your site, I will access and help you resolve it.
3/ You can use the following code:

.dwqa-pick-best-answer:after {
     border: solid #222;
     border-width: 0 5px 5px 0;
}
 .dwqa-pick-best-answer:hover:after {
     border-color: #999;
}
 .dwqa-answer-vote .dwqa-vote {
    border-bottom-color: #ddd !important;
}
 .dwqa-answer-vote .dwqa-vote-down {
    border-top-color: #ddd !important;
}

4/ You can go to the Dashboard > Settings > Permalink then click save button. If you still face their issue, you can send me username & password of your site for further checking.
5/ We are using the following HTML to add the button on the right-hand side.

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

6/ Yes, with this option the anonymous user still need to use the email and name to ask a question.

Powered by DW Question & Answer Pro