So my theme has a particular style of page (called “External Page”) that I used when creating the “content-start-wrapper”. However, for some reason, the DWQA content is not fitting inside the 740px but staying at the 900px width. Obviously, I need to tweak the css but I have tried everything I know and it is refusing to cooperate.
I kinda need the pages to have a sidebar because this section of the site is for clients and is not connected to the main menu. Any ideas?
HI Aaron,
The issue is being caused by mismatch of the content wrapper which you have been trying for the theme.
If you look the source code you will see that the title of the page and the sidebars are called first before the DWQA container is called. Try tweaking with the order of wrapper contents.
Regards,
May be a touch above my skill level. I thought I had followed the instructions here: http://cmspioneer.com/designwall/guide/dw-question-answer-plugin/#Style_integration quite thoroughly.
So … where in the theme template do I need to change?
/*
Template Name: External Page
*/
get_header();
// Intro
get_template_part(‘article’, ‘menu’);
?>
$blogClass = ‘span12’;
?>
while ( have_posts() ) {
the_post();
get_template_part( ‘page_content’, ‘single’ );
}
} ?>
Hello Aaron !
Please send me your FTP (via private answer) we will help you resolve this issue.
Regards,
Answered via private.
Hi Aaron !
I have helped you resolve this issue.
Regards,
Please login or Register to submit your answer