Kris Mac
asked 10 years ago

I am currently working on a project on local computer using Newspaper theme (see here: )
However it completely breaks the theme, will email screenshot.
Have looked at the style integration guide, however the ‘page.php’ file of this theme is very complex.
Please help

2 Answers
DominicStaff
answered 10 years ago

Hi Kris,
To help you resolve the problem, we need to check your site to have a closer look at this. Could you kindly send us your theme folder ( of course via email [email protected]) for further checking? 

Kris Mac
replied 10 years ago

Thanks heaps I have emailed it through. Subject : Theme Fix Kris Mac

DominicStaff
answered 10 years ago

To resolve this issue, please find here for the document guide on how to create 2 file:  content-start-wrapper.php, content-end-wrapper.php:
Link:
http://www.designwall.com/guide/dw-question-answer-plugin/#Style_integration
– Add the following code to the content-start-wrapper.php file:

<div class="container td-page-wrap">
<div class="row">
<div class="span12">
<div class="td-grid-wrap">
<div class="container-fluid"><div class="wpb_row row-fluid">
<div class="span8 wpb_column column_container">
<div class="wpb_wrapper">            
<?php if( is_page() || is_archive() ) { ?>
            <header class="page-header">
                <h1 class="page-title"><?php _e( 'Question & Answer', 'dw-page' ); ?></h1>
            </header>
            <?php } ?>

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

</div>
</div>
<div class="span4 wpb_column column_container">
<div class="wpb_wrapper">
<?php get_sidebar(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

Hope this helps !

Kris Mac
replied 10 years ago

Works perfect thanks!!!

Powered by DW Question & Answer Pro