Hi, I am having issues with sidebar… I updated to the latest version and the sidebar still shows under Q&A page instead of on right side. Can you please have a look and advise how to fix this, here is the page: http://goo.gl/kLCyif -by the way this is an awersome plugin and I still can’t believe its free!! Keep up the good work. thanks.
Hello Nicolae !
To fix the sidebar show under Q&A page, please do as the following:
1. Find here for the document guide on how to create 3 files: content-start-wrapper.php, content-end-wrapper.php, and style.css. URL:http://cmspioneer.com/designwall/guide/dw-question-answer-plugin/#Style_integration
2. After finishing.
– Add the following code to the content-start-wrapper.php file:
<div class="content">
<div class="content_botbg">
<div class="content_res">
<div class="content_left">
<div id="post-354" class="post-354 page type-page status-publish hentry shadowblock_out">
<?php if( is_page() || is_archive() ) { ?>
<header class="entry-header">
<h1 class="single blog"><?php _e( 'Question & Answer', 'dw-focus' ); ?></h1>
</header>
<?php } ?>
– Add the following code to the content-end-wrapper.php file:
</div>
</div>
<?php get_sidebar(); ?>
<div class="clr"></div>
</div>
</div>
</div>
Hope this helps !
thank you so much!! that worked brilliant!!!
Please login or Register to submit your answer