Iana Aguilar
asked 10 years ago

Just installed the plugin, and am having issues with getting it to look right. Its a full width layout and doesn’t really look good. I’ve followed the instructions to the best of my ability, and nothing is changing. Any help would greatly be appreciated! heres a look:
http://fumblingfitnesscom.fatcow.com/test/wordpress/ask-a-trainer-2/
Thank you so much!

1 Answers
DominicStaff
answered 10 years ago

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.
Link: http://www.designwall.com/guide/dw-question-answer-plugin/#Style_integration
– Add the following code to the content-start-wrapper.php file:

<main class="container" id="main">
<div class="row"><div class="col-lg-9 col-sm-8">
<article class="entry">
<div class="entry-content">
                <?php if( is_page() || is_archive() ) { ?>
                <header class="entry-header">
                    <h1 class="entry-title"><?php _e( 'Question & Answer', 'dw-page' ); ?></h1>
                </header>
                <?php } ?>

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

 </div>    
            </article>
            </div>
            <div class="sidebar col-lg-3 col-sm-4">
                <?php get_sidebar(); ?>
            </div>
        </main>

If you still face the trouble, you can send me your username & password of your site (via private answer) for further checking.

Powered by DW Question & Answer Pro