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
You can send me your site. We will help you resolve all the issue.
http://academic-future.com/dwqa-questions/
I think that I solved some problems bur not page problems
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,
Please login or Register to submit your answer
replied 11 years ago
please help me