readone
asked 6 years ago

Ask a questions page showing all related article, it\’s strange because I\’ts a page and not post.
Related post/article disturbing this page. When I use a custom page and the DWQA code everything are ok, but when I set that page to ask question page from DWQA settings, the problem occures once again.
I just don\’t wan to show related articles on these pages.
\"Ask
 
\"Anwer
 
 
https://drive.google.com/open?id=1FHDFyZhZqA7sUVRC55H_mqOL8xHes-wJ

2 Answers
DominicStaff
answered 6 years ago

I have checked your ask question page and see that the site look good now. I think you have resolved this issue. If you still face their issue, you can send me username & password your site and we will access and help you resolve it.

readone
replied 6 years ago

no, I just turned off related article to all pages

readone
replied 6 years ago

I turned it on once again, you can check it now

Dominic Staff
replied 6 years ago

In this case, you can send me username & password of your site and your FTP account for further checking.

readone
replied 6 years ago

I think it’s will be better if you fix that problem in future update

Dominic Staff
replied 6 years ago

It’s does not the issue come from our plugin. I have checked your site and you can use the following code in the style.css file:

.submit-dwqa-question .entry,
.single-dwqa-question .entry {
display: flex;
flex-flow: row wrap;
}
.submit-dwqa-question .entry #related_posts,
.single-dwqa-question .entry #related_posts {
border: none;
margin: 0;
padding: 0;
order: 2;
width: 100%;
}
.submit-dwqa-question .entry .pf-content,
.single-dwqa-question .entry .dwqa-container {
order: 1;
width: 100%;
}
.submit-dwqa-question .entry #related_posts .related-item,
.single-dwqa-question .entry #related_posts .related-item {
display: inline-block;
float: left;
width: auto;
}

readone
replied 6 years ago

thank you for your help, the code works perfectly but only on single question page, and still showing the related pos on questions list page and on ask new question form page (below the form)
what code should I add?

readone
replied 6 years ago

Ok I just removed the the related post from ask ne question page by changing display: inline-block;
float: left; to none, but the RELATED POST title still appear, the thumbnails are gone, still RELATED POST title shown. How to remove that titltle?
and I still need to remove Related Post from Questions List page.

This is strange, the problem occured just after enablin pro feature, no problem with the free one, no related post overthere. I don't know why

Dominic Staff
replied 6 years ago

If you want to remove the related post section in the Q&A page, you can add the following code to the style.css file:

.submit-dwqa-question .entry #related_posts, .single-dwqa-question .entry #related_posts {
display: none;
}

readone
replied 6 years ago

yeah, it's working perfect.
but the realted post still appear here. <a href="<a href="<a href="https://www.alfawa.id/tanya-jawab/&quot&quot&quot; rel="nofollow">https://www.alfawa.id/tanya-jawab/&quot&quot</a&gt;; rel="nofollow"><a href="https://www.alfawa.id/tanya-jawab/&quot</a&gt&quot; rel="nofollow">https://www.alfawa.id/tanya-jawab/&quot</a&gt</a&gt;;; rel="nofollow"><a href="<a href="https://www.alfawa.id/tanya-jawab/</a&gt&quot&quot; rel="nofollow">https://www.alfawa.id/tanya-jawab/</a&gt&quot</a&gt;; rel="nofollow"><a href="https://www.alfawa.id/tanya-jawab/</a&gt</a&gt&quot; rel="nofollow">https://www.alfawa.id/tanya-jawab/</a&gt</a&gt</a&gt;;;

exactly before the Questions list, I mean on Questions base page that contain tshis code <span class="description"><code>[dwqa-list-questions]</code></span>

Dominic Staff
replied 6 years ago

In this case, I need to check your site. Please send me username & password of your site for further checking.

DominicStaff
answered 6 years ago

I have helped you resolve this issue.

Powered by DW Question & Answer Pro