• Hi,

    We have integrated the DWQA plugin with geodirectory theme. Now after integrated we are not able to solve the issue that on Category pages of DWQA, related questions are not visible/coming.

    2nd issue: how to change/correct the Category page title.

    3rd: How to place “Ask question” on the Detail page at the top of question. We wanted this as we know if someone coming from Search then he would land here directly and immediately if he/she wanted to place questions then he can find link to put question.

    4th: how to change the default image of the detail page.(https://www.tuikart.com/questions-answers/which-country-is-best-to-study-abroad/)

    Pls. help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    2/ You can let me know detail about this issue.

    3/ You can open the archive-question.php file in the templates folder then find the line 11 to add the following code:

    
    <div class="dwqa-questions-footer">
      <?php if ( dwqa_current_user_can( 'post_question' ) ) : ?>
        <div class="dwqa-ask-question"><a href="<?php echo dwqa_get_ask_link(); ?>"><?php _e( 'Ask Question', 'dwqa' ); ?></a></div>
      <?php endif; ?>
    </div>
    

    4/ At the moment, Q&A plugin get the layout and style of your theme. I have checked and see that the site have a feature image default for the single page/pages.
    The Q&A does not support to change or add new feature image, I this case you can change this image to another image for all the Q&A page.
    If you want to change this image, you can use the following code:

    
    .list-dwqa-question .featured-img,
    .single-dwqa-question .featured-img {
      background-image: url(https://www.tuikart.com/wp-content/themes/supreme-directory/images/featured.jpg);
     background-position: 50% 100%;
    }
    

    Regards,
    DesignWall team.

    Thread Starter piyushdear

    (@piyushdear)

    Hi,

    Pls. find detail:

    Point 2> Category page is not taking the category page title.

    https://www.tuikart.com/questions/ (this is 100% correct page) – This page title is Questions and taking page title as Questions.

    But

    https://www.tuikart.com/questions-answers/types/class-kg-to-12-questions-and-answers-1/ – is the Category page and does not have page title ” Class KG to Class 12 question and answers” instead it has wrong page title “Questions”.

    Point 3> We have added the suggested code at 11th line but effect ( it does not show “Ask Question button”)

    Point 4> Category page does not show listing questions under it.

    https://www.tuikart.com/questions-answers/types/class-kg-to-12-questions-and-answers-1/

    Above url is category page url and in this category we have more than 3-5 questions but non of them is visible in this url.

    Thread Starter piyushdear

    (@piyushdear)

    Hi,

    One more issue:

    If any non-login user click on this url : https://www.tuikart.com/ask-question/

    then the page open with message – You do not have permission to submit a question – however instead of this it should take user to login/register page.

    Pls. suggest how to do that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category page not showing related questions’ is closed to new replies.