• willandmae

    (@willandmae)


    On your screenshots and video preview it shows a nice title “Question and Answers” How do you configure the page to display some thing like “Treasure Valley Bariatric Support Group Question and Answers”

    Also, for some reason when I click on “All Questions in the admin area, a popup is displayed stating “Change comment setting, and create submit question page.” The Submit a Question Page is submitted but the comment setting is ??? and config your support channel?

    Thank you

    William

    https://www.ads-software.com/plugins/dw-question-answer/

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

    (@designwall)

    Hi willandmae,
    1. Change page title: Go to Dashboard > Pages. Create a page with your title ( Treasure Valley Bariatric support Group Question and Answer ). Then Go to Dashboard > DW Q&A > Settings. You will see “Question List Page” Setting, choose your questions page that was created before.
    2. Pop-up in Admin area: don’t worry about it, they are tooltips that we create for settings instruction. I apologize if they make you confused. They will be removed in our up coming updated version

    Thread Starter willandmae

    (@willandmae)

    Hi, Thank you for your response. I think I better clarify my First request. When the page displays, there is no title it just immediately displays the search box and then the list of questions. Is there a way to put a title on it before the search box is displayed and on the submit a question page too?

    Thank you so much for an awesome plugin it will be definitely handy so some questions wont need to be asked again.

    William

    Plugin Author DesignWall

    (@designwall)

    You can cadd this following code to the end of file functions.php of your theme, it will display your title as you want in question list and submit pages.

    function dwqa_page_title(){
        ?>
        <header class="page-header">
            <h1 class="page-title"><?php _e( 'Treasure Valley Bariatric Support Group Question and Answers' ); ?></h1>
        </header>
        <?php
    }
    add_action( 'dwqa_before_page', 'dwqa_content_start_wrapper' );

    Thread Starter willandmae

    (@willandmae)

    Hi I added the code just as you said but for some reason it broke the whole site with errors and displayed it on all the pages. Maybe in your plugin next release you can consider a title field for each of the pages?

    That would be awesome.

    William

    P.S. Just because I have this simple request in no means does it detract from its funtionality-The plugin here is fantastic and will help with answering questions and allowing people to search for simple answers on what to do on their social site for their support group and it is an awesome implementation–Job well done to the author!

    William

    Thread Starter willandmae

    (@willandmae)

    So there is no Misunderstanding, here are 2 images, one is from yours

    Your Screen Shot

    As you can see, you have a nice bold title stating Question and Answers

    Here is mine:

    My screen image

    As you can see, it immediately goes to search with no title. The Home >> Questions is a Simple breadcrumb…

    Thanks…

    William

    Plugin Author DesignWall

    (@designwall)

    Thank for your comment, Willandmae. It’s a great idea indeed, we will consider to add the setting for page title configuration in the next version of DW Question & Answer.

    At the moment, we support the default style for this plugin like in our demo DW Simplex theme. We make a child theme for it and overwrite template for dwqa by creating a folder “dwqa-templates”.
    As you can see in following figure, we have 2 files: “content-end-wrapper.php” and content-start-wrapper.php” that declare open and close markups of DWQA pages.

    Figure
    With these two files content-end-wrapper.php and content-start-wrapper.php you can change wrapper markup to fit your theme, and even add anything (like page title) to the Question page.

    Regards

    Thread Starter willandmae

    (@willandmae)

    Thank you. For some reason, I go to your plugin directory through ftp and I just can’t find these two php files for the wrapper or even the theme direcotry–sorry for not being so clever…

    I also have a different situation. I use a chat program called fcchat and it seems to behave very well, besides for your particular pages. Here are a few images to explain.

    This is what it is supposed to look like – the bar in the lower right hand corner and looks like this on all other pages: Figure 1

    Here is Figure 2 of how it looks like on the Questions and Answers Page.

    Hope you can help. The first issue I am concerned I cannot locate these files or directory.

    Thanks for working with me on both issues.

    William

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do you Configure Pages’ is closed to new replies.