vusal rustamov
asked 10 years ago

Hello, I intalled DW question-answer plugin but I have some problem
1. I chose full page but it didnt be full page and sidebar is its bottom
2. Question page and ask page isnt full witdh 
3. There is jetpack Between question and answer box. how can i remove?
help me please

vusal rustamov
replied 10 years ago

please help me

3 Answers
DominicStaff
answered 10 years ago

 You can send me your site. We will help you resolve all the issue.

vusal rustamov
answered 10 years ago

http://academic-future.com/dwqa-questions/
I think that I solved some problems bur  not page problems

DominicStaff
answered 10 years ago

Below is our instruction in order to resolve this issue: Firstly, you can find here for the document guide on how to create 2 file: content-start-wrapper.php, content-end-wrapper.php.
URL: http://cmspioneer.com/designwall/guide/dw-question-answer-plugin/#Style_integration
– Please add the following code to the content-start-wrapper.php file:

<div id="main">
    <div id="content">
        <?php if( is_page() || is_archive() ) { ?>
        <header class="entry-header">
            <h1 class="entry-title"><?php _e( 'Question & Answer', 'dw-focus' ); ?></h1>
        </header>
        <?php } ?>

– Please add the following code to the content-end-wrapper.php file:

  </div>
</div>

– Then add the following code to the style.css file:

#main > #content {
    width: 100%;
}

That’s all, refresh your site and see the change. Regards,  

Powered by DW Question & Answer Pro