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.
https://drive.google.com/open?id=1FHDFyZhZqA7sUVRC55H_mqOL8xHes-wJ
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.
no, I just turned off related article to all pages
I turned it on once again, you can check it now
In this case, you can send me username & password of your site and your FTP account for further checking.
I think it’s will be better if you fix that problem in future update
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;
}
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?
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
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;
}
yeah, it's working perfect.
but the realted post still appear here. <a href="<a href="<a href="https://www.alfawa.id/tanya-jawab/""" rel="nofollow">https://www.alfawa.id/tanya-jawab/""</a>; rel="nofollow"><a href="https://www.alfawa.id/tanya-jawab/"</a>" rel="nofollow">https://www.alfawa.id/tanya-jawab/"</a></a>;; rel="nofollow"><a href="<a href="https://www.alfawa.id/tanya-jawab/</a>"" rel="nofollow">https://www.alfawa.id/tanya-jawab/</a>"</a>; rel="nofollow"><a href="https://www.alfawa.id/tanya-jawab/</a></a>" rel="nofollow">https://www.alfawa.id/tanya-jawab/</a></a></a>;;
exactly before the Questions list, I mean on Questions base page that contain tshis code <span class="description"><code>[dwqa-list-questions]</code></span>
In this case, I need to check your site. Please send me username & password of your site for further checking.
I have helped you resolve this issue.
Please login or Register to submit your answer